Uses of Class
com.oracle.bmc.artifacts.responses.UpdateGenericArtifactByPathResponse
-
Packages that use UpdateGenericArtifactByPathResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of UpdateGenericArtifactByPathResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return UpdateGenericArtifactByPathResponse Modifier and Type Method Description UpdateGenericArtifactByPathResponse
Artifacts. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request)
Updates an artifact with a specifiedartifactPath
andversion
.UpdateGenericArtifactByPathResponse
ArtifactsClient. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type UpdateGenericArtifactByPathResponse Modifier and Type Method Description Future<UpdateGenericArtifactByPathResponse>
ArtifactsAsync. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request, AsyncHandler<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathResponse> handler)
Updates an artifact with a specifiedartifactPath
andversion
.Future<UpdateGenericArtifactByPathResponse>
ArtifactsAsyncClient. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request, AsyncHandler<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathResponse> handler)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateGenericArtifactByPathResponse Modifier and Type Method Description Future<UpdateGenericArtifactByPathResponse>
ArtifactsAsync. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request, AsyncHandler<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathResponse> handler)
Updates an artifact with a specifiedartifactPath
andversion
.Future<UpdateGenericArtifactByPathResponse>
ArtifactsAsyncClient. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request, AsyncHandler<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathResponse> handler)
-
Uses of UpdateGenericArtifactByPathResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return UpdateGenericArtifactByPathResponse Modifier and Type Method Description UpdateGenericArtifactByPathResponse
UpdateGenericArtifactByPathResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type UpdateGenericArtifactByPathResponse Modifier and Type Method Description UpdateGenericArtifactByPathResponse.Builder
UpdateGenericArtifactByPathResponse.Builder. copy(UpdateGenericArtifactByPathResponse o)
Copy method to populate the builder with values from the given instance.
-