Uses of Class
software.amazon.awssdk.services.s3.model.MetricsAndOperator
Packages that use MetricsAndOperator
-
Uses of MetricsAndOperator in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsAndOperatorModifier and TypeMethodDescriptionfinal 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 MetricsAndOperatorModifier and TypeMethodDescriptionMetricsFilter.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.