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) |
|
default BatchGetSecretValueIterable |
SecretsManagerClient.batchGetSecretValuePaginator(BatchGetSecretValueRequest batchGetSecretValueRequest) |
|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest) |
Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest) |
Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(Consumer<CreateSecretRequest.Builder> createSecretRequest) |
Creates a new secret.
|
default CreateSecretResponse |
SecretsManagerClient.createSecret(CreateSecretRequest createSecretRequest) |
Creates a new secret.
|
default DeleteResourcePolicyResponse |
SecretsManagerClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes the resource-based permission policy attached to the secret.
|
default DeleteResourcePolicyResponse |
SecretsManagerClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes the resource-based permission policy attached to the secret.
|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(Consumer<DeleteSecretRequest.Builder> deleteSecretRequest) |
Deletes a secret and all of its versions.
|
default DeleteSecretResponse |
SecretsManagerClient.deleteSecret(DeleteSecretRequest deleteSecretRequest) |
Deletes a secret and all of its versions.
|
default DescribeSecretResponse |
SecretsManagerClient.describeSecret(Consumer<DescribeSecretRequest.Builder> describeSecretRequest) |
Retrieves the details of a secret.
|
default DescribeSecretResponse |
SecretsManagerClient.describeSecret(DescribeSecretRequest describeSecretRequest) |
Retrieves the details of a secret.
|
default GetResourcePolicyResponse |
SecretsManagerClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) |
Retrieves the JSON text of the resource-based policy document attached to the secret.
|
default GetResourcePolicyResponse |
SecretsManagerClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) |
Retrieves the JSON text of the resource-based policy document attached to the 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 ListSecretVersionIdsResponse |
SecretsManagerClient.listSecretVersionIds(Consumer<ListSecretVersionIdsRequest.Builder> listSecretVersionIdsRequest) |
Lists the versions of a secret.
|
default ListSecretVersionIdsResponse |
SecretsManagerClient.listSecretVersionIds(ListSecretVersionIdsRequest listSecretVersionIdsRequest) |
Lists the versions of a secret.
|
default ListSecretVersionIdsIterable |
SecretsManagerClient.listSecretVersionIdsPaginator(Consumer<ListSecretVersionIdsRequest.Builder> listSecretVersionIdsRequest) |
|
default ListSecretVersionIdsIterable |
SecretsManagerClient.listSecretVersionIdsPaginator(ListSecretVersionIdsRequest listSecretVersionIdsRequest) |
|
default PutResourcePolicyResponse |
SecretsManagerClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Attaches a resource-based permission policy to a secret.
|
default PutResourcePolicyResponse |
SecretsManagerClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Attaches a resource-based permission policy to a secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest) |
Creates a new version of your secret by creating a new encrypted value and attaching it to the secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(PutSecretValueRequest putSecretValueRequest) |
Creates a new version of your secret by creating a new encrypted value and attaching it to the secret.
|
default RemoveRegionsFromReplicationResponse |
SecretsManagerClient.removeRegionsFromReplication(Consumer<RemoveRegionsFromReplicationRequest.Builder> removeRegionsFromReplicationRequest) |
For a secret that is replicated to other Regions, deletes the secret replicas from the Regions you specify.
|
default RemoveRegionsFromReplicationResponse |
SecretsManagerClient.removeRegionsFromReplication(RemoveRegionsFromReplicationRequest removeRegionsFromReplicationRequest) |
For a secret that is replicated to other Regions, deletes the secret replicas from the Regions you specify.
|
default ReplicateSecretToRegionsResponse |
SecretsManagerClient.replicateSecretToRegions(Consumer<ReplicateSecretToRegionsRequest.Builder> replicateSecretToRegionsRequest) |
Replicates the secret to a new Regions.
|
default ReplicateSecretToRegionsResponse |
SecretsManagerClient.replicateSecretToRegions(ReplicateSecretToRegionsRequest replicateSecretToRegionsRequest) |
Replicates the secret to a new Regions.
|
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 the secret.
|
default RotateSecretResponse |
SecretsManagerClient.rotateSecret(RotateSecretRequest rotateSecretRequest) |
Configures and starts the asynchronous process of rotating the secret.
|
default StopReplicationToReplicaResponse |
SecretsManagerClient.stopReplicationToReplica(Consumer<StopReplicationToReplicaRequest.Builder> stopReplicationToReplicaRequest) |
Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret
in the replica Region.
|
default StopReplicationToReplicaResponse |
SecretsManagerClient.stopReplicationToReplica(StopReplicationToReplicaRequest stopReplicationToReplicaRequest) |
Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret
in the replica Region.
|
default TagResourceResponse |
SecretsManagerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Attaches tags to a secret.
|
default TagResourceResponse |
SecretsManagerClient.tagResource(TagResourceRequest tagResourceRequest) |
Attaches tags to a secret.
|
default UntagResourceResponse |
SecretsManagerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes specific tags from a secret.
|
default UntagResourceResponse |
SecretsManagerClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes specific tags from a 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.
|
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 that a resource policy does not grant a wide range of principals access to your secret.
|
default ValidateResourcePolicyResponse |
SecretsManagerClient.validateResourcePolicy(ValidateResourcePolicyRequest validateResourcePolicyRequest) |
Validates that a resource policy does not grant a wide range of principals access to your secret.
|