| 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 |
|---|---|
ListRotationShiftsResult |
AWSSSMContactsClient.listRotationShifts(ListRotationShiftsRequest request)
Returns a list of shifts generated by an existing rotation in the system.
|
ListRotationShiftsResult |
AWSSSMContacts.listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
ListRotationShiftsResult |
AbstractAWSSSMContacts.listRotationShifts(ListRotationShiftsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRotationShiftsResult> |
AWSSSMContactsAsyncClient.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> |
AbstractAWSSSMContactsAsync.listRotationShiftsAsync(ListRotationShiftsRequest request,
AsyncHandler<ListRotationShiftsRequest,ListRotationShiftsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsResult |
ListRotationShiftsResult.clone() |
ListRotationShiftsResult |
ListRotationShiftsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationShiftsResult |
ListRotationShiftsResult.withRotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResult |
ListRotationShiftsResult.withRotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
|
Copyright © 2024. All rights reserved.