Uses of Interface
software.amazon.awssdk.services.outposts.model.ListQuotesRequest.Builder
Packages that use ListQuotesRequest.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 ListQuotesRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type ListQuotesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListQuotesResponse>OutpostsAsyncClient.listQuotes(Consumer<ListQuotesRequest.Builder> listQuotesRequest) Lists the quotes for your Amazon Web Services account.default ListQuotesResponseOutpostsClient.listQuotes(Consumer<ListQuotesRequest.Builder> listQuotesRequest) Lists the quotes for your Amazon Web Services account.default ListQuotesPublisherOutpostsAsyncClient.listQuotesPaginator(Consumer<ListQuotesRequest.Builder> listQuotesRequest) This is a variant ofOutpostsAsyncClient.listQuotes(software.amazon.awssdk.services.outposts.model.ListQuotesRequest)operation.default ListQuotesIterableOutpostsClient.listQuotesPaginator(Consumer<ListQuotesRequest.Builder> listQuotesRequest) This is a variant ofOutpostsClient.listQuotes(software.amazon.awssdk.services.outposts.model.ListQuotesRequest)operation. -
Uses of ListQuotesRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ListQuotesRequest.BuilderModifier and TypeMethodDescriptionstatic ListQuotesRequest.BuilderListQuotesRequest.builder()ListQuotesRequest.Builder.maxResults(Integer maxResults) The maximum page size.The pagination token.ListQuotesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListQuotesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListQuotesRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ListQuotesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListQuotesRequest.Builder>ListQuotesRequest.serializableBuilderClass()