Uses of Enum
software.amazon.awssdk.services.kms.model.KeyUsageType
Packages that use KeyUsageType
-
Uses of KeyUsageType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyUsageTypeModifier and TypeMethodDescriptionstatic KeyUsageTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KeyUsageTypeCreateKeyRequest.keyUsage()Determines the cryptographic operations for which you can use the KMS key.final KeyUsageTypeGetPublicKeyResponse.keyUsage()The permitted use of the public key.final KeyUsageTypeKeyMetadata.keyUsage()The cryptographic operations for which you can use the KMS key.static KeyUsageTypeReturns the enum constant of this type with the specified name.static KeyUsageType[]KeyUsageType.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 KeyUsageTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type KeyUsageTypeModifier and TypeMethodDescriptionCreateKeyRequest.Builder.keyUsage(KeyUsageType keyUsage) Determines the cryptographic operations for which you can use the KMS key.GetPublicKeyResponse.Builder.keyUsage(KeyUsageType keyUsage) The permitted use of the public key.KeyMetadata.Builder.keyUsage(KeyUsageType keyUsage) The cryptographic operations for which you can use the KMS key.