Uses of Class
com.oracle.bmc.artifacts.requests.UpdateRepositoryRequest
-
Packages that use UpdateRepositoryRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of UpdateRepositoryRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type UpdateRepositoryRequest Modifier and Type Method Description UpdateRepositoryResponse
Artifacts. updateRepository(UpdateRepositoryRequest request)
Updates the properties of a repository.Future<UpdateRepositoryResponse>
ArtifactsAsync. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Updates the properties of a repository.Future<UpdateRepositoryResponse>
ArtifactsAsyncClient. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
UpdateRepositoryResponse
ArtifactsClient. updateRepository(UpdateRepositoryRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateRepositoryRequest Modifier and Type Method Description Future<UpdateRepositoryResponse>
ArtifactsAsync. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
Updates the properties of a repository.Future<UpdateRepositoryResponse>
ArtifactsAsyncClient. updateRepository(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResponse> handler)
-
Uses of UpdateRepositoryRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.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.artifacts.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.
-