Uses of Class
com.amazonaws.services.kms.model.KeyUsageType
-
Packages that use KeyUsageType Package Description com.amazonaws.services.kms.model -
-
Uses of KeyUsageType in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyUsageType Modifier and Type Method Description static KeyUsageTypeKeyUsageType. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.kms.model with parameters of type KeyUsageType Modifier and Type Method Description voidCreateKeyRequest. setKeyUsage(KeyUsageType keyUsage)The intended use of the CMK.voidKeyMetadata. setKeyUsage(KeyUsageType keyUsage)The cryptographic operations for which you can use the key.CreateKeyRequestCreateKeyRequest. withKeyUsage(KeyUsageType keyUsage)The intended use of the CMK.KeyMetadataKeyMetadata. withKeyUsage(KeyUsageType keyUsage)The cryptographic operations for which you can use the key.
-