| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreSecretResult |
AWSSecretsManagerClient.restoreSecret(RestoreSecretRequest request)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
RestoreSecretResult |
AWSSecretsManager.restoreSecret(RestoreSecretRequest restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
RestoreSecretResult |
AbstractAWSSecretsManager.restoreSecret(RestoreSecretRequest request) |
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest request) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest restoreSecretRequest,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest restoreSecretRequest,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
| Modifier and Type | Method and Description |
|---|---|
RestoreSecretRequest |
RestoreSecretRequest.clone() |
RestoreSecretRequest |
RestoreSecretRequest.withSecretId(String secretId)
The ARN or name of the secret to restore.
|
Copyright © 2024. All rights reserved.