Uses of Class
software.amazon.awssdk.services.outposts.model.ListQuotesRequest
Packages that use ListQuotesRequest
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 in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListQuotesRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListQuotesResponse>OutpostsAsyncClient.listQuotes(ListQuotesRequest listQuotesRequest) Lists the quotes for your Amazon Web Services account.default ListQuotesResponseOutpostsClient.listQuotes(ListQuotesRequest listQuotesRequest) Lists the quotes for your Amazon Web Services account.default ListQuotesPublisherOutpostsAsyncClient.listQuotesPaginator(ListQuotesRequest listQuotesRequest) This is a variant ofOutpostsAsyncClient.listQuotes(software.amazon.awssdk.services.outposts.model.ListQuotesRequest)operation.default ListQuotesIterableOutpostsClient.listQuotesPaginator(ListQuotesRequest listQuotesRequest) This is a variant ofOutpostsClient.listQuotes(software.amazon.awssdk.services.outposts.model.ListQuotesRequest)operation. -
Uses of ListQuotesRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListQuotesRequestModifierConstructorDescriptionListQuotesIterable(OutpostsClient client, ListQuotesRequest firstRequest) ListQuotesPublisher(OutpostsAsyncClient client, ListQuotesRequest firstRequest) -
Uses of ListQuotesRequest in software.amazon.awssdk.services.outposts.transform
Methods in software.amazon.awssdk.services.outposts.transform with parameters of type ListQuotesRequestModifier and TypeMethodDescriptionListQuotesRequestMarshaller.marshall(ListQuotesRequest listQuotesRequest)