| 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 |
|---|---|
GetRotationOverrideResult |
AbstractAWSSSMContacts.getRotationOverride(GetRotationOverrideRequest request) |
GetRotationOverrideResult |
AWSSSMContactsClient.getRotationOverride(GetRotationOverrideRequest request)
Retrieves information about an override to an on-call rotation.
|
GetRotationOverrideResult |
AWSSSMContacts.getRotationOverride(GetRotationOverrideRequest getRotationOverrideRequest)
Retrieves information about an override to an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRotationOverrideResult> |
AWSSSMContactsAsyncClient.getRotationOverrideAsync(GetRotationOverrideRequest request,
AsyncHandler<GetRotationOverrideRequest,GetRotationOverrideResult> asyncHandler) |
Future<GetRotationOverrideResult> |
AbstractAWSSSMContactsAsync.getRotationOverrideAsync(GetRotationOverrideRequest request,
AsyncHandler<GetRotationOverrideRequest,GetRotationOverrideResult> asyncHandler) |
Future<GetRotationOverrideResult> |
AWSSSMContactsAsync.getRotationOverrideAsync(GetRotationOverrideRequest getRotationOverrideRequest,
AsyncHandler<GetRotationOverrideRequest,GetRotationOverrideResult> asyncHandler)
Retrieves information about an override to an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
GetRotationOverrideResult |
GetRotationOverrideResult.clone() |
GetRotationOverrideResult |
GetRotationOverrideResult.withCreateTime(Date createTime)
The date and time when the override was created.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withEndTime(Date endTime)
The date and time when the override ends.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withNewContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withNewContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withRotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the override to an on-call rotation.
|
GetRotationOverrideResult |
GetRotationOverrideResult.withStartTime(Date startTime)
The date and time when the override goes into effect.
|
Copyright © 2024. All rights reserved.