| 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<CreateRotationOverrideResult> |
AbstractAWSSSMContactsAsync.createRotationOverrideAsync(CreateRotationOverrideRequest request,
AsyncHandler<CreateRotationOverrideRequest,CreateRotationOverrideResult> asyncHandler) |
Future<CreateRotationOverrideResult> |
AWSSSMContactsAsync.createRotationOverrideAsync(CreateRotationOverrideRequest createRotationOverrideRequest,
AsyncHandler<CreateRotationOverrideRequest,CreateRotationOverrideResult> asyncHandler)
Creates an override for a rotation in an on-call schedule.
|
Future<CreateRotationOverrideResult> |
AWSSSMContactsAsyncClient.createRotationOverrideAsync(CreateRotationOverrideRequest request,
AsyncHandler<CreateRotationOverrideRequest,CreateRotationOverrideResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.clone() |
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withEndTime(Date endTime)
The date and time when the override ends.
|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withIdempotencyToken(String idempotencyToken)
A token that ensures that the operation is called only once with the specified details.
|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withNewContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withNewContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to create an override for.
|
CreateRotationOverrideRequest |
CreateRotationOverrideRequest.withStartTime(Date startTime)
The date and time when the override goes into effect.
|
Copyright © 2023. All rights reserved.