static ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.builder() |
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.Builder.nextMarker(String nextMarker) |
When Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request.
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.Builder.rotations(Collection<RotationsListEntry> rotations) |
A list of completed key material rotations.
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.Builder.rotations(Consumer<RotationsListEntry.Builder>... rotations) |
A list of completed key material rotations.
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.Builder.rotations(RotationsListEntry... rotations) |
A list of completed key material rotations.
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.toBuilder() |
|
ListKeyRotationsResponse.Builder |
ListKeyRotationsResponse.Builder.truncated(Boolean truncated) |
A flag that indicates whether there are more items in the list.
|