| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static OrderBy |
OrderBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OrderBy |
BucketSortCriteria.orderBy()
The sort order to apply to the results, based on the value specified by the attributeName property.
|
OrderBy |
FindingStatisticsSortCriteria.orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
OrderBy |
SortCriteria.orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
OrderBy |
UsageStatisticsSortBy.orderBy()
The sort order to apply to the results, based on the value for the field specified by the key property.
|
OrderBy |
SearchResourcesSortCriteria.orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
OrderBy |
ListJobsSortCriteria.orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
static OrderBy |
OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderBy[] |
OrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OrderBy> |
OrderBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BucketSortCriteria.Builder |
BucketSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
FindingStatisticsSortCriteria.Builder |
FindingStatisticsSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
SortCriteria.Builder |
SortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
UsageStatisticsSortBy.Builder |
UsageStatisticsSortBy.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the field specified by the key property.
|
SearchResourcesSortCriteria.Builder |
SearchResourcesSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
ListJobsSortCriteria.Builder |
ListJobsSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
Copyright © 2022. All rights reserved.