| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SortOrder |
SearchSort.order()
The order detail of the wya to sort search results.
|
SortOrder |
ListSubscriptionGrantsRequest.sortOrder()
Specifies the sort order of this action.
|
SortOrder |
ListSubscriptionTargetsRequest.sortOrder()
Specifies the sort order for the results of this action.
|
SortOrder |
ListProjectMembershipsRequest.sortOrder()
The sort order of the project memberships.
|
SortOrder |
ListSubscriptionsRequest.sortOrder()
Specifies the sort order for the results of this action.
|
SortOrder |
ListSubscriptionRequestsRequest.sortOrder()
Specifies the sort order for the results of this action.
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.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<SortOrder> |
SortOrder.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SearchSort.Builder |
SearchSort.Builder.order(SortOrder order)
The order detail of the wya to sort search results.
|
ListSubscriptionGrantsRequest.Builder |
ListSubscriptionGrantsRequest.Builder.sortOrder(SortOrder sortOrder)
Specifies the sort order of this action.
|
ListSubscriptionTargetsRequest.Builder |
ListSubscriptionTargetsRequest.Builder.sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListProjectMembershipsRequest.Builder |
ListProjectMembershipsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order of the project memberships.
|
ListSubscriptionsRequest.Builder |
ListSubscriptionsRequest.Builder.sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionRequestsRequest.Builder |
ListSubscriptionRequestsRequest.Builder.sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
Copyright © 2023. All rights reserved.