| 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<CreateRotationResult> |
AbstractAWSSSMContactsAsync.createRotationAsync(CreateRotationRequest request,
AsyncHandler<CreateRotationRequest,CreateRotationResult> asyncHandler) |
Future<CreateRotationResult> |
AWSSSMContactsAsyncClient.createRotationAsync(CreateRotationRequest request,
AsyncHandler<CreateRotationRequest,CreateRotationResult> asyncHandler) |
Future<CreateRotationResult> |
AWSSSMContactsAsync.createRotationAsync(CreateRotationRequest createRotationRequest,
AsyncHandler<CreateRotationRequest,CreateRotationResult> asyncHandler)
Creates a rotation in an on-call schedule.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRotationRequest |
CreateRotationRequest.clone() |
CreateRotationRequest |
CreateRotationRequest.withContactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts to add to the rotation.
|
CreateRotationRequest |
CreateRotationRequest.withContactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts to add to the rotation.
|
CreateRotationRequest |
CreateRotationRequest.withIdempotencyToken(String idempotencyToken)
A token that ensures that the operation is called only once with the specified details.
|
CreateRotationRequest |
CreateRotationRequest.withName(String name)
The name of the rotation.
|
CreateRotationRequest |
CreateRotationRequest.withRecurrence(RecurrenceSettings recurrence)
Information about the rule that specifies when a shift's team members rotate.
|
CreateRotationRequest |
CreateRotationRequest.withStartTime(Date startTime)
The date and time that the rotation goes into effect.
|
CreateRotationRequest |
CreateRotationRequest.withTags(Collection<Tag> tags)
Optional metadata to assign to the rotation.
|
CreateRotationRequest |
CreateRotationRequest.withTags(Tag... tags)
Optional metadata to assign to the rotation.
|
CreateRotationRequest |
CreateRotationRequest.withTimeZoneId(String timeZoneId)
The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.
|
Copyright © 2023. All rights reserved.