Uses of Class
software.amazon.awssdk.services.outposts.model.ListSitesResponse
-
Packages that use ListSitesResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.paginators -
-
Uses of ListSitesResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListSitesResponse Modifier and Type Method Description default ListSitesResponseOutpostsClient. listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)Lists the Outpost sites for your Amazon Web Services account.default ListSitesResponseOutpostsClient. listSites(ListSitesRequest listSitesRequest)Lists the Outpost sites for your Amazon Web Services account.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListSitesResponse Modifier and Type Method Description default CompletableFuture<ListSitesResponse>OutpostsAsyncClient. listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)Lists the Outpost sites for your Amazon Web Services account.default CompletableFuture<ListSitesResponse>OutpostsAsyncClient. listSites(ListSitesRequest listSitesRequest)Lists the Outpost sites for your Amazon Web Services account. -
Uses of ListSitesResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListSitesResponse Modifier and Type Method Description Iterator<ListSitesResponse>ListSitesIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListSitesResponse Modifier and Type Method Description voidListSitesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSitesResponse> subscriber)
-