Uses of Interface
software.amazon.awssdk.services.pricing.model.ListPriceListsRequest.Builder
-
Packages that use ListPriceListsRequest.Builder Package Description software.amazon.awssdk.services.pricing The Amazon Web Services Price List API is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information.software.amazon.awssdk.services.pricing.model -
-
Uses of ListPriceListsRequest.Builder in software.amazon.awssdk.services.pricing
Method parameters in software.amazon.awssdk.services.pricing with type arguments of type ListPriceListsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPriceListsResponse>PricingAsyncClient. listPriceLists(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)This feature is in preview release and is subject to change.default ListPriceListsResponsePricingClient. listPriceLists(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)This feature is in preview release and is subject to change.default ListPriceListsPublisherPricingAsyncClient. listPriceListsPaginator(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)This feature is in preview release and is subject to change.default ListPriceListsIterablePricingClient. listPriceListsPaginator(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)This feature is in preview release and is subject to change. -
Uses of ListPriceListsRequest.Builder in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return ListPriceListsRequest.Builder Modifier and Type Method Description static ListPriceListsRequest.BuilderListPriceListsRequest. builder()ListPriceListsRequest.BuilderListPriceListsRequest.Builder. currencyCode(String currencyCode)The three alphabetical character ISO-4217 currency code that the Price List files are denominated in.ListPriceListsRequest.BuilderListPriceListsRequest.Builder. effectiveDate(Instant effectiveDate)The date that the Price List file prices are effective from.ListPriceListsRequest.BuilderListPriceListsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListPriceListsRequest.BuilderListPriceListsRequest.Builder. nextToken(String nextToken)The pagination token that indicates the next set of results that you want to retrieve.ListPriceListsRequest.BuilderListPriceListsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPriceListsRequest.BuilderListPriceListsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPriceListsRequest.BuilderListPriceListsRequest.Builder. regionCode(String regionCode)This is used to filter the Price List by Amazon Web Services Region.ListPriceListsRequest.BuilderListPriceListsRequest.Builder. serviceCode(String serviceCode)The service code or the Savings Plan service code for the attributes that you want to retrieve.ListPriceListsRequest.BuilderListPriceListsRequest. toBuilder()Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type ListPriceListsRequest.Builder Modifier and Type Method Description static Class<? extends ListPriceListsRequest.Builder>ListPriceListsRequest. serializableBuilderClass()
-