| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents |
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.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
default GetResponsePlanResponse |
SsmIncidentsClient.getResponsePlan(Consumer<GetResponsePlanRequest.Builder> getResponsePlanRequest)
Retrieves the details of the specified response plan.
|
default CompletableFuture<GetResponsePlanResponse> |
SsmIncidentsAsyncClient.getResponsePlan(Consumer<GetResponsePlanRequest.Builder> getResponsePlanRequest)
Retrieves the details of the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
GetResponsePlanRequest.Builder |
GetResponsePlanRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
static GetResponsePlanRequest.Builder |
GetResponsePlanRequest.builder() |
GetResponsePlanRequest.Builder |
GetResponsePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResponsePlanRequest.Builder |
GetResponsePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResponsePlanRequest.Builder |
GetResponsePlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetResponsePlanRequest.Builder> |
GetResponsePlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.