| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(Consumer<CreateSecretRequest.Builder> createSecretRequest)
Creates a new secret.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(CreateSecretRequest createSecretRequest)
Creates a new secret.
|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(Consumer<DeleteSecretRequest.Builder> deleteSecretRequest)
Deletes an entire secret and all of its versions.
|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(DeleteSecretRequest deleteSecretRequest)
Deletes an entire secret and all of its versions.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword()
Generates a random password of the specified complexity.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(GetRandomPasswordRequest getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
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 ListSecretsResponse |
SecretsManagerClient.listSecrets()
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default ListSecretsResponse |
SecretsManagerClient.listSecrets(Consumer<ListSecretsRequest.Builder> listSecretsRequest)
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default ListSecretsResponse |
SecretsManagerClient.listSecrets(ListSecretsRequest listSecretsRequest)
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default ListSecretsIterable |
SecretsManagerClient.listSecretsPaginator()
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default ListSecretsIterable |
SecretsManagerClient.listSecretsPaginator(Consumer<ListSecretsRequest.Builder> listSecretsRequest)
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default ListSecretsIterable |
SecretsManagerClient.listSecretsPaginator(ListSecretsRequest listSecretsRequest)
Lists all of the secrets that are stored by Secrets Manager in the AWS account.
|
default PutResourcePolicyResponse |
SecretsManagerClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)
Attaches the contents of the specified resource-based permission policy to a secret.
|
default PutResourcePolicyResponse |
SecretsManagerClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Attaches the contents of the specified resource-based permission policy to a secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest)
Stores a new encrypted secret value in the specified secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(PutSecretValueRequest putSecretValueRequest)
Stores a new encrypted secret value in the specified secret.
|
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. |
default RotateSecretResponse |
SecretsManagerClient.rotateSecret(Consumer<RotateSecretRequest.Builder> rotateSecretRequest)
Configures and starts the asynchronous process of rotating this secret.
|
default RotateSecretResponse |
SecretsManagerClient.rotateSecret(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating this secret.
|
default TagResourceResponse |
SecretsManagerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
default TagResourceResponse |
SecretsManagerClient.tagResource(TagResourceRequest tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
default UntagResourceResponse |
SecretsManagerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified secret.
|
default UntagResourceResponse |
SecretsManagerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified secret.
|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest)
Modifies many of the details of the specified secret.
|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
default UpdateSecretVersionStageResponse |
SecretsManagerClient.updateSecretVersionStage(Consumer<UpdateSecretVersionStageRequest.Builder> updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
default UpdateSecretVersionStageResponse |
SecretsManagerClient.updateSecretVersionStage(UpdateSecretVersionStageRequest updateSecretVersionStageRequest)
Modifies the staging labels attached to a version of a secret.
|
default ValidateResourcePolicyResponse |
SecretsManagerClient.validateResourcePolicy(Consumer<ValidateResourcePolicyRequest.Builder> validateResourcePolicyRequest)
Validates the JSON text of the resource-based policy document attached to the specified secret.
|
default ValidateResourcePolicyResponse |
SecretsManagerClient.validateResourcePolicy(ValidateResourcePolicyRequest validateResourcePolicyRequest)
Validates the JSON text of the resource-based policy document attached to the specified secret.
|
Copyright © 2020. All rights reserved.