Uses of Enum
software.amazon.awssdk.services.kms.model.KeyManagerType
Packages that use KeyManagerType
-
Uses of KeyManagerType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyManagerTypeModifier and TypeMethodDescriptionstatic KeyManagerTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KeyManagerTypeKeyMetadata.keyManager()The manager of the KMS key.static KeyManagerTypeReturns 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 KeyManagerTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type KeyManagerTypeModifier and TypeMethodDescriptionKeyMetadata.Builder.keyManager(KeyManagerType keyManager) The manager of the KMS key.