Uses of Enum
software.amazon.awssdk.services.kms.model.KeySpec
Packages that use KeySpec
-
Uses of KeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeySpecModifier and TypeMethodDescriptionstatic KeySpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KeySpecCreateKeyRequest.keySpec()Specifies the type of KMS key to create.final KeySpecGetPublicKeyResponse.keySpec()The type of the of the public key that was downloaded.final KeySpecKeyMetadata.keySpec()Describes the type of key material in the KMS key.static KeySpecReturns the enum constant of this type with the specified name.static KeySpec[]KeySpec.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 KeySpecMethods in software.amazon.awssdk.services.kms.model with parameters of type KeySpecModifier and TypeMethodDescriptionSpecifies the type of KMS key to create.The type of the of the public key that was downloaded.Describes the type of key material in the KMS key.