Uses of Class
com.oracle.bmc.artifacts.requests.UpdateGenericArtifactByPathRequest
-
Packages that use UpdateGenericArtifactByPathRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of UpdateGenericArtifactByPathRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type UpdateGenericArtifactByPathRequest Modifier and Type Method Description UpdateGenericArtifactByPathResponse
Artifacts. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request)
Updates an artifact with a specifiedartifactPath
andversion
.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)
UpdateGenericArtifactByPathResponse
ArtifactsClient. updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateGenericArtifactByPathRequest 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 UpdateGenericArtifactByPathRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return UpdateGenericArtifactByPathRequest Modifier and Type Method Description UpdateGenericArtifactByPathRequest
UpdateGenericArtifactByPathRequest.Builder. build()
Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderUpdateGenericArtifactByPathRequest
UpdateGenericArtifactByPathRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type UpdateGenericArtifactByPathRequest Modifier and Type Method Description UpdateGenericArtifactByPathRequest.Builder
UpdateGenericArtifactByPathRequest.Builder. copy(UpdateGenericArtifactByPathRequest o)
Copy method to populate the builder with values from the given instance.
-