| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRotationShiftsResponse> |
SsmContactsAsyncClient.listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRotationShiftsResponse> |
ListRotationShiftsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRotationShiftsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRotationShiftsResponse> subscriber) |
Copyright © 2023. All rights reserved.