Package | Description |
---|---|
com.amazonaws.services.secretsmanager |
|
com.amazonaws.services.secretsmanager.model |
Modifier and Type | Method and Description |
---|---|
CancelRotateSecretResult |
AWSSecretsManagerClient.cancelRotateSecret(CancelRotateSecretRequest request)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
CancelRotateSecretResult |
AWSSecretsManager.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
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)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
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 for which rotation was canceled.
|
CancelRotateSecretResult |
CancelRotateSecretResult.withName(String name)
The friendly name of the secret for which rotation was canceled.
|
CancelRotateSecretResult |
CancelRotateSecretResult.withVersionId(String versionId)
The unique identifier of the version of the secret created during the rotation.
|
Copyright © 2021. All rights reserved.