| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
MembershipSummary |
MembershipSummary.clone() |
MembershipSummary |
MembershipSummary.withArn(String arn)
The unique ARN for the membership.
|
MembershipSummary |
MembershipSummary.withCollaborationArn(String collaborationArn)
The unique ARN for the membership's associated collaboration.
|
MembershipSummary |
MembershipSummary.withCollaborationCreatorAccountId(String collaborationCreatorAccountId)
The identifier of the AWS principal that created the collaboration.
|
MembershipSummary |
MembershipSummary.withCollaborationCreatorDisplayName(String collaborationCreatorDisplayName)
The display name of the collaboration creator.
|
MembershipSummary |
MembershipSummary.withCollaborationId(String collaborationId)
The unique ID for the membership's collaboration.
|
MembershipSummary |
MembershipSummary.withCollaborationName(String collaborationName)
The name for the membership's collaboration.
|
MembershipSummary |
MembershipSummary.withCreateTime(Date createTime)
The time when the membership was created.
|
MembershipSummary |
MembershipSummary.withId(String id)
The unique ID for the membership's collaboration.
|
MembershipSummary |
MembershipSummary.withMemberAbilities(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary |
MembershipSummary.withMemberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary |
MembershipSummary.withMemberAbilities(String... memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary |
MembershipSummary.withStatus(MembershipStatus status)
The status of the membership.
|
MembershipSummary |
MembershipSummary.withStatus(String status)
The status of the membership.
|
MembershipSummary |
MembershipSummary.withUpdateTime(Date updateTime)
The time the membership metadata was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MembershipSummary> |
ListMembershipsResult.getMembershipSummaries()
The list of memberships returned from the ListMemberships operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembershipsResult |
ListMembershipsResult.withMembershipSummaries(MembershipSummary... membershipSummaries)
The list of memberships returned from the ListMemberships operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembershipsResult.setMembershipSummaries(Collection<MembershipSummary> membershipSummaries)
The list of memberships returned from the ListMemberships operation.
|
ListMembershipsResult |
ListMembershipsResult.withMembershipSummaries(Collection<MembershipSummary> membershipSummaries)
The list of memberships returned from the ListMemberships operation.
|
Copyright © 2023. All rights reserved.