| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CancelRotateSecretResult |
AWSSecretsManagerClient.cancelRotateSecret(CancelRotateSecretRequest request)
Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
|
CancelRotateSecretResult |
AWSSecretsManager.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)
Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
|
CancelRotateSecretResult |
AbstractAWSSecretsManager.cancelRotateSecret(CancelRotateSecretRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelRotateSecretResult> |
AWSSecretsManagerAsyncClient.cancelRotateSecretAsync(CancelRotateSecretRequest request,
AsyncHandler<CancelRotateSecretRequest,CancelRotateSecretResult> asyncHandler) |
Future<CancelRotateSecretResult> |
AWSSecretsManagerAsync.cancelRotateSecretAsync(CancelRotateSecretRequest cancelRotateSecretRequest,
AsyncHandler<CancelRotateSecretRequest,CancelRotateSecretResult> asyncHandler)
Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
|
Future<CancelRotateSecretResult> |
AbstractAWSSecretsManagerAsync.cancelRotateSecretAsync(CancelRotateSecretRequest request,
AsyncHandler<CancelRotateSecretRequest,CancelRotateSecretResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelRotateSecretResult |
CancelRotateSecretResult.clone() |
CancelRotateSecretResult |
CancelRotateSecretResult.withARN(String aRN)
The ARN of the secret.
|
CancelRotateSecretResult |
CancelRotateSecretResult.withName(String name)
The name of the secret.
|
CancelRotateSecretResult |
CancelRotateSecretResult.withVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation.
|
Copyright © 2023. All rights reserved.