| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketSortCriteria |
BucketSortCriteria.clone() |
BucketSortCriteria |
DescribeBucketsRequest.getSortCriteria()
The criteria to use to sort the query results.
|
BucketSortCriteria |
BucketSortCriteria.withAttributeName(String attributeName)
The name of the bucket property to sort the results by.
|
BucketSortCriteria |
BucketSortCriteria.withOrderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
BucketSortCriteria |
BucketSortCriteria.withOrderBy(String orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBucketsRequest.setSortCriteria(BucketSortCriteria sortCriteria)
The criteria to use to sort the query results.
|
DescribeBucketsRequest |
DescribeBucketsRequest.withSortCriteria(BucketSortCriteria sortCriteria)
The criteria to use to sort the query results.
|
Copyright © 2022. All rights reserved.