| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ListRotationsResponse.Builder |
ListRotationsResponse.builder() |
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.rotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.rotations(Consumer<Rotation.Builder>... rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.rotations(Rotation... rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResponse.Builder |
ListRotationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRotationsResponse.Builder> |
ListRotationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.