Uses of Class
software.amazon.awssdk.services.outposts.model.ListAssetsRequest
Packages that use ListAssetsRequest
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of ListAssetsRequest in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListAssetsRequestModifier and TypeMethodDescriptiondefault 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) This is a variant ofOutpostsAsyncClient.listAssets(software.amazon.awssdk.services.outposts.model.ListAssetsRequest)operation.default ListAssetsIterableOutpostsClient.listAssetsPaginator(ListAssetsRequest listAssetsRequest) This is a variant ofOutpostsClient.listAssets(software.amazon.awssdk.services.outposts.model.ListAssetsRequest)operation. -
Uses of ListAssetsRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListAssetsRequestModifierConstructorDescriptionListAssetsIterable(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 ListAssetsRequestModifier and TypeMethodDescriptionListAssetsRequestMarshaller.marshall(ListAssetsRequest listAssetsRequest)