Uses of Enum
software.amazon.awssdk.services.kms.model.ImportState
Packages that use ImportState
-
Uses of ImportState in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportStateModifier and TypeMethodDescriptionstatic ImportStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ImportStateRotationsListEntry.importState()Indicates if the key material is currently imported into KMS.static ImportStateReturns the enum constant of this type with the specified name.static ImportState[]ImportState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ImportStateMethods in software.amazon.awssdk.services.kms.model with parameters of type ImportStateModifier and TypeMethodDescriptionRotationsListEntry.Builder.importState(ImportState importState) Indicates if the key material is currently imported into KMS.