Uses of Class
com.oracle.bmc.opsi.requests.CreateExadataInsightRequest
-
Packages that use CreateExadataInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of CreateExadataInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type CreateExadataInsightRequest Modifier and Type Method Description CreateExadataInsightResponse
OperationsInsights. createExadataInsight(CreateExadataInsightRequest request)
Create an Exadata insight resource for an Exadata system in Operations Insights.Future<CreateExadataInsightResponse>
OperationsInsightsAsync. createExadataInsight(CreateExadataInsightRequest request, AsyncHandler<CreateExadataInsightRequest,CreateExadataInsightResponse> handler)
Create an Exadata insight resource for an Exadata system in Operations Insights.Future<CreateExadataInsightResponse>
OperationsInsightsAsyncClient. createExadataInsight(CreateExadataInsightRequest request, AsyncHandler<CreateExadataInsightRequest,CreateExadataInsightResponse> handler)
CreateExadataInsightResponse
OperationsInsightsClient. createExadataInsight(CreateExadataInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateExadataInsightRequest Modifier and Type Method Description Future<CreateExadataInsightResponse>
OperationsInsightsAsync. createExadataInsight(CreateExadataInsightRequest request, AsyncHandler<CreateExadataInsightRequest,CreateExadataInsightResponse> handler)
Create an Exadata insight resource for an Exadata system in Operations Insights.Future<CreateExadataInsightResponse>
OperationsInsightsAsyncClient. createExadataInsight(CreateExadataInsightRequest request, AsyncHandler<CreateExadataInsightRequest,CreateExadataInsightResponse> handler)
-
Uses of CreateExadataInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateExadataInsightRequest Modifier and Type Method Description CreateExadataInsightRequest
CreateExadataInsightRequest.Builder. build()
Build the instance of CreateExadataInsightRequest as configured by this builderCreateExadataInsightRequest
CreateExadataInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateExadataInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type CreateExadataInsightRequest Modifier and Type Method Description CreateExadataInsightRequest.Builder
CreateExadataInsightRequest.Builder. copy(CreateExadataInsightRequest o)
Copy method to populate the builder with values from the given instance.
-