Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NetworkSite
-
Packages that use NetworkSite Package Description software.amazon.awssdk.services.privatenetworks.model software.amazon.awssdk.services.privatenetworks.paginators -
-
Uses of NetworkSite in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return NetworkSite Modifier and Type Method Description NetworkSiteActivateNetworkSiteResponse. networkSite()Information about the network site.NetworkSiteCreateNetworkSiteResponse. networkSite()Information about the network site.NetworkSiteDeleteNetworkSiteResponse. networkSite()Information about the network site.NetworkSiteGetNetworkSiteResponse. networkSite()Information about the network site.NetworkSiteUpdateNetworkSitePlanResponse. networkSite()Information about the network site.NetworkSiteUpdateNetworkSiteResponse. networkSite()Information about the network site.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type NetworkSite Modifier and Type Method Description List<NetworkSite>ListNetworkSitesResponse. networkSites()Information about the network sites.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type NetworkSite Modifier and Type Method Description ActivateNetworkSiteResponse.BuilderActivateNetworkSiteResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.CreateNetworkSiteResponse.BuilderCreateNetworkSiteResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.DeleteNetworkSiteResponse.BuilderDeleteNetworkSiteResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.GetNetworkSiteResponse.BuilderGetNetworkSiteResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.UpdateNetworkSitePlanResponse.BuilderUpdateNetworkSitePlanResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.UpdateNetworkSiteResponse.BuilderUpdateNetworkSiteResponse.Builder. networkSite(NetworkSite networkSite)Information about the network site.ListNetworkSitesResponse.BuilderListNetworkSitesResponse.Builder. networkSites(NetworkSite... networkSites)Information about the network sites.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type NetworkSite Modifier and Type Method Description ListNetworkSitesResponse.BuilderListNetworkSitesResponse.Builder. networkSites(Collection<NetworkSite> networkSites)Information about the network sites. -
Uses of NetworkSite in software.amazon.awssdk.services.privatenetworks.paginators
Methods in software.amazon.awssdk.services.privatenetworks.paginators that return types with arguments of type NetworkSite Modifier and Type Method Description SdkIterable<NetworkSite>ListNetworkSitesIterable. networkSites()Returns an iterable to iterate through the paginatedListNetworkSitesResponse.networkSites()member.SdkPublisher<NetworkSite>ListNetworkSitesPublisher. networkSites()Returns a publisher that can be used to get a stream of data.
-