Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.OrderBy
-
Packages that use OrderBy Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of OrderBy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OrderBy Modifier and Type Method Description static OrderByOrderBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrderByDescribeLogStreamsRequest. orderBy()If the value isLogStreamName, the results are ordered by log stream name.static OrderByOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderBy[]OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OrderBy Modifier and Type Method Description static Set<OrderBy>OrderBy. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OrderBy Modifier and Type Method Description DescribeLogStreamsRequest.BuilderDescribeLogStreamsRequest.Builder. orderBy(OrderBy orderBy)If the value isLogStreamName, the results are ordered by log stream name.
-