Uses of Interface
software.amazon.awssdk.services.pricing.model.GetAttributeValuesRequest.Builder
-
Packages that use GetAttributeValuesRequest.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 GetAttributeValuesRequest.Builder in software.amazon.awssdk.services.pricing
Method parameters in software.amazon.awssdk.services.pricing with type arguments of type GetAttributeValuesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAttributeValuesResponse>PricingAsyncClient. getAttributeValues(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesResponsePricingClient. getAttributeValues(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesPublisherPricingAsyncClient. getAttributeValuesPaginator(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)Returns a list of attribute values.default GetAttributeValuesIterablePricingClient. getAttributeValuesPaginator(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)Returns a list of attribute values. -
Uses of GetAttributeValuesRequest.Builder in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return GetAttributeValuesRequest.Builder Modifier and Type Method Description GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. attributeName(String attributeName)The name of the attribute that you want to retrieve the values for, such asvolumeType.static GetAttributeValuesRequest.BuilderGetAttributeValuesRequest. builder()GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in response.GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. nextToken(String nextToken)The pagination token that indicates the next set of results that you want to retrieve.GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttributeValuesRequest.BuilderGetAttributeValuesRequest.Builder. serviceCode(String serviceCode)The service code for the service whose attributes you want to retrieve.GetAttributeValuesRequest.BuilderGetAttributeValuesRequest. toBuilder()Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type GetAttributeValuesRequest.Builder Modifier and Type Method Description static Class<? extends GetAttributeValuesRequest.Builder>GetAttributeValuesRequest. serializableBuilderClass()
-