| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.clone() |
Order |
GetOrderResult.getOrder()
Information about the order.
|
Order |
AcknowledgeOrderReceiptResult.getOrder()
Information about the order.
|
Order |
Order.withAcknowledgmentStatus(AcknowledgmentStatus acknowledgmentStatus)
The acknowledgement status of the order.
|
Order |
Order.withAcknowledgmentStatus(String acknowledgmentStatus)
The acknowledgement status of the order.
|
Order |
Order.withCreatedAt(Date createdAt)
The creation time of the order.
|
Order |
Order.withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network associated with this order.
|
Order |
Order.withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site associated with this order.
|
Order |
Order.withOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
|
Order |
Order.withOrderedResources(Collection<OrderedResourceDefinition> orderedResources)
A list of the network resources placed in the order.
|
Order |
Order.withOrderedResources(OrderedResourceDefinition... orderedResources)
A list of the network resources placed in the order.
|
Order |
Order.withShippingAddress(Address shippingAddress)
The shipping address of the order.
|
Order |
Order.withTrackingInformation(Collection<TrackingInformation> trackingInformation)
The tracking information of the order.
|
Order |
Order.withTrackingInformation(TrackingInformation... trackingInformation)
The tracking information of the order.
|
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
ListOrdersResult.getOrders()
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOrderResult.setOrder(Order order)
Information about the order.
|
void |
AcknowledgeOrderReceiptResult.setOrder(Order order)
Information about the order.
|
GetOrderResult |
GetOrderResult.withOrder(Order order)
Information about the order.
|
AcknowledgeOrderReceiptResult |
AcknowledgeOrderReceiptResult.withOrder(Order order)
Information about the order.
|
ListOrdersResult |
ListOrdersResult.withOrders(Order... orders)
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrdersResult.setOrders(Collection<Order> orders)
Information about the orders.
|
ListOrdersResult |
ListOrdersResult.withOrders(Collection<Order> orders)
Information about the orders.
|
Copyright © 2025. All rights reserved.