Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
GetImageResponse |
ComputeClient.getImage(GetImageRequest request) |
GetImageResponse |
Compute.getImage(GetImageRequest request)
Gets the specified image.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
Image.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
Image.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetImageRequest,GetImageResponse> |
ComputeWaiters.forImage(GetImageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Image.LifecycleState... targetStates)
Creates a new
Waiter using 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetImageResponse |
GetImageResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetImageResponse.Builder |
GetImageResponse.Builder.copy(GetImageResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.