Uses of Class
com.oracle.bmc.devops.responses.GetConnectionResponse
- 
Packages that use GetConnectionResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses 
- 
- 
Uses of GetConnectionResponse in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponseDevops. getConnection(GetConnectionRequest request)Retrieves a connection by identifier.GetConnectionResponseDevopsClient. getConnection(GetConnectionRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type GetConnectionResponse Modifier and Type Method Description Future<GetConnectionResponse>DevopsAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)Retrieves a connection by identifier.Future<GetConnectionResponse>DevopsAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
- 
Uses of GetConnectionResponse in com.oracle.bmc.devops.responsesMethods in com.oracle.bmc.devops.responses that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponseGetConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetConnectionResponse Modifier and Type Method Description GetConnectionResponse.BuilderGetConnectionResponse.Builder. copy(GetConnectionResponse o)Copy method to populate the builder with values from the given instance.
 
-