Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
CreateImageResponse |
ComputeClient.createImage(CreateImageRequest request) |
CreateImageResponse |
Compute.createImage(CreateImageRequest request)
Creates a boot disk image for the specified instance or imports an exported image from the
Oracle Cloud Infrastructure Object Storage service.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateImageResponse> |
ComputeAsync.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler)
Creates a boot disk image for the specified instance or imports an exported image from the
Oracle Cloud Infrastructure Object Storage service.
|
Future<CreateImageResponse> |
ComputeAsyncClient.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler) |
Waiter<CreateImageRequest,CreateImageResponse> |
ComputeWaiters.forCreateImage(CreateImageRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<CreateImageRequest,CreateImageResponse> |
ComputeWaiters.forCreateImage(CreateImageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<CreateImageResponse> |
ComputeAsync.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler)
Creates a boot disk image for the specified instance or imports an exported image from the
Oracle Cloud Infrastructure Object Storage service.
|
Future<CreateImageResponse> |
ComputeAsyncClient.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateImageResponse |
CreateImageResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateImageResponse.Builder |
CreateImageResponse.Builder.copy(CreateImageResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.