Uses of Class
software.amazon.awssdk.services.kms.model.KeyMaterialState
-
Packages that use KeyMaterialState Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyMaterialState in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyMaterialState Modifier and Type Method Description static KeyMaterialStateKeyMaterialState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyMaterialStateRotationsListEntry. keyMaterialState()There are three possible values for this field:CURRENT,NON_CURRENTandPENDING_ROTATION.static KeyMaterialStateKeyMaterialState. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyMaterialState[]KeyMaterialState. 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 KeyMaterialState Modifier and Type Method Description static Set<KeyMaterialState>KeyMaterialState. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyMaterialState Modifier and Type Method Description RotationsListEntry.BuilderRotationsListEntry.Builder. keyMaterialState(KeyMaterialState keyMaterialState)There are three possible values for this field:CURRENT,NON_CURRENTandPENDING_ROTATION.
-