Uses of Class
com.oracle.bmc.core.requests.ExportImageRequest
-
Packages that use ExportImageRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ExportImageRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ExportImageRequest Modifier and Type Method Description Waiter<ExportImageRequest,ExportImageResponse>
ComputeWaiters. forExportImage(ExportImageRequest request)
Creates a newWaiter
using the default configuration.Waiter<ExportImageRequest,ExportImageResponse>
ComputeWaiters. forExportImage(ExportImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type ExportImageRequest Modifier and Type Method Description ExportImageResponse
Compute. exportImage(ExportImageRequest request)
Exports the specified image to the Oracle Cloud Infrastructure Object Storage service.Future<ExportImageResponse>
ComputeAsync. exportImage(ExportImageRequest request, AsyncHandler<ExportImageRequest,ExportImageResponse> handler)
Exports the specified image to the Oracle Cloud Infrastructure Object Storage service.Future<ExportImageResponse>
ComputeAsyncClient. exportImage(ExportImageRequest request, AsyncHandler<ExportImageRequest,ExportImageResponse> handler)
ExportImageResponse
ComputeClient. exportImage(ExportImageRequest request)
Waiter<ExportImageRequest,ExportImageResponse>
ComputeWaiters. forExportImage(ExportImageRequest request)
Creates a newWaiter
using the default configuration.Waiter<ExportImageRequest,ExportImageResponse>
ComputeWaiters. forExportImage(ExportImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ExportImageRequest Modifier and Type Method Description Future<ExportImageResponse>
ComputeAsync. exportImage(ExportImageRequest request, AsyncHandler<ExportImageRequest,ExportImageResponse> handler)
Exports the specified image to the Oracle Cloud Infrastructure Object Storage service.Future<ExportImageResponse>
ComputeAsyncClient. exportImage(ExportImageRequest request, AsyncHandler<ExportImageRequest,ExportImageResponse> handler)
-
Uses of ExportImageRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ExportImageRequest Modifier and Type Method Description ExportImageRequest
ExportImageRequest.Builder. build()
Build the instance of ExportImageRequest as configured by this builderExportImageRequest
ExportImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportImageRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ExportImageRequest Modifier and Type Method Description ExportImageRequest.Builder
ExportImageRequest.Builder. copy(ExportImageRequest o)
Copy method to populate the builder with values from the given instance.
-