Uses of Class
com.oracle.bmc.artifacts.requests.UpdateGenericArtifactRequest
-
Packages that use UpdateGenericArtifactRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of UpdateGenericArtifactRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type UpdateGenericArtifactRequest Modifier and Type Method Description UpdateGenericArtifactResponse
Artifacts. updateGenericArtifact(UpdateGenericArtifactRequest request)
Updates the artifact with the specified OCID.Future<UpdateGenericArtifactResponse>
ArtifactsAsync. updateGenericArtifact(UpdateGenericArtifactRequest request, AsyncHandler<UpdateGenericArtifactRequest,UpdateGenericArtifactResponse> handler)
Updates the artifact with the specified OCID.Future<UpdateGenericArtifactResponse>
ArtifactsAsyncClient. updateGenericArtifact(UpdateGenericArtifactRequest request, AsyncHandler<UpdateGenericArtifactRequest,UpdateGenericArtifactResponse> handler)
UpdateGenericArtifactResponse
ArtifactsClient. updateGenericArtifact(UpdateGenericArtifactRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateGenericArtifactRequest Modifier and Type Method Description Future<UpdateGenericArtifactResponse>
ArtifactsAsync. updateGenericArtifact(UpdateGenericArtifactRequest request, AsyncHandler<UpdateGenericArtifactRequest,UpdateGenericArtifactResponse> handler)
Updates the artifact with the specified OCID.Future<UpdateGenericArtifactResponse>
ArtifactsAsyncClient. updateGenericArtifact(UpdateGenericArtifactRequest request, AsyncHandler<UpdateGenericArtifactRequest,UpdateGenericArtifactResponse> handler)
-
Uses of UpdateGenericArtifactRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return UpdateGenericArtifactRequest Modifier and Type Method Description UpdateGenericArtifactRequest
UpdateGenericArtifactRequest.Builder. build()
Build the instance of UpdateGenericArtifactRequest as configured by this builderUpdateGenericArtifactRequest
UpdateGenericArtifactRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGenericArtifactRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type UpdateGenericArtifactRequest Modifier and Type Method Description UpdateGenericArtifactRequest.Builder
UpdateGenericArtifactRequest.Builder. copy(UpdateGenericArtifactRequest o)
Copy method to populate the builder with values from the given instance.
-