| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotateSecretResult |
AWSSecretsManager.rotateSecret(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
RotateSecretResult |
AWSSecretsManagerClient.rotateSecret(RotateSecretRequest request)
Configures and starts the asynchronous process of rotating the secret.
|
RotateSecretResult |
AbstractAWSSecretsManager.rotateSecret(RotateSecretRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request) |
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.rotateSecretAsync(RotateSecretRequest request) |
Future<RotateSecretResult> |
AWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.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 the secret.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RotateSecretResult> |
AbstractAWSSecretsManagerAsync.rotateSecretAsync(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResult> asyncHandler) |
Future<RotateSecretResult> |
AWSSecretsManagerAsyncClient.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 the secret.
|
| Modifier and Type | Method and Description |
|---|---|
RotateSecretResult |
RotateSecretResult.clone() |
RotateSecretResult |
RotateSecretResult.withARN(String aRN)
The ARN of the secret.
|
RotateSecretResult |
RotateSecretResult.withName(String name)
The name of the secret.
|
RotateSecretResult |
RotateSecretResult.withVersionId(String versionId)
The ID of the new version of the secret.
|
Copyright © 2022. All rights reserved.