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