| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsFilter |
AnalyticsConfiguration.filter()
The filter used to describe a set of objects for analyses.
|
static AnalyticsFilter |
AnalyticsFilter.fromAnd(AnalyticsAndOperator and)
Create an instance of this class with
and() initialized to the given value. |
static AnalyticsFilter |
AnalyticsFilter.fromAnd(Consumer<AnalyticsAndOperator.Builder> and)
Create an instance of this class with
and() initialized to the given value. |
static AnalyticsFilter |
AnalyticsFilter.fromPrefix(String prefix)
Create an instance of this class with
prefix() initialized to the given value. |
static AnalyticsFilter |
AnalyticsFilter.fromTag(Consumer<Tag.Builder> tag)
Create an instance of this class with
tag() initialized to the given value. |
static AnalyticsFilter |
AnalyticsFilter.fromTag(Tag tag)
Create an instance of this class with
tag() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsConfiguration.Builder |
AnalyticsConfiguration.Builder.filter(AnalyticsFilter filter)
The filter used to describe a set of objects for analyses.
|
Copyright © 2023. All rights reserved.