Uses of Enum
software.amazon.awssdk.services.kms.model.ImportType
Packages that use ImportType
-
Uses of ImportType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportTypeModifier and TypeMethodDescriptionstatic ImportTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ImportTypeImportKeyMaterialRequest.importType()Indicates whether the key material being imported is previously associated with this KMS key or not.static ImportTypeReturns 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 ImportTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type ImportTypeModifier and TypeMethodDescriptionImportKeyMaterialRequest.Builder.importType(ImportType importType) Indicates whether the key material being imported is previously associated with this KMS key or not.