Uses of Class
com.oracle.bmc.core.requests.GetVolumeRequest
-
Packages that use GetVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetVolumeRequest 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.Methods in com.oracle.bmc.core with parameters of type GetVolumeRequest 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.GetVolumeResponse
Blockstorage. getVolume(GetVolumeRequest request)
Gets information for the specified volume.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)
GetVolumeResponse
BlockstorageClient. getVolume(GetVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVolumeRequest 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 GetVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVolumeRequest Modifier and Type Method Description GetVolumeRequest
GetVolumeRequest.Builder. build()
Build the instance of GetVolumeRequest as configured by this builderGetVolumeRequest
GetVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVolumeRequest Modifier and Type Method Description GetVolumeRequest.Builder
GetVolumeRequest.Builder. copy(GetVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-