| 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<ListRotationShiftsResponse> |
SsmContactsAsyncClient.listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsResponse |
SsmContactsClient.listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsPublisher |
SsmContactsAsyncClient.listRotationShiftsPaginator(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
default ListRotationShiftsIterable |
SsmContactsClient.listRotationShiftsPaginator(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)
Returns a list of shifts generated by an existing rotation in the system.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.builder() |
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.endTime(Instant endTime)
The date and time for the end of the time range to list shifts for.
|
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.nextToken(String nextToken)
A token to start the list.
|
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
|
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.Builder.startTime(Instant startTime)
The date and time for the beginning of the time range to list shifts for.
|
ListRotationShiftsRequest.Builder |
ListRotationShiftsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRotationShiftsRequest.Builder> |
ListRotationShiftsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.