Uses of Class
com.oracle.bmc.dataintegration.requests.GetConnectionRequest
-
Packages that use GetConnectionRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetConnectionRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetConnectionRequest Modifier and Type Method Description GetConnectionResponse
DataIntegration. getConnection(GetConnectionRequest request)
Retrieves the connection details using the specified identifier.Future<GetConnectionResponse>
DataIntegrationAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
Retrieves the connection details using the specified identifier.Future<GetConnectionResponse>
DataIntegrationAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
GetConnectionResponse
DataIntegrationClient. getConnection(GetConnectionRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetConnectionRequest Modifier and Type Method Description Future<GetConnectionResponse>
DataIntegrationAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
Retrieves the connection details using the specified identifier.Future<GetConnectionResponse>
DataIntegrationAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
-
Uses of GetConnectionRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetConnectionRequest Modifier and Type Method Description GetConnectionRequest
GetConnectionRequest.Builder. build()
Build the instance of GetConnectionRequest as configured by this builderGetConnectionRequest
GetConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConnectionRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetConnectionRequest Modifier and Type Method Description GetConnectionRequest.Builder
GetConnectionRequest.Builder. copy(GetConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-