| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static MemberAbility |
MemberAbility.fromValue(String value)
Use this in place of valueOf.
|
static MemberAbility |
MemberAbility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberAbility[] |
MemberAbility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MemberSummary |
MemberSummary.withAbilities(MemberAbility... abilities)
The abilities granted to the collaboration member.
|
CreateCollaborationRequest |
CreateCollaborationRequest.withCreatorMemberAbilities(MemberAbility... creatorMemberAbilities)
The abilities granted to the collaboration creator.
|
MembershipSummary |
MembershipSummary.withMemberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
Membership |
Membership.withMemberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
MemberSpecification |
MemberSpecification.withMemberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
Copyright © 2023. All rights reserved.