Uses of Class
com.oracle.bmc.opsi.responses.SummarizeExadataInsightResourceForecastTrendResponse
-
Packages that use SummarizeExadataInsightResourceForecastTrendResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of SummarizeExadataInsightResourceForecastTrendResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return SummarizeExadataInsightResourceForecastTrendResponse Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendResponse
OperationsInsights. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request)
Get historical usage and forecast predictions for an exadata system with breakdown by databases, hosts or storage servers.SummarizeExadataInsightResourceForecastTrendResponse
OperationsInsightsClient. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type SummarizeExadataInsightResourceForecastTrendResponse Modifier and Type Method Description Future<SummarizeExadataInsightResourceForecastTrendResponse>
OperationsInsightsAsync. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request, AsyncHandler<SummarizeExadataInsightResourceForecastTrendRequest,SummarizeExadataInsightResourceForecastTrendResponse> handler)
Get historical usage and forecast predictions for an exadata system with breakdown by databases, hosts or storage servers.Future<SummarizeExadataInsightResourceForecastTrendResponse>
OperationsInsightsAsyncClient. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request, AsyncHandler<SummarizeExadataInsightResourceForecastTrendRequest,SummarizeExadataInsightResourceForecastTrendResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeExadataInsightResourceForecastTrendResponse Modifier and Type Method Description Future<SummarizeExadataInsightResourceForecastTrendResponse>
OperationsInsightsAsync. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request, AsyncHandler<SummarizeExadataInsightResourceForecastTrendRequest,SummarizeExadataInsightResourceForecastTrendResponse> handler)
Get historical usage and forecast predictions for an exadata system with breakdown by databases, hosts or storage servers.Future<SummarizeExadataInsightResourceForecastTrendResponse>
OperationsInsightsAsyncClient. summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request, AsyncHandler<SummarizeExadataInsightResourceForecastTrendRequest,SummarizeExadataInsightResourceForecastTrendResponse> handler)
-
Uses of SummarizeExadataInsightResourceForecastTrendResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return SummarizeExadataInsightResourceForecastTrendResponse Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendResponse
SummarizeExadataInsightResourceForecastTrendResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeExadataInsightResourceForecastTrendResponse Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendResponse.Builder
SummarizeExadataInsightResourceForecastTrendResponse.Builder. copy(SummarizeExadataInsightResourceForecastTrendResponse o)
Copy method to populate the builder with values from the given instance.
-