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 newWaiterusing the default configuration.Waiter<ExportImageRequest,ExportImageResponse>ComputeWaiters. forExportImage(ExportImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.core with parameters of type ExportImageRequest Modifier and Type Method Description ExportImageResponseCompute. 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)ExportImageResponseComputeClient. exportImage(ExportImageRequest request)Waiter<ExportImageRequest,ExportImageResponse>ComputeWaiters. forExportImage(ExportImageRequest request)Creates a newWaiterusing the default configuration.Waiter<ExportImageRequest,ExportImageResponse>ComputeWaiters. forExportImage(ExportImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing 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 ExportImageRequestExportImageRequest.Builder. build()Build the instance of ExportImageRequest as configured by this builderExportImageRequestExportImageRequest.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.BuilderExportImageRequest.Builder. copy(ExportImageRequest o)Copy method to populate the builder with values from the given instance.
-