Package | Description |
---|---|
software.amazon.awssdk.services.secretsmanager |
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetSecretValueResponse> |
SecretsManagerAsyncClient.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 CompletableFuture<GetSecretValueResponse> |
SecretsManagerAsyncClient.getSecretValue(GetSecretValueRequest getSecretValueRequest)
Retrieves the contents of the encrypted fields
SecretString or SecretBinary from the
specified version of a secret, whichever contains content. |
Copyright © 2021. All rights reserved.