| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreSecretResponse |
SecretsManagerClient.restoreSecret(Consumer<RestoreSecretRequest.Builder> restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
default RestoreSecretResponse |
SecretsManagerClient.restoreSecret(RestoreSecretRequest restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RestoreSecretResponse> |
SecretsManagerAsyncClient.restoreSecret(Consumer<RestoreSecretRequest.Builder> restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
default CompletableFuture<RestoreSecretResponse> |
SecretsManagerAsyncClient.restoreSecret(RestoreSecretRequest restoreSecretRequest)
Cancels the scheduled deletion of a secret by removing the
DeletedDate time stamp. |
Copyright © 2022. All rights reserved.