| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static OrderStatus |
OrderStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OrderStatus |
OrderSummary.status()
The status of the order.
|
OrderStatus |
Order.status()
The status of the order.
|
static OrderStatus |
OrderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderStatus[] |
OrderStatus.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<OrderStatus> |
OrderStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OrderSummary.Builder |
OrderSummary.Builder.status(OrderStatus status)
The status of the order.
|
Order.Builder |
Order.Builder.status(OrderStatus status)
The status of the order.
|
Copyright © 2022. All rights reserved.