| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetSecretValueResult> |
AWSSecretsManagerAsyncClient.batchGetSecretValueAsync(BatchGetSecretValueRequest request,
AsyncHandler<BatchGetSecretValueRequest,BatchGetSecretValueResult> asyncHandler) |
Future<BatchGetSecretValueResult> |
AWSSecretsManagerAsync.batchGetSecretValueAsync(BatchGetSecretValueRequest batchGetSecretValueRequest,
AsyncHandler<BatchGetSecretValueRequest,BatchGetSecretValueResult> asyncHandler)
Retrieves the contents of the encrypted fields
SecretString or SecretBinary for up to
20 secrets. |
Future<BatchGetSecretValueResult> |
AbstractAWSSecretsManagerAsync.batchGetSecretValueAsync(BatchGetSecretValueRequest request,
AsyncHandler<BatchGetSecretValueRequest,BatchGetSecretValueResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.clone() |
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withFilters(Collection<Filter> filters)
The filters to choose which secrets to retrieve.
|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withFilters(Filter... filters)
The filters to choose which secrets to retrieve.
|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withMaxResults(Integer maxResults)
The number of results to include in the response.
|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withSecretIdList(Collection<String> secretIdList)
The ARN or names of the secrets to retrieve.
|
BatchGetSecretValueRequest |
BatchGetSecretValueRequest.withSecretIdList(String... secretIdList)
The ARN or names of the secrets to retrieve.
|
Copyright © 2025. All rights reserved.