Uses of Class
com.amazonaws.services.kms.model.KeyState
-
Packages that use KeyState Package Description com.amazonaws.services.kms.model -
-
Uses of KeyState in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyState Modifier and Type Method Description static KeyState
KeyState. fromValue(String value)
Use this in place of valueOf.static KeyState
KeyState. valueOf(String name)
Returns 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 KeyState Modifier and Type Method Description void
KeyMetadata. setKeyState(KeyState keyState)
The state of the customer master key (CMK).KeyMetadata
KeyMetadata. withKeyState(KeyState keyState)
The state of the customer master key (CMK).
-