Uses of Enum
software.amazon.awssdk.services.kms.model.RotationType
Packages that use RotationType
-
Uses of RotationType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RotationTypeModifier and TypeMethodDescriptionstatic RotationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RotationTypeRotationsListEntry.rotationType()Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.static RotationTypeReturns the enum constant of this type with the specified name.static RotationType[]RotationType.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 RotationTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type RotationTypeModifier and TypeMethodDescriptionRotationsListEntry.Builder.rotationType(RotationType rotationType) Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.