| 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<ListPreviewRotationShiftsResult> |
AWSSSMContactsAsyncClient.listPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest request,
AsyncHandler<ListPreviewRotationShiftsRequest,ListPreviewRotationShiftsResult> asyncHandler) |
Future<ListPreviewRotationShiftsResult> |
AbstractAWSSSMContactsAsync.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 |
|---|---|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.clone() |
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withEndTime(Date endTime)
The date and time a rotation shift would end.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withMembers(Collection<String> members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withMembers(String... members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withNextToken(String nextToken)
A token to start the list.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withOverrides(Collection<PreviewOverride> overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withOverrides(PreviewOverride... overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withRecurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withRotationStartTime(Date rotationStartTime)
The date and time a rotation would begin.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withStartTime(Date startTime)
Used to filter the range of calculated shifts before sending the response back to the user.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withTimeZoneId(String timeZoneId)
The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA) format.
|
Copyright © 2025. All rights reserved.