Uses of Class
software.amazon.awssdk.services.kms.model.KeyUsageType
-
Packages that use KeyUsageType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyUsageType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyUsageType Modifier and Type Method Description static KeyUsageTypeKeyUsageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyUsageTypeCreateKeyRequest. keyUsage()Determines the cryptographic operations for which you can use the KMS key.KeyUsageTypeGetPublicKeyResponse. keyUsage()The permitted use of the public key.KeyUsageTypeKeyMetadata. keyUsage()The cryptographic operations for which you can use the KMS key.static KeyUsageTypeKeyUsageType. valueOf(String name)Returns 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 KeyUsageType Modifier and Type Method Description static Set<KeyUsageType>KeyUsageType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyUsageType Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyUsage(KeyUsageType keyUsage)Determines the cryptographic operations for which you can use the KMS key.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. keyUsage(KeyUsageType keyUsage)The permitted use of the public key.KeyMetadata.BuilderKeyMetadata.Builder. keyUsage(KeyUsageType keyUsage)The cryptographic operations for which you can use the KMS key.
-