Uses of Class
com.oracle.bmc.core.requests.GetBootVolumeRequest
-
Packages that use GetBootVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetBootVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetBootVolumeRequest Modifier and Type Method Description Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolume.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetBootVolumeRequest Modifier and Type Method Description Future<GetBootVolumeResponse>
BlockstorageAsync. getBootVolume(GetBootVolumeRequest request, AsyncHandler<GetBootVolumeRequest,GetBootVolumeResponse> handler)
Gets information for the specified boot volume.Future<GetBootVolumeResponse>
BlockstorageAsyncClient. getBootVolume(GetBootVolumeRequest request, AsyncHandler<GetBootVolumeRequest,GetBootVolumeResponse> handler)
-
Uses of GetBootVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetBootVolumeRequest Modifier and Type Method Description GetBootVolumeRequest
GetBootVolumeRequest.Builder. build()
Build the instance of GetBootVolumeRequest as configured by this builderGetBootVolumeRequest
GetBootVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBootVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetBootVolumeRequest Modifier and Type Method Description GetBootVolumeRequest.Builder
GetBootVolumeRequest.Builder. copy(GetBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-