Skip to content

Using JAVA SDK for Cleanroom

0

Hello, I would like to use the functions of cleanroom, but I can't find the relevant SDK api calls in the documentation?

https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/java_code_examples_categorized.html It seems that there is no information about cleanroom. Please confirm: it is not support for java sdk?

But I found the API interface in this doc: https://docs.aws.amazon.com/clean-rooms/latest/apireference/Welcome.html

Since there is no description, I don't know how to pass some parameters, such as https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_ListCollaborations.html need parm nextToken, How can I get it?

Do we have doc to decription it?

Thanks Paul

asked a year ago150 views
1 Answer
1

Hello.

Scroll to the "See Also" section on each action's page in the documentation for links to available SDK documentation.
You can open the documentation for each SDK from this link.
https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_ListCollaborations.html#API_ListCollaborations_SeeAlso
a

Since there is no description, I don't know how to pass some parameters, such as https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_ListCollaborations.html need parm nextToken, How can I get it?

Parameters that are required for API requests are marked "Required: Yes" in the documentation.
"nextToken" does not have "Required: Yes" written in it, so you can request it without setting it.
For example, the option "collaborationIdentifier" of the API "ListCollaborationPrivacyBudgetTemplates" is written as "Required: Yes", so setting is required.
By the way, "nextToken" is included in the response when there are many output results.
https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_ListCollaborationPrivacyBudgetTemplates.html

EXPERT
answered a year ago
EXPERT
reviewed a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.