Uses of Class
com.oracle.bmc.devops.responses.UpdateConnectionResponse
-
Packages that use UpdateConnectionResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdateConnectionResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdateConnectionResponse Modifier and Type Method Description UpdateConnectionResponse
Devops. updateConnection(UpdateConnectionRequest request)
Updates the connection.UpdateConnectionResponse
DevopsClient. updateConnection(UpdateConnectionRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdateConnectionResponse Modifier and Type Method Description Future<UpdateConnectionResponse>
DevopsAsync. updateConnection(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResponse> handler)
Updates the connection.Future<UpdateConnectionResponse>
DevopsAsyncClient. updateConnection(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateConnectionResponse Modifier and Type Method Description Future<UpdateConnectionResponse>
DevopsAsync. updateConnection(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResponse> handler)
Updates the connection.Future<UpdateConnectionResponse>
DevopsAsyncClient. updateConnection(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResponse> handler)
-
Uses of UpdateConnectionResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdateConnectionResponse Modifier and Type Method Description UpdateConnectionResponse
UpdateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdateConnectionResponse Modifier and Type Method Description UpdateConnectionResponse.Builder
UpdateConnectionResponse.Builder. copy(UpdateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-