| 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 |
|---|---|
GetRotationResult |
AWSSSMContactsClient.getRotation(GetRotationRequest request)
Retrieves information about an on-call rotation.
|
GetRotationResult |
AbstractAWSSSMContacts.getRotation(GetRotationRequest request) |
GetRotationResult |
AWSSSMContacts.getRotation(GetRotationRequest getRotationRequest)
Retrieves information about an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRotationResult> |
AWSSSMContactsAsyncClient.getRotationAsync(GetRotationRequest request,
AsyncHandler<GetRotationRequest,GetRotationResult> asyncHandler) |
Future<GetRotationResult> |
AbstractAWSSSMContactsAsync.getRotationAsync(GetRotationRequest request,
AsyncHandler<GetRotationRequest,GetRotationResult> asyncHandler) |
Future<GetRotationResult> |
AWSSSMContactsAsync.getRotationAsync(GetRotationRequest getRotationRequest,
AsyncHandler<GetRotationRequest,GetRotationResult> asyncHandler)
Retrieves information about an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
GetRotationResult |
GetRotationResult.clone() |
GetRotationResult |
GetRotationResult.withContactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
|
GetRotationResult |
GetRotationResult.withContactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
|
GetRotationResult |
GetRotationResult.withName(String name)
The name of the on-call rotation.
|
GetRotationResult |
GetRotationResult.withRecurrence(RecurrenceSettings recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
GetRotationResult |
GetRotationResult.withRotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation.
|
GetRotationResult |
GetRotationResult.withStartTime(Date startTime)
The specified start time for the on-call rotation.
|
GetRotationResult |
GetRotationResult.withTimeZoneId(String timeZoneId)
The time zone that the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
|
Copyright © 2023. All rights reserved.