Uses of Class
software.amazon.awssdk.services.kms.model.KeyManagerType
-
Packages that use KeyManagerType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyManagerType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyManagerType Modifier and Type Method Description static KeyManagerTypeKeyManagerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyManagerTypeKeyMetadata. keyManager()The manager of the KMS key.static KeyManagerTypeKeyManagerType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyManagerType[]KeyManagerType. 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 KeyManagerType Modifier and Type Method Description static Set<KeyManagerType>KeyManagerType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyManagerType Modifier and Type Method Description KeyMetadata.BuilderKeyMetadata.Builder. keyManager(KeyManagerType keyManager)The manager of the KMS key.
-