Uses of Class
software.amazon.awssdk.services.s3.model.MetricsFilter
Packages that use MetricsFilter
-
Uses of MetricsFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsFilterModifier and TypeMethodDescriptionfinal 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 MetricsFilterCreate an instance of this class withtag()initialized to the given value.Methods in software.amazon.awssdk.services.s3.model with parameters of type MetricsFilterModifier and TypeMethodDescriptionMetricsConfiguration.Builder.filter(MetricsFilter filter) Specifies a metrics configuration filter.