Uses of Class
com.oracle.bmc.devops.requests.PutRepositoryRefRequest
- 
Packages that use PutRepositoryRefRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of PutRepositoryRefRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type PutRepositoryRefRequest Modifier and Type Method Description PutRepositoryRefResponseDevops. putRepositoryRef(PutRepositoryRefRequest request)Creates a new reference or updates an existing one.Future<PutRepositoryRefResponse>DevopsAsync. putRepositoryRef(PutRepositoryRefRequest request, AsyncHandler<PutRepositoryRefRequest,PutRepositoryRefResponse> handler)Creates a new reference or updates an existing one.Future<PutRepositoryRefResponse>DevopsAsyncClient. putRepositoryRef(PutRepositoryRefRequest request, AsyncHandler<PutRepositoryRefRequest,PutRepositoryRefResponse> handler)PutRepositoryRefResponseDevopsClient. putRepositoryRef(PutRepositoryRefRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type PutRepositoryRefRequest Modifier and Type Method Description Future<PutRepositoryRefResponse>DevopsAsync. putRepositoryRef(PutRepositoryRefRequest request, AsyncHandler<PutRepositoryRefRequest,PutRepositoryRefResponse> handler)Creates a new reference or updates an existing one.Future<PutRepositoryRefResponse>DevopsAsyncClient. putRepositoryRef(PutRepositoryRefRequest request, AsyncHandler<PutRepositoryRefRequest,PutRepositoryRefResponse> handler)
- 
Uses of PutRepositoryRefRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return PutRepositoryRefRequest Modifier and Type Method Description PutRepositoryRefRequestPutRepositoryRefRequest.Builder. build()Build the instance of PutRepositoryRefRequest as configured by this builderPutRepositoryRefRequestPutRepositoryRefRequest.Builder. buildWithoutInvocationCallback()Build the instance of PutRepositoryRefRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type PutRepositoryRefRequest Modifier and Type Method Description PutRepositoryRefRequest.BuilderPutRepositoryRefRequest.Builder. copy(PutRepositoryRefRequest o)Copy method to populate the builder with values from the given instance.
 
-