Package | Description |
---|---|
com.amazonaws.services.secretsmanager |
|
com.amazonaws.services.secretsmanager.model |
Modifier and Type | Method and Description |
---|---|
GetSecretValueResult |
AWSSecretsManagerClient.getSecretValue(GetSecretValueRequest request)
Retrieves the contents of the encrypted fields
SecretString or SecretBinary from the
specified version of a secret, whichever contains content. |
GetSecretValueResult |
AbstractAWSSecretsManager.getSecretValue(GetSecretValueRequest request) |
GetSecretValueResult |
AWSSecretsManager.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 |
---|---|
Future<GetSecretValueResult> |
AbstractAWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest request) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsyncClient.getSecretValueAsync(GetSecretValueRequest request) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest getSecretValueRequest)
Retrieves the contents of the encrypted fields
SecretString or SecretBinary from the
specified version of a secret, whichever contains content. |
Future<GetSecretValueResult> |
AbstractAWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest request,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsyncClient.getSecretValueAsync(GetSecretValueRequest request,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest getSecretValueRequest,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler)
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 |
---|---|
Future<GetSecretValueResult> |
AbstractAWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest request,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsyncClient.getSecretValueAsync(GetSecretValueRequest request,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler) |
Future<GetSecretValueResult> |
AWSSecretsManagerAsync.getSecretValueAsync(GetSecretValueRequest getSecretValueRequest,
AsyncHandler<GetSecretValueRequest,GetSecretValueResult> asyncHandler)
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 |
---|---|
GetSecretValueResult |
GetSecretValueResult.clone() |
GetSecretValueResult |
GetSecretValueResult.withARN(String aRN)
The ARN of the secret.
|
GetSecretValueResult |
GetSecretValueResult.withCreatedDate(Date createdDate)
The date and time that this version of the secret was created.
|
GetSecretValueResult |
GetSecretValueResult.withName(String name)
The friendly name of the secret.
|
GetSecretValueResult |
GetSecretValueResult.withSecretBinary(ByteBuffer secretBinary)
The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte
array.
|
GetSecretValueResult |
GetSecretValueResult.withSecretString(String secretString)
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets
Manager console.
|
GetSecretValueResult |
GetSecretValueResult.withVersionId(String versionId)
The unique identifier of this version of the secret.
|
GetSecretValueResult |
GetSecretValueResult.withVersionStages(Collection<String> versionStages)
A list of all of the staging labels currently attached to this version of the secret.
|
GetSecretValueResult |
GetSecretValueResult.withVersionStages(String... versionStages)
A list of all of the staging labels currently attached to this version of the secret.
|
Copyright © 2023. All rights reserved.