Uses of Class
com.oracle.bmc.opsi.responses.ListExadataInsightsResponse
-
Packages that use ListExadataInsightsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListExadataInsightsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListExadataInsightsResponse Modifier and Type Method Description ListExadataInsightsResponse
OperationsInsights. listExadataInsights(ListExadataInsightsRequest request)
Gets a list of Exadata insights based on the query parameters specified.ListExadataInsightsResponse
OperationsInsightsClient. listExadataInsights(ListExadataInsightsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListExadataInsightsResponse Modifier and Type Method Description Future<ListExadataInsightsResponse>
OperationsInsightsAsync. listExadataInsights(ListExadataInsightsRequest request, AsyncHandler<ListExadataInsightsRequest,ListExadataInsightsResponse> handler)
Gets a list of Exadata insights based on the query parameters specified.Future<ListExadataInsightsResponse>
OperationsInsightsAsyncClient. listExadataInsights(ListExadataInsightsRequest request, AsyncHandler<ListExadataInsightsRequest,ListExadataInsightsResponse> handler)
Iterable<ListExadataInsightsResponse>
OperationsInsightsPaginators. listExadataInsightsResponseIterator(ListExadataInsightsRequest request)
Creates a new iterable which will iterate over the responses received from the listExadataInsights operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListExadataInsightsResponse Modifier and Type Method Description Future<ListExadataInsightsResponse>
OperationsInsightsAsync. listExadataInsights(ListExadataInsightsRequest request, AsyncHandler<ListExadataInsightsRequest,ListExadataInsightsResponse> handler)
Gets a list of Exadata insights based on the query parameters specified.Future<ListExadataInsightsResponse>
OperationsInsightsAsyncClient. listExadataInsights(ListExadataInsightsRequest request, AsyncHandler<ListExadataInsightsRequest,ListExadataInsightsResponse> handler)
-
Uses of ListExadataInsightsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListExadataInsightsResponse Modifier and Type Method Description ListExadataInsightsResponse
ListExadataInsightsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListExadataInsightsResponse Modifier and Type Method Description ListExadataInsightsResponse.Builder
ListExadataInsightsResponse.Builder. copy(ListExadataInsightsResponse o)
Copy method to populate the builder with values from the given instance.
-