| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
OrderedResourceDefinition |
OrderedResourceDefinition.clone() |
OrderedResourceDefinition |
OrderedResourceDefinition.withCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order.
|
OrderedResourceDefinition |
OrderedResourceDefinition.withCount(Integer count)
The number of network resources in the order.
|
OrderedResourceDefinition |
OrderedResourceDefinition.withType(NetworkResourceDefinitionType type)
The type of network resource in the order.
|
OrderedResourceDefinition |
OrderedResourceDefinition.withType(String type)
The type of network resource in the order.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderedResourceDefinition> |
Order.getOrderedResources()
A list of the network resources placed in the order.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.withOrderedResources(OrderedResourceDefinition... orderedResources)
A list of the network resources placed in the order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setOrderedResources(Collection<OrderedResourceDefinition> orderedResources)
A list of the network resources placed in the order.
|
Order |
Order.withOrderedResources(Collection<OrderedResourceDefinition> orderedResources)
A list of the network resources placed in the order.
|
Copyright © 2025. All rights reserved.