Uses of Class
software.amazon.awssdk.services.privatenetworks.model.SitePlan
-
Packages that use SitePlan Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of SitePlan in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return SitePlan Modifier and Type Method Description SitePlanNetworkSite. currentPlan()The current plan of the network site.SitePlanCreateNetworkSiteRequest. pendingPlan()Information about the pending plan for this site.SitePlanNetworkSite. pendingPlan()The pending plan of the network site.SitePlanUpdateNetworkSitePlanRequest. pendingPlan()The pending plan.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type SitePlan Modifier and Type Method Description NetworkSite.BuilderNetworkSite.Builder. currentPlan(SitePlan currentPlan)The current plan of the network site.CreateNetworkSiteRequest.BuilderCreateNetworkSiteRequest.Builder. pendingPlan(SitePlan pendingPlan)Information about the pending plan for this site.NetworkSite.BuilderNetworkSite.Builder. pendingPlan(SitePlan pendingPlan)The pending plan of the network site.UpdateNetworkSitePlanRequest.BuilderUpdateNetworkSitePlanRequest.Builder. pendingPlan(SitePlan pendingPlan)The pending plan.
-