| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
NetworkResource.attributes()
The attributes of the network resource.
|
List<NameValuePair> |
NetworkResourceDefinition.options()
The options in the network resource definition.
|
List<NameValuePair> |
SitePlan.options()
The options of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkResource.Builder |
NetworkResource.Builder.attributes(NameValuePair... attributes)
The attributes of the network resource.
|
NetworkResourceDefinition.Builder |
NetworkResourceDefinition.Builder.options(NameValuePair... options)
The options in the network resource definition.
|
SitePlan.Builder |
SitePlan.Builder.options(NameValuePair... options)
The options of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkResource.Builder |
NetworkResource.Builder.attributes(Collection<NameValuePair> attributes)
The attributes of the network resource.
|
NetworkResourceDefinition.Builder |
NetworkResourceDefinition.Builder.options(Collection<NameValuePair> options)
The options in the network resource definition.
|
SitePlan.Builder |
SitePlan.Builder.options(Collection<NameValuePair> options)
The options of the plan.
|
Copyright © 2023. All rights reserved.