| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static MembershipStatus |
MembershipStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MembershipStatus |
ListMembershipsRequest.status()
A filter which will return only memberships in the specified status.
|
MembershipStatus |
MembershipSummary.status()
The status of the membership.
|
MembershipStatus |
Membership.status()
The status of the membership.
|
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 |
|---|---|
static Set<MembershipStatus> |
MembershipStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListMembershipsRequest.Builder |
ListMembershipsRequest.Builder.status(MembershipStatus status)
A filter which will return only memberships in the specified status.
|
MembershipSummary.Builder |
MembershipSummary.Builder.status(MembershipStatus status)
The status of the membership.
|
Membership.Builder |
Membership.Builder.status(MembershipStatus status)
The status of the membership.
|
Copyright © 2023. All rights reserved.