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.devops
Methods in com.oracle.bmc.devops that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
Devops. getConnection(GetConnectionRequest request)
Retrieves a connection by identifier.GetConnectionResponse
DevopsClient. 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.responses
Methods in com.oracle.bmc.devops.responses that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
GetConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.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.
-