Uses of Enum
software.amazon.awssdk.services.kms.model.KeyMaterialState
Packages that use KeyMaterialState
-
Uses of KeyMaterialState in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyMaterialStateModifier and TypeMethodDescriptionstatic KeyMaterialStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KeyMaterialStateRotationsListEntry.keyMaterialState()There are four possible values for this field:CURRENT,NON_CURRENT,PENDING_MULTI_REGION_IMPORT_AND_ROTATIONandPENDING_ROTATION.static KeyMaterialStateReturns 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 KeyMaterialStateMethods in software.amazon.awssdk.services.kms.model with parameters of type KeyMaterialStateModifier and TypeMethodDescriptionRotationsListEntry.Builder.keyMaterialState(KeyMaterialState keyMaterialState) There are four possible values for this field:CURRENT,NON_CURRENT,PENDING_MULTI_REGION_IMPORT_AND_ROTATIONandPENDING_ROTATION.