Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
GetVolumeResponse |
BlockstorageClient.getVolume(GetVolumeRequest request) |
GetVolumeResponse |
Blockstorage.getVolume(GetVolumeRequest request)
Gets information for the specified volume.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Volume.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
Volume.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
Volume.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Future<GetVolumeResponse> |
BlockstorageAsync.getVolume(GetVolumeRequest request,
AsyncHandler<GetVolumeRequest,GetVolumeResponse> handler)
Gets information for the specified volume.
|
Future<GetVolumeResponse> |
BlockstorageAsyncClient.getVolume(GetVolumeRequest request,
AsyncHandler<GetVolumeRequest,GetVolumeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetVolumeResponse> |
BlockstorageAsync.getVolume(GetVolumeRequest request,
AsyncHandler<GetVolumeRequest,GetVolumeResponse> handler)
Gets information for the specified volume.
|
Future<GetVolumeResponse> |
BlockstorageAsyncClient.getVolume(GetVolumeRequest request,
AsyncHandler<GetVolumeRequest,GetVolumeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetVolumeResponse |
GetVolumeResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetVolumeResponse.Builder |
GetVolumeResponse.Builder.copy(GetVolumeResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.