Package | Description |
---|---|
com.amazonaws.services.secretsmanager |
|
com.amazonaws.services.secretsmanager.model |
Modifier and Type | Method and Description |
---|---|
RotateSecretResult |
AWSSecretsManagerClient.rotateSecret(RotateSecretRequest request)
Configures and starts the asynchronous process of rotating this secret.
|
RotateSecretResult |
AbstractAWSSecretsManager.rotateSecret(RotateSecretRequest request) |
RotateSecretResult |
AWSSecretsManager.rotateSecret(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating this secret.
|
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.rotateSecretAsync(RotateSecretRequest request) |
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request) |
Future<RotateSecretResult> |
AWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating this secret.
|
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest rotateSecretRequest,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler)
Configures and starts the asynchronous process of rotating this secret.
|
Modifier and Type | Method and Description |
---|---|
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest rotateSecretRequest,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler)
Configures and starts the asynchronous process of rotating this secret.
|
Modifier and Type | Method and Description |
---|---|
RotateSecretRequest |
RotateSecretRequest.clone() |
RotateSecretRequest |
RotateSecretRequest.withClientRequestToken(String clientRequestToken)
(Optional) Specifies a unique identifier for the new version of the secret that helps ensure idempotency.
|
RotateSecretRequest |
RotateSecretRequest.withRotationLambdaARN(String rotationLambdaARN)
(Optional) Specifies the ARN of the Lambda function that can rotate the secret.
|
RotateSecretRequest |
RotateSecretRequest.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
RotateSecretRequest |
RotateSecretRequest.withSecretId(String secretId)
Specifies the secret that you want to rotate.
|
Copyright © 2019. All rights reserved.