Uses of Class
software.amazon.awssdk.services.iotroborunner.model.Site
-
Packages that use Site Package Description software.amazon.awssdk.services.iotroborunner.model software.amazon.awssdk.services.iotroborunner.paginators -
-
Uses of Site in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.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.iotroborunner.model with parameters of type Site Modifier and Type Method Description ListSitesResponse.BuilderListSitesResponse.Builder. sites(Site... sites)Sets the value of the Sites property for this object.Method parameters in software.amazon.awssdk.services.iotroborunner.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.iotroborunner.paginators
Methods in software.amazon.awssdk.services.iotroborunner.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.
-