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.devops
Methods in com.oracle.bmc.devops with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionResponse
Devops. 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)
CreateConnectionResponse
DevopsClient. 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.requests
Methods in com.oracle.bmc.devops.requests that return CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequest
CreateConnectionRequest.Builder. build()
Build the instance of CreateConnectionRequest as configured by this builderCreateConnectionRequest
CreateConnectionRequest.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.Builder
CreateConnectionRequest.Builder. copy(CreateConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-