Uses of Class
software.amazon.awssdk.services.outposts.model.ListOutpostsRequest
-
Packages that use ListOutpostsRequest 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 software.amazon.awssdk.services.outposts.transform -
-
Uses of ListOutpostsRequest in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListOutpostsRequest Modifier and Type Method Description default CompletableFuture<ListOutpostsResponse>OutpostsAsyncClient. listOutposts(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.default ListOutpostsResponseOutpostsClient. listOutposts(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.default ListOutpostsPublisherOutpostsAsyncClient. listOutpostsPaginator(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account.default ListOutpostsIterableOutpostsClient. listOutpostsPaginator(ListOutpostsRequest listOutpostsRequest)Lists the Outposts for your Amazon Web Services account. -
Uses of ListOutpostsRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListOutpostsRequest Constructor Description ListOutpostsIterable(OutpostsClient client, ListOutpostsRequest firstRequest)ListOutpostsPublisher(OutpostsAsyncClient client, ListOutpostsRequest firstRequest) -
Uses of ListOutpostsRequest in software.amazon.awssdk.services.outposts.transform
Methods in software.amazon.awssdk.services.outposts.transform with parameters of type ListOutpostsRequest Modifier and Type Method Description SdkHttpFullRequestListOutpostsRequestMarshaller. marshall(ListOutpostsRequest listOutpostsRequest)
-