Uses of Class
software.amazon.awssdk.services.pricing.model.GetAttributeValuesRequest
-
Packages that use GetAttributeValuesRequest 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.paginators software.amazon.awssdk.services.pricing.transform -
-
Uses of GetAttributeValuesRequest in software.amazon.awssdk.services.pricing
Methods in software.amazon.awssdk.services.pricing with parameters of type GetAttributeValuesRequest Modifier and Type Method Description default CompletableFuture<GetAttributeValuesResponse>PricingAsyncClient. getAttributeValues(GetAttributeValuesRequest getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesResponsePricingClient. getAttributeValues(GetAttributeValuesRequest getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesPublisherPricingAsyncClient. getAttributeValuesPaginator(GetAttributeValuesRequest getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesIterablePricingClient. getAttributeValuesPaginator(GetAttributeValuesRequest getAttributeValuesRequest)Returns a list of attribute values. -
Uses of GetAttributeValuesRequest in software.amazon.awssdk.services.pricing.paginators
Constructors in software.amazon.awssdk.services.pricing.paginators with parameters of type GetAttributeValuesRequest Constructor Description GetAttributeValuesIterable(PricingClient client, GetAttributeValuesRequest firstRequest)GetAttributeValuesPublisher(PricingAsyncClient client, GetAttributeValuesRequest firstRequest) -
Uses of GetAttributeValuesRequest in software.amazon.awssdk.services.pricing.transform
Methods in software.amazon.awssdk.services.pricing.transform with parameters of type GetAttributeValuesRequest Modifier and Type Method Description SdkHttpFullRequestGetAttributeValuesRequestMarshaller. marshall(GetAttributeValuesRequest getAttributeValuesRequest)
-