Uses of Class
com.oracle.bmc.databasemanagement.requests.DeleteExternalMySqlDatabaseConnectorRequest
-
Packages that use DeleteExternalMySqlDatabaseConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DeleteExternalMySqlDatabaseConnectorRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteExternalMySqlDatabaseConnectorRequest Modifier and Type Method Description Future<DeleteExternalMySqlDatabaseConnectorResponse>
DbManagementAsync. deleteExternalMySqlDatabaseConnector(DeleteExternalMySqlDatabaseConnectorRequest request, AsyncHandler<DeleteExternalMySqlDatabaseConnectorRequest,DeleteExternalMySqlDatabaseConnectorResponse> handler)
Deletes the Oracle Cloud Infrastructure resource representing an external MySQL database connector.Future<DeleteExternalMySqlDatabaseConnectorResponse>
DbManagementAsyncClient. deleteExternalMySqlDatabaseConnector(DeleteExternalMySqlDatabaseConnectorRequest request, AsyncHandler<DeleteExternalMySqlDatabaseConnectorRequest,DeleteExternalMySqlDatabaseConnectorResponse> handler)
-
Uses of DeleteExternalMySqlDatabaseConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DeleteExternalMySqlDatabaseConnectorRequest Modifier and Type Method Description DeleteExternalMySqlDatabaseConnectorRequest
DeleteExternalMySqlDatabaseConnectorRequest.Builder. build()
Build the instance of DeleteExternalMySqlDatabaseConnectorRequest as configured by this builderDeleteExternalMySqlDatabaseConnectorRequest
DeleteExternalMySqlDatabaseConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExternalMySqlDatabaseConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DeleteExternalMySqlDatabaseConnectorRequest Modifier and Type Method Description DeleteExternalMySqlDatabaseConnectorRequest.Builder
DeleteExternalMySqlDatabaseConnectorRequest.Builder. copy(DeleteExternalMySqlDatabaseConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-