Uses of Class
software.amazon.awssdk.services.outposts.model.ListOutpostsResponse
-
Packages that use ListOutpostsResponse 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 ListOutpostsResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListOutpostsResponse Modifier and Type Method Description default ListOutpostsResponseOutpostsClient. listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.default ListOutpostsResponseOutpostsClient. listOutposts(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListOutpostsResponse Modifier and Type Method Description default CompletableFuture<ListOutpostsResponse>OutpostsAsyncClient. listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.default CompletableFuture<ListOutpostsResponse>OutpostsAsyncClient. listOutposts(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account. -
Uses of ListOutpostsResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListOutpostsResponse Modifier and Type Method Description Iterator<ListOutpostsResponse>ListOutpostsIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListOutpostsResponse Modifier and Type Method Description voidListOutpostsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOutpostsResponse> subscriber)
-