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