default CreateSecretResponse |
SecretsManagerClient.createSecret(Consumer<CreateSecretRequest.Builder> createSecretRequest) |
Creates a new secret.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(CreateSecretRequest createSecretRequest) |
Creates a new secret.
|
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.
|