| 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 UpdateRotationResponse |
SsmContactsClient.updateRotation(Consumer<UpdateRotationRequest.Builder> updateRotationRequest)
Updates the information specified for an on-call rotation.
|
default CompletableFuture<UpdateRotationResponse> |
SsmContactsAsyncClient.updateRotation(Consumer<UpdateRotationRequest.Builder> updateRotationRequest)
Updates the information specified for an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRotationRequest.Builder |
UpdateRotationRequest.builder() |
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to update.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.startTime(Instant startTime)
The date and time the rotation goes into effect.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.timeZoneId(String timeZoneId)
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA)
format.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRotationRequest.Builder> |
UpdateRotationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.