| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static MembershipStatus |
MembershipStatus.fromValue(String value)
Use this in place of valueOf.
|
static MembershipStatus |
MembershipStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipStatus[] |
MembershipStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembershipsRequest |
ListMembershipsRequest.withStatus(MembershipStatus status)
A filter which will return only memberships in the specified status.
|
Membership |
Membership.withStatus(MembershipStatus status)
The status of the membership.
|
MembershipSummary |
MembershipSummary.withStatus(MembershipStatus status)
The status of the membership.
|
Copyright © 2023. All rights reserved.