| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model | |
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RotationShift> |
ListRotationShiftsResponse.rotationShifts()
Information about shifts that meet the filter criteria.
|
List<RotationShift> |
ListPreviewRotationShiftsResponse.rotationShifts()
Details about a rotation shift, including times, types, and contacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.rotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
|
ListPreviewRotationShiftsResponse.Builder |
ListPreviewRotationShiftsResponse.Builder.rotationShifts(RotationShift... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.rotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
ListPreviewRotationShiftsResponse.Builder |
ListPreviewRotationShiftsResponse.Builder.rotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RotationShift> |
ListRotationShiftsIterable.rotationShifts()
Returns an iterable to iterate through the paginated
ListRotationShiftsResponse.rotationShifts() member. |
SdkPublisher<RotationShift> |
ListPreviewRotationShiftsPublisher.rotationShifts()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<RotationShift> |
ListRotationShiftsPublisher.rotationShifts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RotationShift> |
ListPreviewRotationShiftsIterable.rotationShifts()
Returns an iterable to iterate through the paginated
ListPreviewRotationShiftsResponse.rotationShifts()
member. |
Copyright © 2023. All rights reserved.