Uses of Class
com.oracle.bmc.opsi.requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy
-
Packages that use SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy Modifier and Type Method Description static SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy. create(String key)
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest. getSortBy()
Sorts using end timestamp or capacity.static SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy[]
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy Modifier and Type Method Description SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.Builder
SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.Builder. sortBy(SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.SortBy sortBy)
Sorts using end timestamp or capacity.
-