Uses of Class
com.oracle.bmc.opsi.responses.DeleteExadataInsightResponse
-
Packages that use DeleteExadataInsightResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of DeleteExadataInsightResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return DeleteExadataInsightResponse Modifier and Type Method Description DeleteExadataInsightResponse
OperationsInsights. deleteExadataInsight(DeleteExadataInsightRequest request)
Deletes an Exadata insight.DeleteExadataInsightResponse
OperationsInsightsClient. deleteExadataInsight(DeleteExadataInsightRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type DeleteExadataInsightResponse Modifier and Type Method Description Future<DeleteExadataInsightResponse>
OperationsInsightsAsync. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
Deletes an Exadata insight.Future<DeleteExadataInsightResponse>
OperationsInsightsAsyncClient. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type DeleteExadataInsightResponse Modifier and Type Method Description Future<DeleteExadataInsightResponse>
OperationsInsightsAsync. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
Deletes an Exadata insight.Future<DeleteExadataInsightResponse>
OperationsInsightsAsyncClient. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
-
Uses of DeleteExadataInsightResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return DeleteExadataInsightResponse Modifier and Type Method Description DeleteExadataInsightResponse
DeleteExadataInsightResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type DeleteExadataInsightResponse Modifier and Type Method Description DeleteExadataInsightResponse.Builder
DeleteExadataInsightResponse.Builder. copy(DeleteExadataInsightResponse o)
Copy method to populate the builder with values from the given instance.
-