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