| 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 DeleteResponsePlanResponse |
SsmIncidentsClient.deleteResponsePlan(Consumer<DeleteResponsePlanRequest.Builder> deleteResponsePlanRequest)
Deletes the specified response plan.
|
default CompletableFuture<DeleteResponsePlanResponse> |
SsmIncidentsAsyncClient.deleteResponsePlan(Consumer<DeleteResponsePlanRequest.Builder> deleteResponsePlanRequest)
Deletes the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteResponsePlanRequest.Builder |
DeleteResponsePlanRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
static DeleteResponsePlanRequest.Builder |
DeleteResponsePlanRequest.builder() |
DeleteResponsePlanRequest.Builder |
DeleteResponsePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteResponsePlanRequest.Builder |
DeleteResponsePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteResponsePlanRequest.Builder |
DeleteResponsePlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteResponsePlanRequest.Builder> |
DeleteResponsePlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.