Uses of Class
software.amazon.awssdk.services.kms.model.ImportType
-
Packages that use ImportType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ImportType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportType Modifier and Type Method Description static ImportTypeImportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportTypeImportKeyMaterialRequest. importType()Indicates whether the key material being imported is previously associated with this KMS key or not.static ImportTypeImportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportType[]ImportType. 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 ImportType Modifier and Type Method Description static Set<ImportType>ImportType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ImportType Modifier and Type Method Description ImportKeyMaterialRequest.BuilderImportKeyMaterialRequest.Builder. importType(ImportType importType)Indicates whether the key material being imported is previously associated with this KMS key or not.
-