| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model | |
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Rotation> |
ListRotationsResponse.rotations()
Information about rotations that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.rotations(Rotation... rotations)
Information about rotations that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationsResponse.Builder |
ListRotationsResponse.Builder.rotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Rotation> |
ListRotationsIterable.rotations()
Returns an iterable to iterate through the paginated
ListRotationsResponse.rotations() member. |
SdkPublisher<Rotation> |
ListRotationsPublisher.rotations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.