Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
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) |
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 |
---|---|
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() |
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–2019. All rights reserved.