Uses of Interface
software.amazon.awssdk.services.kms.model.RotationsListEntry.Builder
-
Packages that use RotationsListEntry.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of RotationsListEntry.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RotationsListEntry.Builder Modifier and Type Method Description static RotationsListEntry.BuilderRotationsListEntry. builder()RotationsListEntry.BuilderRotationsListEntry.Builder. keyId(String keyId)Unique identifier of the key.RotationsListEntry.BuilderRotationsListEntry.Builder. rotationDate(Instant rotationDate)Date and time that the key material rotation completed.RotationsListEntry.BuilderRotationsListEntry.Builder. rotationType(String rotationType)Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.RotationsListEntry.BuilderRotationsListEntry.Builder. rotationType(RotationType rotationType)Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.RotationsListEntry.BuilderRotationsListEntry. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RotationsListEntry.Builder Modifier and Type Method Description static Class<? extends RotationsListEntry.Builder>RotationsListEntry. serializableBuilderClass()
-