| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPreviewRotationShiftsResponse> |
SsmContactsAsyncClient.listPreviewRotationShifts(Consumer<ListPreviewRotationShiftsRequest.Builder> listPreviewRotationShiftsRequest)
Returns a list of shifts based on rotation configuration parameters.
|
default ListPreviewRotationShiftsResponse |
SsmContactsClient.listPreviewRotationShifts(Consumer<ListPreviewRotationShiftsRequest.Builder> listPreviewRotationShiftsRequest)
Returns a list of shifts based on rotation configuration parameters.
|
default ListPreviewRotationShiftsPublisher |
SsmContactsAsyncClient.listPreviewRotationShiftsPaginator(Consumer<ListPreviewRotationShiftsRequest.Builder> listPreviewRotationShiftsRequest)
Returns a list of shifts based on rotation configuration parameters.
|
default ListPreviewRotationShiftsIterable |
SsmContactsClient.listPreviewRotationShiftsPaginator(Consumer<ListPreviewRotationShiftsRequest.Builder> listPreviewRotationShiftsRequest)
Returns a list of shifts based on rotation configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.builder() |
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.endTime(Instant endTime)
The date and time a rotation shift would end.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.members(Collection<String> members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.members(String... members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.nextToken(String nextToken)
A token to start the list.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(Collection<PreviewOverride> overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(Consumer<PreviewOverride.Builder>... overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(PreviewOverride... overrides)
Information about changes that would be made in a rotation override.
|
default ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.rotationStartTime(Instant rotationStartTime)
The date and time a rotation would begin.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.startTime(Instant startTime)
Used to filter the range of calculated shifts before sending the response back to the user.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.timeZoneId(String timeZoneId)
The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA)
format.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPreviewRotationShiftsRequest.Builder> |
ListPreviewRotationShiftsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.