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) |
Modifier and Type | Method and Description |
---|---|
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest request) |
Future<RestoreSecretResult> |
AWSSecretsManagerAsync.restoreSecretAsync(RestoreSecretRequest restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request) |
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.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. |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RestoreSecretResult> |
AbstractAWSSecretsManagerAsync.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. |
Future<RestoreSecretResult> |
AWSSecretsManagerAsyncClient.restoreSecretAsync(RestoreSecretRequest request,
AsyncHandler<RestoreSecretRequest,RestoreSecretResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreSecretResult |
RestoreSecretResult.clone() |
RestoreSecretResult |
RestoreSecretResult.withARN(String aRN)
The ARN of the secret that was restored.
|
RestoreSecretResult |
RestoreSecretResult.withName(String name)
The friendly name of the secret that was restored.
|
Copyright © 2021. All rights reserved.