| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
default GetRotationResponse |
SsmContactsClient.getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)
Retrieves information about an on-call rotation.
|
default CompletableFuture<GetRotationResponse> |
SsmContactsAsyncClient.getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)
Retrieves information about an on-call rotation.
|
| Modifier and Type | Method and Description |
|---|---|
static GetRotationRequest.Builder |
GetRotationRequest.builder() |
GetRotationRequest.Builder |
GetRotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRotationRequest.Builder |
GetRotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRotationRequest.Builder |
GetRotationRequest.Builder.rotationId(String rotationId)
The Amazon Resource Name (ARN) of the on-call rotation to retrieve information about.
|
GetRotationRequest.Builder |
GetRotationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRotationRequest.Builder> |
GetRotationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.