Uses of Interface
software.amazon.awssdk.services.macie2.model.UsageStatisticsSortBy.Builder
-
Packages that use UsageStatisticsSortBy.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UsageStatisticsSortBy.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UsageStatisticsSortBy.Builder Modifier and Type Method Description static UsageStatisticsSortBy.BuilderUsageStatisticsSortBy. builder()UsageStatisticsSortBy.BuilderUsageStatisticsSortBy.Builder. key(String key)The field to sort the results by.UsageStatisticsSortBy.BuilderUsageStatisticsSortBy.Builder. key(UsageStatisticsSortKey key)The field to sort the results by.UsageStatisticsSortBy.BuilderUsageStatisticsSortBy.Builder. orderBy(String orderBy)The sort order to apply to the results, based on the value for the field specified by the key property.UsageStatisticsSortBy.BuilderUsageStatisticsSortBy.Builder. orderBy(OrderBy orderBy)The sort order to apply to the results, based on the value for the field specified by the key property.UsageStatisticsSortBy.BuilderUsageStatisticsSortBy. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UsageStatisticsSortBy.Builder Modifier and Type Method Description static Class<? extends UsageStatisticsSortBy.Builder>UsageStatisticsSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type UsageStatisticsSortBy.Builder Modifier and Type Method Description default GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. sortBy(Consumer<UsageStatisticsSortBy.Builder> sortBy)The criteria to use to sort the query results.
-