Uses of Class
software.amazon.awssdk.services.datazone.model.SortKey
-
Packages that use SortKey Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SortKey in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SortKey Modifier and Type Method Description static SortKeySortKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortKeyListSubscriptionGrantsRequest. sortBy()Specifies the way of sorting the results of this action.SortKeyListSubscriptionRequestsRequest. sortBy()Specifies the way to sort the results of this action.SortKeyListSubscriptionsRequest. sortBy()Specifies the way in which the results of this action are to be sorted.SortKeyListSubscriptionTargetsRequest. sortBy()Specifies the way in which the results of this action are to be sorted.static SortKeySortKey. 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.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SortKey Modifier and Type Method Description static Set<SortKey>SortKey. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SortKey Modifier and Type Method Description ListSubscriptionGrantsRequest.BuilderListSubscriptionGrantsRequest.Builder. sortBy(SortKey sortBy)Specifies the way of sorting the results of this action.ListSubscriptionRequestsRequest.BuilderListSubscriptionRequestsRequest.Builder. sortBy(SortKey sortBy)Specifies the way to sort the results of this action.ListSubscriptionsRequest.BuilderListSubscriptionsRequest.Builder. sortBy(SortKey sortBy)Specifies the way in which the results of this action are to be sorted.ListSubscriptionTargetsRequest.BuilderListSubscriptionTargetsRequest.Builder. sortBy(SortKey sortBy)Specifies the way in which the results of this action are to be sorted.
-