Uses of Class
com.oracle.bmc.artifacts.responses.UpdateRepositoryResponse
-
Packages that use UpdateRepositoryResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of UpdateRepositoryResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponse
Artifacts. updateRepository(UpdateRepositoryRequest request)
Updates the properties of a repository.UpdateRepositoryResponse
ArtifactsClient. updateRepository(UpdateRepositoryRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type UpdateRepositoryResponse 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)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateRepositoryResponse 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 UpdateRepositoryResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponse
UpdateRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.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.
-