| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(Consumer<DeleteSecretRequest.Builder> deleteSecretRequest)
Deletes an entire secret and all of the versions.
|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(DeleteSecretRequest deleteSecretRequest)
Deletes an entire secret and all of the versions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSecretResponse> |
SecretsManagerAsyncClient.deleteSecret(Consumer<DeleteSecretRequest.Builder> deleteSecretRequest)
Deletes an entire secret and all of the versions.
|
default CompletableFuture<DeleteSecretResponse> |
SecretsManagerAsyncClient.deleteSecret(DeleteSecretRequest deleteSecretRequest)
Deletes an entire secret and all of the versions.
|
Copyright © 2021. All rights reserved.