Uses of Interface
software.amazon.awssdk.services.outposts.model.ListAssetsRequest.Builder
Packages that use ListAssetsRequest.Builder
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.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type ListAssetsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListAssetsResponse>OutpostsAsyncClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest) Lists the hardware assets for the specified Outpost.default ListAssetsResponseOutpostsClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest) Lists the hardware assets for the specified Outpost.default ListAssetsPublisherOutpostsAsyncClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest) This is a variant ofOutpostsAsyncClient.listAssets(software.amazon.awssdk.services.outposts.model.ListAssetsRequest)operation.default ListAssetsIterableOutpostsClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest) This is a variant ofOutpostsClient.listAssets(software.amazon.awssdk.services.outposts.model.ListAssetsRequest)operation. -
Uses of ListAssetsRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ListAssetsRequest.BuilderModifier and TypeMethodDescriptionListAssetsRequest.Builder.assetTypeFilter(Collection<AssetType> assetTypeFilter) Filters the results by asset type.ListAssetsRequest.Builder.assetTypeFilter(AssetType... assetTypeFilter) Filters the results by asset type.ListAssetsRequest.Builder.assetTypeFilterWithStrings(String... assetTypeFilter) Filters the results by asset type.ListAssetsRequest.Builder.assetTypeFilterWithStrings(Collection<String> assetTypeFilter) Filters the results by asset type.static ListAssetsRequest.BuilderListAssetsRequest.builder()ListAssetsRequest.Builder.hostIdFilter(String... hostIdFilter) Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.Builder.hostIdFilter(Collection<String> hostIdFilter) Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.Builder.maxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.ListAssetsRequest.Builder.outpostIdentifier(String outpostIdentifier) The ID or the Amazon Resource Name (ARN) of the Outpost.ListAssetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAssetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAssetsRequest.Builder.statusFilter(Collection<AssetState> statusFilter) Filters the results by state.ListAssetsRequest.Builder.statusFilter(AssetState... statusFilter) Filters the results by state.ListAssetsRequest.Builder.statusFilterWithStrings(String... statusFilter) Filters the results by state.ListAssetsRequest.Builder.statusFilterWithStrings(Collection<String> statusFilter) Filters the results by state.ListAssetsRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListAssetsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAssetsRequest.Builder>ListAssetsRequest.serializableBuilderClass()