Uses of Enum
com.amazonaws.services.kms.model.KeyState
Packages that use KeyState
-
Uses of KeyState in com.amazonaws.services.kms.model
Subclasses with type arguments of type KeyState in com.amazonaws.services.kms.modelMethods in com.amazonaws.services.kms.model that return KeyStateModifier and TypeMethodDescriptionstatic KeyStateUse this in place of valueOf.static KeyStateReturns the enum constant of this type with the specified name.static KeyState[]KeyState.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 KeyStateModifier and TypeMethodDescriptionvoidKeyMetadata.setKeyState(KeyState keyState) The state of the customer master key (CMK).KeyMetadata.withKeyState(KeyState keyState) The state of the customer master key (CMK).