| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.clone() |
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withEq(Collection<String> eq)
The value for the property matches (equals) the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withEq(String... eq)
The value for the property matches (equals) the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withGt(Long gt)
The value for the property is greater than the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withGte(Long gte)
The value for the property is greater than or equal to the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withLt(Long lt)
The value for the property is less than the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withLte(Long lte)
The value for the property is less than or equal to the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withNeq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withNeq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
BucketCriteriaAdditionalProperties |
BucketCriteriaAdditionalProperties.withPrefix(String prefix)
The name of the bucket begins with the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BucketCriteriaAdditionalProperties> |
DescribeBucketsRequest.getCriteria()
The criteria to use to filter the query results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBucketsRequest |
DescribeBucketsRequest.addCriteriaEntry(String key,
BucketCriteriaAdditionalProperties value)
Add a single Criteria entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBucketsRequest.setCriteria(Map<String,BucketCriteriaAdditionalProperties> criteria)
The criteria to use to filter the query results.
|
DescribeBucketsRequest |
DescribeBucketsRequest.withCriteria(Map<String,BucketCriteriaAdditionalProperties> criteria)
The criteria to use to filter the query results.
|
Copyright © 2022. All rights reserved.