Uses of Class
com.oracle.bmc.opsi.responses.SummarizeHostInsightResourceCapacityTrendResponse
-
Packages that use SummarizeHostInsightResourceCapacityTrendResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of SummarizeHostInsightResourceCapacityTrendResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return SummarizeHostInsightResourceCapacityTrendResponse Modifier and Type Method Description SummarizeHostInsightResourceCapacityTrendResponse
OperationsInsights. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request)
Returns response with time series data (endTimestamp, capacity) for the time period specified.SummarizeHostInsightResourceCapacityTrendResponse
OperationsInsightsClient. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type SummarizeHostInsightResourceCapacityTrendResponse Modifier and Type Method Description Future<SummarizeHostInsightResourceCapacityTrendResponse>
OperationsInsightsAsync. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request, AsyncHandler<SummarizeHostInsightResourceCapacityTrendRequest,SummarizeHostInsightResourceCapacityTrendResponse> handler)
Returns response with time series data (endTimestamp, capacity) for the time period specified.Future<SummarizeHostInsightResourceCapacityTrendResponse>
OperationsInsightsAsyncClient. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request, AsyncHandler<SummarizeHostInsightResourceCapacityTrendRequest,SummarizeHostInsightResourceCapacityTrendResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeHostInsightResourceCapacityTrendResponse Modifier and Type Method Description Future<SummarizeHostInsightResourceCapacityTrendResponse>
OperationsInsightsAsync. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request, AsyncHandler<SummarizeHostInsightResourceCapacityTrendRequest,SummarizeHostInsightResourceCapacityTrendResponse> handler)
Returns response with time series data (endTimestamp, capacity) for the time period specified.Future<SummarizeHostInsightResourceCapacityTrendResponse>
OperationsInsightsAsyncClient. summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request, AsyncHandler<SummarizeHostInsightResourceCapacityTrendRequest,SummarizeHostInsightResourceCapacityTrendResponse> handler)
-
Uses of SummarizeHostInsightResourceCapacityTrendResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return SummarizeHostInsightResourceCapacityTrendResponse Modifier and Type Method Description SummarizeHostInsightResourceCapacityTrendResponse
SummarizeHostInsightResourceCapacityTrendResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeHostInsightResourceCapacityTrendResponse Modifier and Type Method Description SummarizeHostInsightResourceCapacityTrendResponse.Builder
SummarizeHostInsightResourceCapacityTrendResponse.Builder. copy(SummarizeHostInsightResourceCapacityTrendResponse o)
Copy method to populate the builder with values from the given instance.
-