Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ListCollaborationsResponse.Builder
-
Packages that use ListCollaborationsResponse.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ListCollaborationsResponse.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ListCollaborationsResponse.Builder Modifier and Type Method Description static ListCollaborationsResponse.BuilderListCollaborationsResponse. builder()ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. collaborationList(Collection<CollaborationSummary> collaborationList)The list of collaborations.ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. collaborationList(Consumer<CollaborationSummary.Builder>... collaborationList)The list of collaborations.ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. collaborationList(CollaborationSummary... collaborationList)The list of collaborations.ListCollaborationsResponse.BuilderListCollaborationsResponse.Builder. nextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListCollaborationsResponse.BuilderListCollaborationsResponse. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ListCollaborationsResponse.Builder Modifier and Type Method Description static Class<? extends ListCollaborationsResponse.Builder>ListCollaborationsResponse. serializableBuilderClass()
-