Uses of Class
com.oracle.bmc.dataintegration.responses.GetConnectionResponse
-
Packages that use GetConnectionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetConnectionResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
DataIntegration. getConnection(GetConnectionRequest request)
Retrieves the connection details using the specified identifier.GetConnectionResponse
DataIntegrationClient. getConnection(GetConnectionRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetConnectionResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetConnectionResponse 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 GetConnectionResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
GetConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetConnectionResponse Modifier and Type Method Description GetConnectionResponse.Builder
GetConnectionResponse.Builder. copy(GetConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-