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