Uses of Class
software.amazon.awssdk.services.costexplorer.model.Expression
-
Packages that use Expression Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Expression in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Expression Modifier and Type Method Description ExpressionGetCostAndUsageRequest. filter()Filters Amazon Web Services costs by different dimensions.ExpressionGetCostAndUsageWithResourcesRequest. filter()Filters Amazon Web Services costs by different dimensions.ExpressionGetCostCategoriesRequest. filter()Returns the value of the Filter property for this object.ExpressionGetCostForecastRequest. filter()The filters that you want to use to filter your forecast.ExpressionGetDimensionValuesRequest. filter()Returns the value of the Filter property for this object.ExpressionGetReservationCoverageRequest. filter()Filters utilization data by dimensions.ExpressionGetReservationPurchaseRecommendationRequest. filter()Returns the value of the Filter property for this object.ExpressionGetReservationUtilizationRequest. filter()Filters utilization data by dimensions.ExpressionGetRightsizingRecommendationRequest. filter()Returns the value of the Filter property for this object.ExpressionGetSavingsPlansCoverageRequest. filter()Filters Savings Plans coverage data by dimensions.ExpressionGetSavingsPlansPurchaseRecommendationRequest. filter()You can filter your recommendations by Account ID with theLINKED_ACCOUNTdimension.ExpressionGetSavingsPlansUtilizationDetailsRequest. filter()Filters Savings Plans utilization coverage data for active Savings Plans dimensions.ExpressionGetSavingsPlansUtilizationRequest. filter()Filters Savings Plans utilization coverage data for active Savings Plans dimensions.ExpressionGetTagsRequest. filter()Returns the value of the Filter property for this object.ExpressionGetUsageForecastRequest. filter()The filters that you want to use to filter your forecast.ExpressionAnomalyMonitor. monitorSpecification()Returns the value of the MonitorSpecification property for this object.ExpressionExpression. not()Return results that don't match aDimensionobject.ExpressionCostCategoryRule. rule()An Expression object used to categorize costs.ExpressionAnomalySubscription. thresholdExpression()An Expression object used to specify the anomalies that you want to generate alerts for.ExpressionUpdateAnomalySubscriptionRequest. thresholdExpression()The update to the Expression object used to specify the anomalies that you want to generate alerts for.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Expression Modifier and Type Method Description List<Expression>Expression. and()Return results that match bothDimensionobjects.List<Expression>Expression. or()Return results that match eitherDimensionobject.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. and(Expression... and)Return results that match bothDimensionobjects.GetCostAndUsageRequest.BuilderGetCostAndUsageRequest.Builder. filter(Expression filter)Filters Amazon Web Services costs by different dimensions.GetCostAndUsageWithResourcesRequest.BuilderGetCostAndUsageWithResourcesRequest.Builder. filter(Expression filter)Filters Amazon Web Services costs by different dimensions.GetCostCategoriesRequest.BuilderGetCostCategoriesRequest.Builder. filter(Expression filter)Sets the value of the Filter property for this object.GetCostForecastRequest.BuilderGetCostForecastRequest.Builder. filter(Expression filter)The filters that you want to use to filter your forecast.GetDimensionValuesRequest.BuilderGetDimensionValuesRequest.Builder. filter(Expression filter)Sets the value of the Filter property for this object.GetReservationCoverageRequest.BuilderGetReservationCoverageRequest.Builder. filter(Expression filter)Filters utilization data by dimensions.GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. filter(Expression filter)Sets the value of the Filter property for this object.GetReservationUtilizationRequest.BuilderGetReservationUtilizationRequest.Builder. filter(Expression filter)Filters utilization data by dimensions.GetRightsizingRecommendationRequest.BuilderGetRightsizingRecommendationRequest.Builder. filter(Expression filter)Sets the value of the Filter property for this object.GetSavingsPlansCoverageRequest.BuilderGetSavingsPlansCoverageRequest.Builder. filter(Expression filter)Filters Savings Plans coverage data by dimensions.GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. filter(Expression filter)You can filter your recommendations by Account ID with theLINKED_ACCOUNTdimension.GetSavingsPlansUtilizationDetailsRequest.BuilderGetSavingsPlansUtilizationDetailsRequest.Builder. filter(Expression filter)Filters Savings Plans utilization coverage data for active Savings Plans dimensions.GetSavingsPlansUtilizationRequest.BuilderGetSavingsPlansUtilizationRequest.Builder. filter(Expression filter)Filters Savings Plans utilization coverage data for active Savings Plans dimensions.GetTagsRequest.BuilderGetTagsRequest.Builder. filter(Expression filter)Sets the value of the Filter property for this object.GetUsageForecastRequest.BuilderGetUsageForecastRequest.Builder. filter(Expression filter)The filters that you want to use to filter your forecast.AnomalyMonitor.BuilderAnomalyMonitor.Builder. monitorSpecification(Expression monitorSpecification)Sets the value of the MonitorSpecification property for this object.Expression.BuilderExpression.Builder. not(Expression not)Return results that don't match aDimensionobject.Expression.BuilderExpression.Builder. or(Expression... or)Return results that match eitherDimensionobject.CostCategoryRule.BuilderCostCategoryRule.Builder. rule(Expression rule)An Expression object used to categorize costs.AnomalySubscription.BuilderAnomalySubscription.Builder. thresholdExpression(Expression thresholdExpression)An Expression object used to specify the anomalies that you want to generate alerts for.UpdateAnomalySubscriptionRequest.BuilderUpdateAnomalySubscriptionRequest.Builder. thresholdExpression(Expression thresholdExpression)The update to the Expression object used to specify the anomalies that you want to generate alerts for.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. and(Collection<Expression> and)Return results that match bothDimensionobjects.Expression.BuilderExpression.Builder. or(Collection<Expression> or)Return results that match eitherDimensionobject.
-