| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model |
| Modifier and Type | Method and Description |
|---|---|
SitePlan |
NetworkSite.currentPlan()
The current plan of the network site.
|
SitePlan |
NetworkSite.pendingPlan()
The pending plan of the network site.
|
SitePlan |
CreateNetworkSiteRequest.pendingPlan()
Information about the pending plan for this site.
|
SitePlan |
UpdateNetworkSitePlanRequest.pendingPlan()
The pending plan.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSite.Builder |
NetworkSite.Builder.currentPlan(SitePlan currentPlan)
The current plan of the network site.
|
NetworkSite.Builder |
NetworkSite.Builder.pendingPlan(SitePlan pendingPlan)
The pending plan of the network site.
|
CreateNetworkSiteRequest.Builder |
CreateNetworkSiteRequest.Builder.pendingPlan(SitePlan pendingPlan)
Information about the pending plan for this site.
|
UpdateNetworkSitePlanRequest.Builder |
UpdateNetworkSitePlanRequest.Builder.pendingPlan(SitePlan pendingPlan)
The pending plan.
|
Copyright © 2022. All rights reserved.