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