Uses of Class
com.oracle.bmc.core.responses.GetVolumeResponse
-
Packages that use GetVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVolumeResponse Modifier and Type Method Description GetVolumeResponse
Blockstorage. getVolume(GetVolumeRequest request)
Gets information for the specified volume.GetVolumeResponse
BlockstorageClient. getVolume(GetVolumeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetVolumeResponse Modifier and Type Method Description Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, Volume.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, Volume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Volume.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.core with type arguments of type GetVolumeResponse Modifier and Type Method 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)
-
Uses of GetVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVolumeResponse Modifier and Type Method Description GetVolumeResponse
GetVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVolumeResponse Modifier and Type Method Description GetVolumeResponse.Builder
GetVolumeResponse.Builder. copy(GetVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-