Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.
|
CreateImageResponse |
ComputeClient.createImage(CreateImageRequest request) |
Future<CreateImageResponse> |
ComputeAsyncClient.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler) |
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.
|
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> |
ComputeAsyncClient.createImage(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateImageRequest |
CreateImageRequest.Builder.build()
Build the instance of CreateImageRequest as configured by this builder
|
CreateImageRequest |
CreateImageRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateImageRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateImageRequest.Builder |
CreateImageRequest.Builder.copy(CreateImageRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.