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