Uses of Interface
software.amazon.awssdk.services.outposts.model.ListAssetsRequest.Builder
-
Packages that use ListAssetsRequest.Builder 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.model -
-
Uses of ListAssetsRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type ListAssetsRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static ListAssetsRequest.BuilderListAssetsRequest. builder()ListAssetsRequest.BuilderListAssetsRequest.Builder. hostIdFilter(String... hostIdFilter)Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.BuilderListAssetsRequest.Builder. hostIdFilter(Collection<String> hostIdFilter)Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.BuilderListAssetsRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListAssetsRequest.BuilderListAssetsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListAssetsRequest.BuilderListAssetsRequest.Builder. outpostIdentifier(String outpostIdentifier)The ID or the Amazon Resource Name (ARN) of the Outpost.ListAssetsRequest.BuilderListAssetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetsRequest.BuilderListAssetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetsRequest.BuilderListAssetsRequest.Builder. statusFilter(Collection<AssetState> statusFilter)Filters the results by state.ListAssetsRequest.BuilderListAssetsRequest.Builder. statusFilter(AssetState... statusFilter)Filters the results by state.ListAssetsRequest.BuilderListAssetsRequest.Builder. statusFilterWithStrings(String... statusFilter)Filters the results by state.ListAssetsRequest.BuilderListAssetsRequest.Builder. statusFilterWithStrings(Collection<String> statusFilter)Filters the results by state.ListAssetsRequest.BuilderListAssetsRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListAssetsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssetsRequest.Builder>ListAssetsRequest. serializableBuilderClass()
-