Uses of Class
software.amazon.awssdk.services.kms.model.ImportState
-
Packages that use ImportState Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ImportState in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportState Modifier and Type Method Description static ImportStateImportState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportStateRotationsListEntry. importState()Indicates if the key material is currently imported into KMS.static ImportStateImportState. valueOf(String name)Returns 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 ImportState Modifier and Type Method Description static Set<ImportState>ImportState. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ImportState Modifier and Type Method Description RotationsListEntry.BuilderRotationsListEntry.Builder. importState(ImportState importState)Indicates if the key material is currently imported into KMS.
-