Uses of Class
software.amazon.awssdk.services.s3.model.AnalyticsFilter
Packages that use AnalyticsFilter
-
Uses of AnalyticsFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsFilterModifier and TypeMethodDescriptionfinal AnalyticsFilterAnalyticsConfiguration.filter()The filter used to describe a set of objects for analyses.static AnalyticsFilterAnalyticsFilter.fromAnd(Consumer<AnalyticsAndOperator.Builder> and) Create an instance of this class withand()initialized to the given value.static AnalyticsFilterAnalyticsFilter.fromAnd(AnalyticsAndOperator and) Create an instance of this class withand()initialized to the given value.static AnalyticsFilterAnalyticsFilter.fromPrefix(String prefix) Create an instance of this class withprefix()initialized to the given value.static AnalyticsFilterAnalyticsFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withtag()initialized to the given value.static AnalyticsFilterCreate an instance of this class withtag()initialized to the given value.Methods in software.amazon.awssdk.services.s3.model with parameters of type AnalyticsFilterModifier and TypeMethodDescriptionAnalyticsConfiguration.Builder.filter(AnalyticsFilter filter) The filter used to describe a set of objects for analyses.