Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of Filter in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return Filter Modifier and Type Method Description FilterListRecommendationsRequest. filter()The constraints that you want all returned recommendations to match.FilterListRecommendationSummariesRequest. filter()Returns the value of the Filter property for this object.Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type Filter Modifier and Type Method Description ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. filter(Filter filter)The constraints that you want all returned recommendations to match.ListRecommendationSummariesRequest.BuilderListRecommendationSummariesRequest.Builder. filter(Filter filter)Sets the value of the Filter property for this object.
-