Uses of Class
com.oracle.bmc.devops.responses.UpdateRepositoryResponse
-
Packages that use UpdateRepositoryResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdateRepositoryResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponse
Devops. updateRepository(UpdateRepositoryRequest request)
Updates the repository.UpdateRepositoryResponse
DevopsClient. updateRepository(UpdateRepositoryRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdateRepositoryResponse Modifier and Type Method Description Future<UpdateRepositoryResponse>
DevopsAsync. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Updates the repository.Future<UpdateRepositoryResponse>
DevopsAsyncClient. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateRepositoryResponse Modifier and Type Method Description Future<UpdateRepositoryResponse>
DevopsAsync. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Updates the repository.Future<UpdateRepositoryResponse>
DevopsAsyncClient. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
-
Uses of UpdateRepositoryResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponse
UpdateRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponse.Builder
UpdateRepositoryResponse.Builder. copy(UpdateRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
-