Uses of Class
com.oracle.bmc.core.responses.GetImageResponse
-
Packages that use GetImageResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetImageResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetImageResponse Modifier and Type Method Description GetImageResponseCompute. getImage(GetImageRequest request)Gets the specified image.GetImageResponseComputeClient. getImage(GetImageRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetImageResponse Modifier and Type Method Description Waiter<GetImageRequest,GetImageResponse>ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetImageRequest,GetImageResponse>ComputeWaiters. forImage(GetImageRequest request, Image.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetImageRequest,GetImageResponse>ComputeWaiters. forImage(GetImageRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Image.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetImageResponse>ComputeAsync. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)Gets the specified image.Future<GetImageResponse>ComputeAsyncClient. getImage(GetImageRequest request, AsyncHandler<GetImageRequest,GetImageResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type GetImageResponse 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 GetImageResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetImageResponse Modifier and Type Method Description GetImageResponseGetImageResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetImageResponse Modifier and Type Method Description GetImageResponse.BuilderGetImageResponse.Builder. copy(GetImageResponse o)Copy method to populate the builder with values from the given instance.
-