| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDeletionProtectionResult> |
AWSSSMIncidentsAsyncClient.updateDeletionProtectionAsync(UpdateDeletionProtectionRequest request,
AsyncHandler<UpdateDeletionProtectionRequest,UpdateDeletionProtectionResult> asyncHandler) |
Future<UpdateDeletionProtectionResult> |
AbstractAWSSSMIncidentsAsync.updateDeletionProtectionAsync(UpdateDeletionProtectionRequest request,
AsyncHandler<UpdateDeletionProtectionRequest,UpdateDeletionProtectionResult> asyncHandler) |
Future<UpdateDeletionProtectionResult> |
AWSSSMIncidentsAsync.updateDeletionProtectionAsync(UpdateDeletionProtectionRequest updateDeletionProtectionRequest,
AsyncHandler<UpdateDeletionProtectionRequest,UpdateDeletionProtectionResult> asyncHandler)
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeletionProtectionRequest |
UpdateDeletionProtectionRequest.clone() |
UpdateDeletionProtectionRequest |
UpdateDeletionProtectionRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the replication set to update.
|
UpdateDeletionProtectionRequest |
UpdateDeletionProtectionRequest.withClientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
|
UpdateDeletionProtectionRequest |
UpdateDeletionProtectionRequest.withDeletionProtected(Boolean deletionProtected)
Specifies if deletion protection is turned on or off in your account.
|
Copyright © 2024. All rights reserved.