| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
SitePlan |
SitePlan.clone() |
SitePlan |
NetworkSite.getCurrentPlan()
The current plan of the network site.
|
SitePlan |
NetworkSite.getPendingPlan()
The pending plan of the network site.
|
SitePlan |
UpdateNetworkSitePlanRequest.getPendingPlan()
The pending plan.
|
SitePlan |
CreateNetworkSiteRequest.getPendingPlan()
Information about the pending plan for this site.
|
SitePlan |
SitePlan.withOptions(Collection<NameValuePair> options)
The options of the plan.
|
SitePlan |
SitePlan.withOptions(NameValuePair... options)
The options of the plan.
|
SitePlan |
SitePlan.withResourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
|
SitePlan |
SitePlan.withResourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkSite.setCurrentPlan(SitePlan currentPlan)
The current plan of the network site.
|
void |
NetworkSite.setPendingPlan(SitePlan pendingPlan)
The pending plan of the network site.
|
void |
UpdateNetworkSitePlanRequest.setPendingPlan(SitePlan pendingPlan)
The pending plan.
|
void |
CreateNetworkSiteRequest.setPendingPlan(SitePlan pendingPlan)
Information about the pending plan for this site.
|
NetworkSite |
NetworkSite.withCurrentPlan(SitePlan currentPlan)
The current plan of the network site.
|
NetworkSite |
NetworkSite.withPendingPlan(SitePlan pendingPlan)
The pending plan of the network site.
|
UpdateNetworkSitePlanRequest |
UpdateNetworkSitePlanRequest.withPendingPlan(SitePlan pendingPlan)
The pending plan.
|
CreateNetworkSiteRequest |
CreateNetworkSiteRequest.withPendingPlan(SitePlan pendingPlan)
Information about the pending plan for this site.
|
Copyright © 2024. All rights reserved.