Uses of Class
com.oracle.bmc.devops.requests.UpdateRepositoryRequest
-
Packages that use UpdateRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of UpdateRepositoryRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type UpdateRepositoryRequest Modifier and Type Method Description UpdateRepositoryResponse
Devops. updateRepository(UpdateRepositoryRequest request)
Updates the repository.Future<UpdateRepositoryResponse>
DevopsAsync. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Updates the repository.Future<UpdateRepositoryResponse>
DevopsAsyncClient. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
UpdateRepositoryResponse
DevopsClient. updateRepository(UpdateRepositoryRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateRepositoryRequest 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 UpdateRepositoryRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateRepositoryRequest Modifier and Type Method Description UpdateRepositoryRequest
UpdateRepositoryRequest.Builder. build()
Build the instance of UpdateRepositoryRequest as configured by this builderUpdateRepositoryRequest
UpdateRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdateRepositoryRequest Modifier and Type Method Description UpdateRepositoryRequest.Builder
UpdateRepositoryRequest.Builder. copy(UpdateRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-