Uses of Class
com.oracle.bmc.devops.responses.PutRepositoryRefResponse
-
Packages that use PutRepositoryRefResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of PutRepositoryRefResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return PutRepositoryRefResponse Modifier and Type Method Description PutRepositoryRefResponse
Devops. putRepositoryRef(PutRepositoryRefRequest request)
Creates a new reference or updates an existing one.PutRepositoryRefResponse
DevopsClient. putRepositoryRef(PutRepositoryRefRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type PutRepositoryRefResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type PutRepositoryRefResponse 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 PutRepositoryRefResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PutRepositoryRefResponse Modifier and Type Method Description PutRepositoryRefResponse
PutRepositoryRefResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type PutRepositoryRefResponse Modifier and Type Method Description PutRepositoryRefResponse.Builder
PutRepositoryRefResponse.Builder. copy(PutRepositoryRefResponse o)
Copy method to populate the builder with values from the given instance.
-