Uses of Class
com.oracle.bmc.core.requests.UpdateImageRequest
-
Packages that use UpdateImageRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateImageRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateImageRequest Modifier and Type Method Description UpdateImageResponse
Compute. updateImage(UpdateImageRequest request)
Updates the display name of the image.Future<UpdateImageResponse>
ComputeAsync. updateImage(UpdateImageRequest request, AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
Updates the display name of the image.Future<UpdateImageResponse>
ComputeAsyncClient. updateImage(UpdateImageRequest request, AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
UpdateImageResponse
ComputeClient. updateImage(UpdateImageRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateImageRequest Modifier and Type Method Description Future<UpdateImageResponse>
ComputeAsync. updateImage(UpdateImageRequest request, AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
Updates the display name of the image.Future<UpdateImageResponse>
ComputeAsyncClient. updateImage(UpdateImageRequest request, AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
-
Uses of UpdateImageRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateImageRequest Modifier and Type Method Description UpdateImageRequest
UpdateImageRequest.Builder. build()
Build the instance of UpdateImageRequest as configured by this builderUpdateImageRequest
UpdateImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateImageRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateImageRequest Modifier and Type Method Description UpdateImageRequest.Builder
UpdateImageRequest.Builder. copy(UpdateImageRequest o)
Copy method to populate the builder with values from the given instance.
-