Uses of Class
com.oracle.bmc.core.requests.CreateImageRequest
-
Packages that use CreateImageRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateImageRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type CreateImageRequest Modifier and Type Method Description Waiter<CreateImageRequest,CreateImageResponse>
ComputeWaiters. forCreateImage(CreateImageRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateImageRequest,CreateImageResponse>
ComputeWaiters. forCreateImage(CreateImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type CreateImageRequest Modifier and Type Method 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.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)
CreateImageResponse
ComputeClient. createImage(CreateImageRequest request)
Waiter<CreateImageRequest,CreateImageResponse>
ComputeWaiters. forCreateImage(CreateImageRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateImageRequest,CreateImageResponse>
ComputeWaiters. forCreateImage(CreateImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type CreateImageRequest Modifier and Type Method 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)
-
Uses of CreateImageRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateImageRequest Modifier and Type Method Description CreateImageRequest
CreateImageRequest.Builder. build()
Build the instance of CreateImageRequest as configured by this builderCreateImageRequest
CreateImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateImageRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateImageRequest Modifier and Type Method Description CreateImageRequest.Builder
CreateImageRequest.Builder. copy(CreateImageRequest o)
Copy method to populate the builder with values from the given instance.
-