Uses of Class
software.amazon.awssdk.services.secretsmanager.paginators.BatchGetSecretValueIterable
-
Packages that use BatchGetSecretValueIterable Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of BatchGetSecretValueIterable in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return BatchGetSecretValueIterable Modifier and Type Method Description default BatchGetSecretValueIterableSecretsManagerClient. batchGetSecretValuePaginator(Consumer<BatchGetSecretValueRequest.Builder> batchGetSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfor up to 20 secrets.default BatchGetSecretValueIterableSecretsManagerClient. batchGetSecretValuePaginator(BatchGetSecretValueRequest batchGetSecretValueRequest)Retrieves the contents of the encrypted fieldsSecretStringorSecretBinaryfor up to 20 secrets.
-