| 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 ListRotationOverridesResponse |
SsmContactsClient.listRotationOverrides(Consumer<ListRotationOverridesRequest.Builder> listRotationOverridesRequest)
Retrieves a list of overrides currently specified for an on-call rotation.
|
default ListRotationOverridesResponse |
SsmContactsClient.listRotationOverrides(ListRotationOverridesRequest listRotationOverridesRequest)
Retrieves a list of overrides currently specified for an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRotationOverridesResponse> |
SsmContactsAsyncClient.listRotationOverrides(Consumer<ListRotationOverridesRequest.Builder> listRotationOverridesRequest)
Retrieves a list of overrides currently specified for an on-call rotation.
|
default CompletableFuture<ListRotationOverridesResponse> |
SsmContactsAsyncClient.listRotationOverrides(ListRotationOverridesRequest listRotationOverridesRequest)
Retrieves a list of overrides currently specified for an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRotationOverridesResponse> |
ListRotationOverridesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRotationOverridesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRotationOverridesResponse> subscriber) |
Copyright © 2023. All rights reserved.