Uses of Interface
software.amazon.awssdk.services.kms.model.ListKeyRotationsResponse.Builder
Packages that use ListKeyRotationsResponse.Builder
-
Uses of ListKeyRotationsResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListKeyRotationsResponse.BuilderModifier and TypeMethodDescriptionListKeyRotationsResponse.builder()ListKeyRotationsResponse.Builder.nextMarker(String nextMarker) WhenTruncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.ListKeyRotationsResponse.Builder.rotations(Collection<RotationsListEntry> rotations) A list of completed key material rotations.ListKeyRotationsResponse.Builder.rotations(Consumer<RotationsListEntry.Builder>... rotations) A list of completed key material rotations.ListKeyRotationsResponse.Builder.rotations(RotationsListEntry... rotations) A list of completed key material rotations.ListKeyRotationsResponse.toBuilder()A flag that indicates whether there are more items in the list.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListKeyRotationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKeyRotationsResponse.Builder>ListKeyRotationsResponse.serializableBuilderClass()