| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareStatus |
ShareStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareStatus |
DeleteShareResponse.status()
The status of the share being deleted.
|
ShareStatus |
AcceptShareResponse.status()
The status of an analytics store share.
|
ShareStatus |
CreateShareResponse.status()
The status of a share.
|
ShareStatus |
ShareDetails.status()
The status of a share.
|
static ShareStatus |
ShareStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareStatus[] |
ShareStatus.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<ShareStatus> |
ShareStatus.knownValues()
|
List<ShareStatus> |
Filter.status()
The status of an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.status(ShareStatus... status)
The status of an annotation store version.
|
DeleteShareResponse.Builder |
DeleteShareResponse.Builder.status(ShareStatus status)
The status of the share being deleted.
|
AcceptShareResponse.Builder |
AcceptShareResponse.Builder.status(ShareStatus status)
The status of an analytics store share.
|
CreateShareResponse.Builder |
CreateShareResponse.Builder.status(ShareStatus status)
The status of a share.
|
ShareDetails.Builder |
ShareDetails.Builder.status(ShareStatus status)
The status of a share.
|
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.status(Collection<ShareStatus> status)
The status of an annotation store version.
|
Copyright © 2023. All rights reserved.