Uses of Class
com.oracle.bmc.core.requests.GetImageRequest
-
Packages that use GetImageRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetImageRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetImageRequest Modifier and Type Method Description Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Image.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetImageRequest Modifier and Type Method Description Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetImageRequest,GetImageResponse>
ComputeWaiters. forImage(GetImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Image.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetImageResponse
Compute. getImage(GetImageRequest request)
Gets the specified image.Future<GetImageResponse>
ComputeAsync. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)
Gets the specified image.Future<GetImageResponse>
ComputeAsyncClient. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)
GetImageResponse
ComputeClient. getImage(GetImageRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetImageRequest Modifier and Type Method Description Future<GetImageResponse>
ComputeAsync. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)
Gets the specified image.Future<GetImageResponse>
ComputeAsyncClient. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)
-
Uses of GetImageRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetImageRequest Modifier and Type Method Description GetImageRequest
GetImageRequest.Builder. build()
Build the instance of GetImageRequest as configured by this builderGetImageRequest
GetImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetImageRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetImageRequest Modifier and Type Method Description GetImageRequest.Builder
GetImageRequest.Builder. copy(GetImageRequest o)
Copy method to populate the builder with values from the given instance.
-