| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static DataShareStatusForConsumer |
DataShareStatusForConsumer.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataShareStatusForConsumer |
DescribeDataSharesForConsumerRequest.status()
An identifier giving the status of a datashare in the consumer cluster.
|
static DataShareStatusForConsumer |
DataShareStatusForConsumer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataShareStatusForConsumer[] |
DataShareStatusForConsumer.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<DataShareStatusForConsumer> |
DataShareStatusForConsumer.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForConsumerRequest.Builder |
DescribeDataSharesForConsumerRequest.Builder.status(DataShareStatusForConsumer status)
An identifier giving the status of a datashare in the consumer cluster.
|
Copyright © 2022. All rights reserved.