Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.MatchOption
-
Packages that use MatchOption Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of MatchOption in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return MatchOption Modifier and Type Method Description static MatchOptionMatchOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MatchOptionListBillEstimateLineItemsFilter. matchOption()The match option for the filter (e.g., equals, contains).MatchOptionListBillEstimatesFilter. matchOption()The match option for the filter (e.g., equals, contains).MatchOptionListBillScenariosFilter. matchOption()The match option for the filter (e.g., equals, contains).MatchOptionListUsageFilter. matchOption()The match option for the filter (e.g., equals, contains).MatchOptionListWorkloadEstimatesFilter. matchOption()The match option for the filter (e.g., equals, contains).static MatchOptionMatchOption. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchOption[]MatchOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type MatchOption Modifier and Type Method Description static Set<MatchOption>MatchOption. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type MatchOption Modifier and Type Method Description ListBillEstimateLineItemsFilter.BuilderListBillEstimateLineItemsFilter.Builder. matchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListBillEstimatesFilter.BuilderListBillEstimatesFilter.Builder. matchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListBillScenariosFilter.BuilderListBillScenariosFilter.Builder. matchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListUsageFilter.BuilderListUsageFilter.Builder. matchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).ListWorkloadEstimatesFilter.BuilderListWorkloadEstimatesFilter.Builder. matchOption(MatchOption matchOption)The match option for the filter (e.g., equals, contains).
-