| 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 CompletableFuture<StopEngagementResponse> |
SsmContactsAsyncClient.stopEngagement(Consumer<StopEngagementRequest.Builder> stopEngagementRequest)
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan.
|
default StopEngagementResponse |
SsmContactsClient.stopEngagement(Consumer<StopEngagementRequest.Builder> stopEngagementRequest)
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan.
|
| Modifier and Type | Method and Description |
|---|---|
static StopEngagementRequest.Builder |
StopEngagementRequest.builder() |
StopEngagementRequest.Builder |
StopEngagementRequest.Builder.engagementId(String engagementId)
The Amazon Resource Name (ARN) of the engagement.
|
StopEngagementRequest.Builder |
StopEngagementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopEngagementRequest.Builder |
StopEngagementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopEngagementRequest.Builder |
StopEngagementRequest.Builder.reason(String reason)
The reason that you're stopping the engagement.
|
StopEngagementRequest.Builder |
StopEngagementRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopEngagementRequest.Builder> |
StopEngagementRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.