Uses of Interface
software.amazon.awssdk.services.macie2.model.BucketSortCriteria.Builder
-
Packages that use BucketSortCriteria.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BucketSortCriteria.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BucketSortCriteria.Builder Modifier and Type Method Description BucketSortCriteria.BuilderBucketSortCriteria.Builder. attributeName(String attributeName)The name of the bucket property to sort the results by.static BucketSortCriteria.BuilderBucketSortCriteria. builder()BucketSortCriteria.BuilderBucketSortCriteria.Builder. orderBy(String orderBy)The sort order to apply to the results, based on the value specified by the attributeName property.BucketSortCriteria.BuilderBucketSortCriteria.Builder. orderBy(OrderBy orderBy)The sort order to apply to the results, based on the value specified by the attributeName property.BucketSortCriteria.BuilderBucketSortCriteria. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BucketSortCriteria.Builder Modifier and Type Method Description static Class<? extends BucketSortCriteria.Builder>BucketSortCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BucketSortCriteria.Builder Modifier and Type Method Description default DescribeBucketsRequest.BuilderDescribeBucketsRequest.Builder. sortCriteria(Consumer<BucketSortCriteria.Builder> sortCriteria)The criteria to use to sort the query results.
-