| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
CollaborationSummary |
CollaborationSummary.clone() |
CollaborationSummary |
CollaborationSummary.withArn(String arn)
The ARN of the collaboration.
|
CollaborationSummary |
CollaborationSummary.withCreateTime(Date createTime)
The time when the collaboration was created.
|
CollaborationSummary |
CollaborationSummary.withCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationSummary |
CollaborationSummary.withCreatorDisplayName(String creatorDisplayName)
The display name of the collaboration creator.
|
CollaborationSummary |
CollaborationSummary.withId(String id)
The identifier for the collaboration.
|
CollaborationSummary |
CollaborationSummary.withMembershipArn(String membershipArn)
The ARN of a member in a collaboration.
|
CollaborationSummary |
CollaborationSummary.withMembershipId(String membershipId)
The identifier of a member in a collaboration.
|
CollaborationSummary |
CollaborationSummary.withMemberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
|
CollaborationSummary |
CollaborationSummary.withMemberStatus(String memberStatus)
The status of a member in a collaboration.
|
CollaborationSummary |
CollaborationSummary.withName(String name)
A human-readable identifier provided by the collaboration owner.
|
CollaborationSummary |
CollaborationSummary.withUpdateTime(Date updateTime)
The time the collaboration metadata was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CollaborationSummary> |
ListCollaborationsResult.getCollaborationList()
The list of collaborations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsResult |
ListCollaborationsResult.withCollaborationList(CollaborationSummary... collaborationList)
The list of collaborations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCollaborationsResult.setCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
ListCollaborationsResult |
ListCollaborationsResult.withCollaborationList(Collection<CollaborationSummary> collaborationList)
The list of collaborations.
|
Copyright © 2023. All rights reserved.