Uses of Class
software.amazon.awssdk.services.workspacesweb.model.SessionSortBy
-
Packages that use SessionSortBy Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of SessionSortBy in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return SessionSortBy Modifier and Type Method Description static SessionSortBySessionSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SessionSortByListSessionsRequest. sortBy()The method in which the returned sessions should be sorted.static SessionSortBySessionSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionSortBy[]SessionSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type SessionSortBy Modifier and Type Method Description static Set<SessionSortBy>SessionSortBy. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type SessionSortBy Modifier and Type Method Description ListSessionsRequest.BuilderListSessionsRequest.Builder. sortBy(SessionSortBy sortBy)The method in which the returned sessions should be sorted.
-