| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageStatisticsFilter |
UsageStatisticsFilter.clone() |
UsageStatisticsFilter |
UsageStatisticsFilter.withComparator(String comparator)
The operator to use in the condition.
|
UsageStatisticsFilter |
UsageStatisticsFilter.withComparator(UsageStatisticsFilterComparator comparator)
The operator to use in the condition.
|
UsageStatisticsFilter |
UsageStatisticsFilter.withKey(String key)
The field to use in the condition.
|
UsageStatisticsFilter |
UsageStatisticsFilter.withKey(UsageStatisticsFilterKey key)
The field to use in the condition.
|
UsageStatisticsFilter |
UsageStatisticsFilter.withValues(Collection<String> values)
An array that lists values to use in the condition, based on the value for the field specified by the key
property.
|
UsageStatisticsFilter |
UsageStatisticsFilter.withValues(String... values)
An array that lists values to use in the condition, based on the value for the field specified by the key
property.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageStatisticsFilter> |
GetUsageStatisticsRequest.getFilterBy()
An array of objects, one for each condition to use to filter the query results.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withFilterBy(UsageStatisticsFilter... filterBy)
An array of objects, one for each condition to use to filter the query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsageStatisticsRequest.setFilterBy(Collection<UsageStatisticsFilter> filterBy)
An array of objects, one for each condition to use to filter the query results.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withFilterBy(Collection<UsageStatisticsFilter> filterBy)
An array of objects, one for each condition to use to filter the query results.
|
Copyright © 2020. All rights reserved.