Uses of Class
com.oracle.bmc.opsi.requests.DeleteExadataInsightRequest
-
Packages that use DeleteExadataInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of DeleteExadataInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type DeleteExadataInsightRequest Modifier and Type Method Description DeleteExadataInsightResponse
OperationsInsights. deleteExadataInsight(DeleteExadataInsightRequest request)
Deletes an Exadata insight.Future<DeleteExadataInsightResponse>
OperationsInsightsAsync. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
Deletes an Exadata insight.Future<DeleteExadataInsightResponse>
OperationsInsightsAsyncClient. deleteExadataInsight(DeleteExadataInsightRequest request, AsyncHandler<DeleteExadataInsightRequest,DeleteExadataInsightResponse> handler)
DeleteExadataInsightResponse
OperationsInsightsClient. deleteExadataInsight(DeleteExadataInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type DeleteExadataInsightRequest 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 DeleteExadataInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return DeleteExadataInsightRequest Modifier and Type Method Description DeleteExadataInsightRequest
DeleteExadataInsightRequest.Builder. build()
Build the instance of DeleteExadataInsightRequest as configured by this builderDeleteExadataInsightRequest
DeleteExadataInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExadataInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type DeleteExadataInsightRequest Modifier and Type Method Description DeleteExadataInsightRequest.Builder
DeleteExadataInsightRequest.Builder. copy(DeleteExadataInsightRequest o)
Copy method to populate the builder with values from the given instance.
-