Uses of Class
software.amazon.awssdk.services.networkmanager.model.Site
-
Packages that use Site Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of Site in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Site Modifier and Type Method Description SiteCreateSiteResponse. site()Information about the site.SiteDeleteSiteResponse. site()Information about the site.SiteUpdateSiteResponse. site()Information about the site.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Site Modifier and Type Method Description List<Site>GetSitesResponse. sites()The sites.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Site Modifier and Type Method Description CreateSiteResponse.BuilderCreateSiteResponse.Builder. site(Site site)Information about the site.DeleteSiteResponse.BuilderDeleteSiteResponse.Builder. site(Site site)Information about the site.UpdateSiteResponse.BuilderUpdateSiteResponse.Builder. site(Site site)Information about the site.GetSitesResponse.BuilderGetSitesResponse.Builder. sites(Site... sites)The sites.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type Site Modifier and Type Method Description GetSitesResponse.BuilderGetSitesResponse.Builder. sites(Collection<Site> sites)The sites. -
Uses of Site in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type Site Modifier and Type Method Description SdkIterable<Site>GetSitesIterable. sites()Returns an iterable to iterate through the paginatedGetSitesResponse.sites()member.SdkPublisher<Site>GetSitesPublisher. sites()Returns a publisher that can be used to get a stream of data.
-