Uses of Class
software.amazon.awssdk.services.s3.model.AnalyticsFilter
-
Packages that use AnalyticsFilter Package Description software.amazon.awssdk.services.s3.model -
-
Uses of AnalyticsFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsFilter Modifier and Type Method Description 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 AnalyticsFilterAnalyticsFilter. 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 AnalyticsFilter Modifier and Type Method Description AnalyticsConfiguration.BuilderAnalyticsConfiguration.Builder. filter(AnalyticsFilter filter)The filter used to describe a set of objects for analyses.
-