| 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<ListRotationShiftsResult> |
AbstractAWSSSMContactsAsync.listRotationShiftsAsync(ListRotationShiftsRequest request,
AsyncHandler<ListRotationShiftsRequest,ListRotationShiftsResult> asyncHandler) |
Future<ListRotationShiftsResult> |
AWSSSMContactsAsync.listRotationShiftsAsync(ListRotationShiftsRequest listRotationShiftsRequest,
AsyncHandler<ListRotationShiftsRequest,ListRotationShiftsResult> asyncHandler)
Returns a list of shifts generated by an existing rotation in the system.
|
Future<ListRotationShiftsResult> |
AWSSSMContactsAsyncClient.listRotationShiftsAsync(ListRotationShiftsRequest request,
AsyncHandler<ListRotationShiftsRequest,ListRotationShiftsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsRequest |
ListRotationShiftsRequest.clone() |
ListRotationShiftsRequest |
ListRotationShiftsRequest.withEndTime(Date endTime)
The date and time for the end of the time range to list shifts for.
|
ListRotationShiftsRequest |
ListRotationShiftsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationShiftsRequest |
ListRotationShiftsRequest.withNextToken(String nextToken)
A token to start the list.
|
ListRotationShiftsRequest |
ListRotationShiftsRequest.withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
|
ListRotationShiftsRequest |
ListRotationShiftsRequest.withStartTime(Date startTime)
The date and time for the beginning of the time range to list shifts for.
|
Copyright © 2024. All rights reserved.