default BatchGetSecretValueResponse |
SecretsManagerClient.batchGetSecretValue(Consumer<BatchGetSecretValueRequest.Builder> batchGetSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to
20 secrets.
|
default BatchGetSecretValueResponse |
SecretsManagerClient.batchGetSecretValue(BatchGetSecretValueRequest batchGetSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to
20 secrets.
|
default BatchGetSecretValueIterable |
SecretsManagerClient.batchGetSecretValuePaginator(Consumer<BatchGetSecretValueRequest.Builder> batchGetSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to
20 secrets.
|
default BatchGetSecretValueIterable |
SecretsManagerClient.batchGetSecretValuePaginator(BatchGetSecretValueRequest batchGetSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to
20 secrets.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(Consumer<CreateSecretRequest.Builder> createSecretRequest) |
Creates a new secret.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(CreateSecretRequest createSecretRequest) |
Creates a new secret.
|
default GetSecretValueResponse |
SecretsManagerClient.getSecretValue(Consumer<GetSecretValueRequest.Builder> getSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary from the
specified version of a secret, whichever contains content.
|
default GetSecretValueResponse |
SecretsManagerClient.getSecretValue(GetSecretValueRequest getSecretValueRequest) |
Retrieves the contents of the encrypted fields SecretString or SecretBinary from the
specified version of a secret, whichever contains content.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest) |
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(PutSecretValueRequest putSecretValueRequest) |
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest) |
Modifies the details of a secret, including metadata and the secret value.
|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(UpdateSecretRequest updateSecretRequest) |
Modifies the details of a secret, including metadata and the secret value.
|