| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRotationsResult> |
AbstractAWSSSMContactsAsync.listRotationsAsync(ListRotationsRequest request,
AsyncHandler<ListRotationsRequest,ListRotationsResult> asyncHandler) |
Future<ListRotationsResult> |
AWSSSMContactsAsync.listRotationsAsync(ListRotationsRequest listRotationsRequest,
AsyncHandler<ListRotationsRequest,ListRotationsResult> asyncHandler)
Retrieves a list of on-call rotations.
|
Future<ListRotationsResult> |
AWSSSMContactsAsyncClient.listRotationsAsync(ListRotationsRequest request,
AsyncHandler<ListRotationsRequest,ListRotationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRotationsRequest |
ListRotationsRequest.clone() |
ListRotationsRequest |
ListRotationsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationsRequest |
ListRotationsRequest.withNextToken(String nextToken)
A token to start the list.
|
ListRotationsRequest |
ListRotationsRequest.withRotationNamePrefix(String rotationNamePrefix)
A filter to include rotations in list results based on their common prefix.
|
Copyright © 2025. All rights reserved.