Uses of Class
software.amazon.awssdk.services.s3.model.MetricsFilter
-
Packages that use MetricsFilter Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MetricsFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsFilter Modifier and Type Method Description MetricsFilterMetricsConfiguration. filter()Specifies a metrics configuration filter.static MetricsFilterMetricsFilter. fromAccessPointArn(String accessPointArn)Create an instance of this class withaccessPointArn()initialized to the given value.static MetricsFilterMetricsFilter. fromAnd(Consumer<MetricsAndOperator.Builder> and)Create an instance of this class withand()initialized to the given value.static MetricsFilterMetricsFilter. fromAnd(MetricsAndOperator and)Create an instance of this class withand()initialized to the given value.static MetricsFilterMetricsFilter. fromPrefix(String prefix)Create an instance of this class withprefix()initialized to the given value.static MetricsFilterMetricsFilter. fromTag(Consumer<Tag.Builder> tag)Create an instance of this class withtag()initialized to the given value.static MetricsFilterMetricsFilter. fromTag(Tag tag)Create an instance of this class withtag()initialized to the given value.Methods in software.amazon.awssdk.services.s3.model with parameters of type MetricsFilter Modifier and Type Method Description MetricsConfiguration.BuilderMetricsConfiguration.Builder. filter(MetricsFilter filter)Specifies a metrics configuration filter.
-