Uses of Class
com.oracle.bmc.databasemanagement.requests.GetExternalDbSystemConnectorRequest
-
Packages that use GetExternalDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetExternalDbSystemConnectorRequest Modifier and Type Method Description Future<GetExternalDbSystemConnectorResponse>
DbManagementAsync. getExternalDbSystemConnector(GetExternalDbSystemConnectorRequest request, AsyncHandler<GetExternalDbSystemConnectorRequest,GetExternalDbSystemConnectorResponse> handler)
Gets the details for the external connector specified byexternalDbSystemConnectorId
.Future<GetExternalDbSystemConnectorResponse>
DbManagementAsyncClient. getExternalDbSystemConnector(GetExternalDbSystemConnectorRequest request, AsyncHandler<GetExternalDbSystemConnectorRequest,GetExternalDbSystemConnectorResponse> handler)
-
Uses of GetExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetExternalDbSystemConnectorRequest Modifier and Type Method Description GetExternalDbSystemConnectorRequest
GetExternalDbSystemConnectorRequest.Builder. build()
Build the instance of GetExternalDbSystemConnectorRequest as configured by this builderGetExternalDbSystemConnectorRequest
GetExternalDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetExternalDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetExternalDbSystemConnectorRequest Modifier and Type Method Description GetExternalDbSystemConnectorRequest.Builder
GetExternalDbSystemConnectorRequest.Builder. copy(GetExternalDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-