Uses of Class
software.amazon.awssdk.services.outposts.model.ListAssetsRequest
-
Packages that use ListAssetsRequest 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 ListAssetsRequest in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListAssetsRequest Modifier and Type Method Description default CompletableFuture<ListAssetsResponse>OutpostsAsyncClient. listAssets(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost.default ListAssetsResponseOutpostsClient. listAssets(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost.default ListAssetsPublisherOutpostsAsyncClient. listAssetsPaginator(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost.default ListAssetsIterableOutpostsClient. listAssetsPaginator(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost. -
Uses of ListAssetsRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListAssetsRequest Constructor Description ListAssetsIterable(OutpostsClient client, ListAssetsRequest firstRequest)ListAssetsPublisher(OutpostsAsyncClient client, ListAssetsRequest firstRequest) -
Uses of ListAssetsRequest in software.amazon.awssdk.services.outposts.transform
Methods in software.amazon.awssdk.services.outposts.transform with parameters of type ListAssetsRequest Modifier and Type Method Description SdkHttpFullRequestListAssetsRequestMarshaller. marshall(ListAssetsRequest listAssetsRequest)
-