| 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 ListRotationsResponse |
SsmContactsClient.listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
default ListRotationsResponse |
SsmContactsClient.listRotations(ListRotationsRequest listRotationsRequest)
Retrieves a list of on-call rotations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRotationsResponse> |
SsmContactsAsyncClient.listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
default CompletableFuture<ListRotationsResponse> |
SsmContactsAsyncClient.listRotations(ListRotationsRequest listRotationsRequest)
Retrieves a list of on-call rotations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRotationsResponse> |
ListRotationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRotationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRotationsResponse> subscriber) |
Copyright © 2023. All rights reserved.