| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
NameValuePair |
NameValuePair.clone() |
NameValuePair |
NameValuePair.withName(String name)
The name of the pair.
|
NameValuePair |
NameValuePair.withValue(String value)
The value of the pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
NetworkResource.getAttributes()
The attributes of the network resource.
|
List<NameValuePair> |
NetworkResourceDefinition.getOptions()
The options in the network resource definition.
|
List<NameValuePair> |
SitePlan.getOptions()
The options of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkResource |
NetworkResource.withAttributes(NameValuePair... attributes)
The attributes of the network resource.
|
NetworkResourceDefinition |
NetworkResourceDefinition.withOptions(NameValuePair... options)
The options in the network resource definition.
|
SitePlan |
SitePlan.withOptions(NameValuePair... options)
The options of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkResource.setAttributes(Collection<NameValuePair> attributes)
The attributes of the network resource.
|
void |
NetworkResourceDefinition.setOptions(Collection<NameValuePair> options)
The options in the network resource definition.
|
void |
SitePlan.setOptions(Collection<NameValuePair> options)
The options of the plan.
|
NetworkResource |
NetworkResource.withAttributes(Collection<NameValuePair> attributes)
The attributes of the network resource.
|
NetworkResourceDefinition |
NetworkResourceDefinition.withOptions(Collection<NameValuePair> options)
The options in the network resource definition.
|
SitePlan |
SitePlan.withOptions(Collection<NameValuePair> options)
The options of the plan.
|
Copyright © 2025. All rights reserved.