| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| software.amazon.awssdk.services.secretsmanager.model |
| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
static GetSecretValueRequest.Builder |
GetSecretValueRequest.builder() |
GetSecretValueRequest.Builder |
GetSecretValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSecretValueRequest.Builder |
GetSecretValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSecretValueRequest.Builder |
GetSecretValueRequest.Builder.secretId(String secretId)
Specifies the secret containing the version that you want to retrieve.
|
GetSecretValueRequest.Builder |
GetSecretValueRequest.toBuilder() |
GetSecretValueRequest.Builder |
GetSecretValueRequest.Builder.versionId(String versionId)
Specifies the unique identifier of the version of the secret that you want to retrieve.
|
GetSecretValueRequest.Builder |
GetSecretValueRequest.Builder.versionStage(String versionStage)
Specifies the secret version that you want to retrieve by the staging label attached to the version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSecretValueRequest.Builder> |
GetSecretValueRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.