| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterableMemberStatus |
FilterableMemberStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FilterableMemberStatus |
ListCollaborationsRequest.memberStatus()
The caller's status in a collaboration.
|
static FilterableMemberStatus |
FilterableMemberStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterableMemberStatus[] |
FilterableMemberStatus.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<FilterableMemberStatus> |
FilterableMemberStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationsRequest.Builder |
ListCollaborationsRequest.Builder.memberStatus(FilterableMemberStatus memberStatus)
The caller's status in a collaboration.
|
Copyright © 2023. All rights reserved.