Uses of Class
com.amazonaws.services.cloudwatch.model.DimensionFilter
Packages that use DimensionFilter
-
Uses of DimensionFilter in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return DimensionFilterModifier and TypeMethodDescriptionDimensionFilter.clone()
The dimension name to be matched.The value of the dimension to be matched.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type DimensionFilterModifier and TypeMethodDescriptionListMetricsRequest.getDimensions()
A list of dimensions to filter against.Methods in com.amazonaws.services.cloudwatch.model with parameters of type DimensionFilterModifier and TypeMethodDescriptionListMetricsRequest.withDimensions
(DimensionFilter... dimensions) A list of dimensions to filter against.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type DimensionFilterModifier and TypeMethodDescriptionvoid
ListMetricsRequest.setDimensions
(Collection<DimensionFilter> dimensions) A list of dimensions to filter against.ListMetricsRequest.withDimensions
(Collection<DimensionFilter> dimensions) A list of dimensions to filter against.