| 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<UpdateRotationResult> |
AbstractAWSSSMContactsAsync.updateRotationAsync(UpdateRotationRequest request,
AsyncHandler<UpdateRotationRequest,UpdateRotationResult> asyncHandler) |
Future<UpdateRotationResult> |
AWSSSMContactsAsyncClient.updateRotationAsync(UpdateRotationRequest request,
AsyncHandler<UpdateRotationRequest,UpdateRotationResult> asyncHandler) |
Future<UpdateRotationResult> |
AWSSSMContactsAsync.updateRotationAsync(UpdateRotationRequest updateRotationRequest,
AsyncHandler<UpdateRotationRequest,UpdateRotationResult> asyncHandler)
Updates the information specified for an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRotationRequest |
UpdateRotationRequest.clone() |
UpdateRotationRequest |
UpdateRotationRequest.withContactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest |
UpdateRotationRequest.withContactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest |
UpdateRotationRequest.withRecurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest |
UpdateRotationRequest.withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to update.
|
UpdateRotationRequest |
UpdateRotationRequest.withStartTime(Date startTime)
The date and time the rotation goes into effect.
|
UpdateRotationRequest |
UpdateRotationRequest.withTimeZoneId(String timeZoneId)
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.
|
Copyright © 2024. All rights reserved.