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