Uses of Class
software.amazon.awssdk.services.datazone.model.SortOrder
-
Packages that use SortOrder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SortOrder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortOrderSearchSort. order()The order detail of the wya to sort search results.SortOrderListProjectMembershipsRequest. sortOrder()The sort order of the project memberships.SortOrderListSubscriptionGrantsRequest. sortOrder()Specifies the sort order of this action.SortOrderListSubscriptionRequestsRequest. sortOrder()Specifies the sort order for the results of this action.SortOrderListSubscriptionsRequest. sortOrder()Specifies the sort order for the results of this action.SortOrderListSubscriptionTargetsRequest. sortOrder()Specifies the sort order for the results of this action.static SortOrderSortOrder. 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.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SortOrder Modifier and Type Method Description static Set<SortOrder>SortOrder. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SortOrder Modifier and Type Method Description SearchSort.BuilderSearchSort.Builder. order(SortOrder order)The order detail of the wya to sort search results.ListProjectMembershipsRequest.BuilderListProjectMembershipsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order of the project memberships.ListSubscriptionGrantsRequest.BuilderListSubscriptionGrantsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies the sort order of this action.ListSubscriptionRequestsRequest.BuilderListSubscriptionRequestsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies the sort order for the results of this action.ListSubscriptionsRequest.BuilderListSubscriptionsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies the sort order for the results of this action.ListSubscriptionTargetsRequest.BuilderListSubscriptionTargetsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies the sort order for the results of this action.
-