Uses of Class
software.amazon.awssdk.services.kms.model.KeyState
-
Packages that use KeyState Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyState in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyState Modifier and Type Method Description static KeyStateKeyState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyStateKeyMetadata. keyState()The current status of the KMS key.KeyStateScheduleKeyDeletionResponse. keyState()The current status of the KMS key.static KeyStateKeyState. 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 software.amazon.awssdk.services.kms.model that return types with arguments of type KeyState Modifier and Type Method Description static Set<KeyState>KeyState. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyState Modifier and Type Method Description KeyMetadata.BuilderKeyMetadata.Builder. keyState(KeyState keyState)The current status of the KMS key.ScheduleKeyDeletionResponse.BuilderScheduleKeyDeletionResponse.Builder. keyState(KeyState keyState)The current status of the KMS key.
-