| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model | |
| software.amazon.awssdk.services.cleanrooms.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CollaborationSummary> |
ListCollaborationsResponse.collaborationList()
The list of collaborations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResponse.Builder |
ListCollaborationsResponse.Builder.collaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResponse.Builder |
ListCollaborationsResponse.Builder.collaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CollaborationSummary> |
ListCollaborationsPublisher.collaborationList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CollaborationSummary> |
ListCollaborationsIterable.collaborationList()
Returns an iterable to iterate through the paginated
ListCollaborationsResponse.collaborationList()
member. |
Copyright © 2023. All rights reserved.