Uses of Class
software.amazon.awssdk.services.outposts.model.Site
-
Packages that use Site Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of Site in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Site Modifier and Type Method Description SiteCreateSiteResponse. site()Returns the value of the Site property for this object.SiteGetSiteResponse. site()Returns the value of the Site property for this object.SiteUpdateSiteRackPhysicalPropertiesResponse. site()Returns the value of the Site property for this object.SiteUpdateSiteResponse. site()Returns the value of the Site property for this object.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Site Modifier and Type Method Description List<Site>ListSitesResponse. sites()Returns the value of the Sites property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type Site Modifier and Type Method Description CreateSiteResponse.BuilderCreateSiteResponse.Builder. site(Site site)Sets the value of the Site property for this object.GetSiteResponse.BuilderGetSiteResponse.Builder. site(Site site)Sets the value of the Site property for this object.UpdateSiteRackPhysicalPropertiesResponse.BuilderUpdateSiteRackPhysicalPropertiesResponse.Builder. site(Site site)Sets the value of the Site property for this object.UpdateSiteResponse.BuilderUpdateSiteResponse.Builder. site(Site site)Sets the value of the Site property for this object.ListSitesResponse.BuilderListSitesResponse.Builder. sites(Site... sites)Sets the value of the Sites property for this object.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type Site Modifier and Type Method Description ListSitesResponse.BuilderListSitesResponse.Builder. sites(Collection<Site> sites)Sets the value of the Sites property for this object. -
Uses of Site in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type Site Modifier and Type Method Description SdkIterable<Site>ListSitesIterable. sites()Returns an iterable to iterate through the paginatedListSitesResponse.sites()member.SdkPublisher<Site>ListSitesPublisher. sites()Returns a publisher that can be used to get a stream of data.
-