Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
UpdateImageResponse |
Compute.updateImage(UpdateImageRequest request)
Updates the display name of the image.
|
UpdateImageResponse |
ComputeClient.updateImage(UpdateImageRequest request) |
Future<UpdateImageResponse> |
ComputeAsyncClient.updateImage(UpdateImageRequest request,
AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler) |
Future<UpdateImageResponse> |
ComputeAsync.updateImage(UpdateImageRequest request,
AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
Updates the display name of the image.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateImageResponse> |
ComputeAsyncClient.updateImage(UpdateImageRequest request,
AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler) |
Future<UpdateImageResponse> |
ComputeAsync.updateImage(UpdateImageRequest request,
AsyncHandler<UpdateImageRequest,UpdateImageResponse> handler)
Updates the display name of the image.
|
Modifier and Type | Method and Description |
---|---|
UpdateImageRequest |
UpdateImageRequest.Builder.build()
Build the instance of UpdateImageRequest as configured by this builder
|
UpdateImageRequest |
UpdateImageRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateImageRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateImageRequest.Builder |
UpdateImageRequest.Builder.copy(UpdateImageRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.