| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| software.amazon.awssdk.services.secretsmanager.transform |
| Modifier and Type | Method and Description |
|---|---|
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 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetSecretValueRequestMarshaller.marshall(GetSecretValueRequest getSecretValueRequest) |
Copyright © 2022. All rights reserved.