Uses of Class
com.oracle.bmc.devops.requests.CreateConnectionRequest
- 
Packages that use CreateConnectionRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of CreateConnectionRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionResponseDevops. createConnection(CreateConnectionRequest request)Creates a new connection.Future<CreateConnectionResponse>DevopsAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)Creates a new connection.Future<CreateConnectionResponse>DevopsAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)CreateConnectionResponseDevopsClient. createConnection(CreateConnectionRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type CreateConnectionRequest 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 CreateConnectionRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequestCreateConnectionRequest.Builder. build()Build the instance of CreateConnectionRequest as configured by this builderCreateConnectionRequestCreateConnectionRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateConnectionRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. copy(CreateConnectionRequest o)Copy method to populate the builder with values from the given instance.
 
-