| 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 |
|---|---|
ListPreviewRotationShiftsResult |
AWSSSMContactsClient.listPreviewRotationShifts(ListPreviewRotationShiftsRequest request)
Returns a list of shifts based on rotation configuration parameters.
|
ListPreviewRotationShiftsResult |
AbstractAWSSSMContacts.listPreviewRotationShifts(ListPreviewRotationShiftsRequest request) |
ListPreviewRotationShiftsResult |
AWSSSMContacts.listPreviewRotationShifts(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)
Returns a list of shifts based on rotation configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPreviewRotationShiftsResult> |
AbstractAWSSSMContactsAsync.listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest request,
AsyncHandler<ListPreviewRotationShiftsRequest,ListPreviewRotationShiftsResult> asyncHandler) |
Future<ListPreviewRotationShiftsResult> |
AWSSSMContactsAsyncClient.listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest request,
AsyncHandler<ListPreviewRotationShiftsRequest,ListPreviewRotationShiftsResult> asyncHandler) |
Future<ListPreviewRotationShiftsResult> |
AWSSSMContactsAsync.listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest,
AsyncHandler<ListPreviewRotationShiftsRequest,ListPreviewRotationShiftsResult> asyncHandler)
Returns a list of shifts based on rotation configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.clone() |
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.withRotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.withRotationShifts(RotationShift... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
Copyright © 2023. All rights reserved.