| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListRotationsResponse |
SsmContactsClient.listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
default CompletableFuture<ListRotationsResponse> |
SsmContactsAsyncClient.listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
default ListRotationsIterable |
SsmContactsClient.listRotationsPaginator(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
default ListRotationsPublisher |
SsmContactsAsyncClient.listRotationsPaginator(Consumer<ListRotationsRequest.Builder> listRotationsRequest)
Retrieves a list of on-call rotations.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRotationsRequest.Builder |
ListRotationsRequest.builder() |
ListRotationsRequest.Builder |
ListRotationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationsRequest.Builder |
ListRotationsRequest.Builder.nextToken(String nextToken)
A token to start the list.
|
ListRotationsRequest.Builder |
ListRotationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRotationsRequest.Builder |
ListRotationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRotationsRequest.Builder |
ListRotationsRequest.Builder.rotationNamePrefix(String rotationNamePrefix)
A filter to include rotations in list results based on their common prefix.
|
ListRotationsRequest.Builder |
ListRotationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRotationsRequest.Builder> |
ListRotationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.