Uses of Class
software.amazon.awssdk.services.datazone.model.SortFieldConnection
-
Packages that use SortFieldConnection Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SortFieldConnection in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SortFieldConnection Modifier and Type Method Description static SortFieldConnectionSortFieldConnection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortFieldConnectionListConnectionsRequest. sortBy()Specifies how you want to sort the listed connections.static SortFieldConnectionSortFieldConnection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortFieldConnection[]SortFieldConnection. 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 SortFieldConnection Modifier and Type Method Description static Set<SortFieldConnection>SortFieldConnection. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SortFieldConnection Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. sortBy(SortFieldConnection sortBy)Specifies how you want to sort the listed connections.
-