| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| software.amazon.awssdk.services.ssmcontacts.paginators | |
| software.amazon.awssdk.services.ssmcontacts.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default CompletableFuture<ListRotationShiftsResponse> |
SsmContactsAsyncClient.listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsIterable |
SsmContactsClient.listRotationShiftsPaginator(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsPublisher |
SsmContactsAsyncClient.listRotationShiftsPaginator(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
| Constructor and Description |
|---|
ListRotationShiftsIterable(SsmContactsClient client,
ListRotationShiftsRequest firstRequest) |
ListRotationShiftsPublisher(SsmContactsAsyncClient client,
ListRotationShiftsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRotationShiftsRequestMarshaller.marshall(ListRotationShiftsRequest listRotationShiftsRequest) |
Copyright © 2023. All rights reserved.