Uses of Class
software.amazon.awssdk.services.outposts.model.ListAssetsResponse
-
Packages that use ListAssetsResponse 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 ListAssetsResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListAssetsResponse Modifier and Type Method Description default ListAssetsResponseOutpostsClient. listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)Lists the hardware assets for the specified Outpost.default ListAssetsResponseOutpostsClient. listAssets(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListAssetsResponse Modifier and Type Method Description default CompletableFuture<ListAssetsResponse>OutpostsAsyncClient. listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)Lists the hardware assets for the specified Outpost.default CompletableFuture<ListAssetsResponse>OutpostsAsyncClient. listAssets(ListAssetsRequest listAssetsRequest)Lists the hardware assets for the specified Outpost. -
Uses of ListAssetsResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListAssetsResponse Modifier and Type Method Description Iterator<ListAssetsResponse>ListAssetsIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListAssetsResponse Modifier and Type Method Description voidListAssetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetsResponse> subscriber)
-