| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SortKey |
SortKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SortKey |
ListSubscriptionGrantsRequest.sortBy()
Specifies the way of sorting the results of this action.
|
SortKey |
ListSubscriptionTargetsRequest.sortBy()
Specifies the way in which the results of this action are to be sorted.
|
SortKey |
ListSubscriptionsRequest.sortBy()
Specifies the way in which the results of this action are to be sorted.
|
SortKey |
ListSubscriptionRequestsRequest.sortBy()
Specifies the way to sort the results of this action.
|
static SortKey |
SortKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortKey[] |
SortKey.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<SortKey> |
SortKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionGrantsRequest.Builder |
ListSubscriptionGrantsRequest.Builder.sortBy(SortKey sortBy)
Specifies the way of sorting the results of this action.
|
ListSubscriptionTargetsRequest.Builder |
ListSubscriptionTargetsRequest.Builder.sortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionsRequest.Builder |
ListSubscriptionsRequest.Builder.sortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionRequestsRequest.Builder |
ListSubscriptionRequestsRequest.Builder.sortBy(SortKey sortBy)
Specifies the way to sort the results of this action.
|
Copyright © 2023. All rights reserved.