Uses of Class
software.amazon.awssdk.services.s3.model.MetricsAndOperator
-
Packages that use MetricsAndOperator Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MetricsAndOperator in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsAndOperator Modifier and Type Method Description MetricsAndOperatorMetricsFilter. and()A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.Methods in software.amazon.awssdk.services.s3.model with parameters of type MetricsAndOperator Modifier and Type Method Description MetricsFilter.BuilderMetricsFilter.Builder. and(MetricsAndOperator and)A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.static MetricsFilterMetricsFilter. fromAnd(MetricsAndOperator and)Create an instance of this class withMetricsFilter.and()initialized to the given value.
-