Uses of Class
software.amazon.awssdk.services.outposts.model.Site
Packages that use Site
Package
Description
-
Uses of Site in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return SiteModifier and TypeMethodDescriptionfinal SiteCreateSiteResponse.site()Returns the value of the Site property for this object.final SiteGetSiteResponse.site()Returns the value of the Site property for this object.final SiteUpdateSiteRackPhysicalPropertiesResponse.site()Returns the value of the Site property for this object.final 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 SiteModifier and TypeMethodDescriptionListSitesResponse.sites()Returns the value of the Sites property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type SiteModifier and TypeMethodDescriptionSets the value of the Site property for this object.Sets the value of the Site property for this object.Sets the value of the Site property for this object.Sets the value of the Site property for this object.Sets the value of the Sites property for this object.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type SiteModifier and TypeMethodDescriptionListSitesResponse.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 SiteModifier and TypeMethodDescriptionfinal SdkIterable<Site>ListSitesIterable.sites()Returns an iterable to iterate through the paginatedListSitesResponse.sites()member.final SdkPublisher<Site>ListSitesPublisher.sites()Returns a publisher that can be used to get a stream of data.