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