Skip to content

Is there any similar method like secretsmanager:BatchGetSecretValue in AWS SDK v1.x? #3088

Answered by debora-ito
asadaaron asked this question in Q&A
Discussion options

You must be logged in to vote

BatchGetSecretValue was added in SDK version 1.12.596, you'd need to upgrade to this version at least.

The easiest way to check in which version something was added to the SDK is to use Git "blame" - for example, here's the Github UI with blame information on the left side :-
https://github.com/aws/aws-sdk-java/blame/master/aws-java-sdk-secretsmanager/src/main/java/com/amazonaws/services/secretsmanager/AWSSecretsManagerClient.java

If not, is it possible to use the AWS SDK V2.x and AWS SDK V1.x in the same maven project at the same time?

Yes it is possible. We have more information on how to achieve this in the Java SDK v2 Developer Guide - https://docs.aws.amazon.com/sdk-for-java/latest…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@asadaaron
Comment options

Answer selected by asadaaron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants