| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
MemberSummary |
MemberSummary.clone() |
MemberSummary |
MemberSummary.withAbilities(Collection<String> abilities)
The abilities granted to the collaboration member.
|
MemberSummary |
MemberSummary.withAbilities(MemberAbility... abilities)
The abilities granted to the collaboration member.
|
MemberSummary |
MemberSummary.withAbilities(String... abilities)
The abilities granted to the collaboration member.
|
MemberSummary |
MemberSummary.withAccountId(String accountId)
The identifier used to reference members of the collaboration.
|
MemberSummary |
MemberSummary.withCreateTime(Date createTime)
The time when the member was created.
|
MemberSummary |
MemberSummary.withDisplayName(String displayName)
The member's display name.
|
MemberSummary |
MemberSummary.withMembershipArn(String membershipArn)
The unique ARN for the member's associated membership, if present.
|
MemberSummary |
MemberSummary.withMembershipId(String membershipId)
The unique ID for the member's associated membership, if present.
|
MemberSummary |
MemberSummary.withPaymentConfiguration(PaymentConfiguration paymentConfiguration)
The collaboration member's payment responsibilities set by the collaboration creator.
|
MemberSummary |
MemberSummary.withStatus(MemberStatus status)
The status of the member.
|
MemberSummary |
MemberSummary.withStatus(String status)
The status of the member.
|
MemberSummary |
MemberSummary.withUpdateTime(Date updateTime)
The time the member metadata was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberSummary> |
ListMembersResult.getMemberSummaries()
The list of members returned by the ListMembers operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembersResult |
ListMembersResult.withMemberSummaries(MemberSummary... memberSummaries)
The list of members returned by the ListMembers operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembersResult.setMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
|
ListMembersResult |
ListMembersResult.withMemberSummaries(Collection<MemberSummary> memberSummaries)
The list of members returned by the ListMembers operation.
|
Copyright © 2024. All rights reserved.