@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class BlockstorageWaiters extends Object
Collection of helper methods to produce Waiter
s for different
resources of Blockstorage.
The default configuration used is defined by Waiters.Waiters
.
Constructor and Description |
---|
BlockstorageWaiters(ExecutorService executorService,
Blockstorage client)
Deprecated.
|
BlockstorageWaiters(ExecutorService executorService,
Blockstorage client,
WorkRequest workRequestClient) |
@Deprecated public BlockstorageWaiters(@Nonnull ExecutorService executorService, @Nonnull Blockstorage client)
public BlockstorageWaiters(@Nonnull ExecutorService executorService, @Nonnull Blockstorage client, WorkRequest workRequestClient)
public Waiter<CopyBootVolumeBackupRequest,CopyBootVolumeBackupResponse> forCopyBootVolumeBackup(CopyBootVolumeBackupRequest request)
Creates a new Waiter
using the default configuration.
request
- the request to sendWaiter
instancepublic Waiter<CopyBootVolumeBackupRequest,CopyBootVolumeBackupResponse> forCopyBootVolumeBackup(CopyBootVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to useWaiter
instancepublic Waiter<CopyVolumeBackupRequest,CopyVolumeBackupResponse> forCopyVolumeBackup(CopyVolumeBackupRequest request)
Creates a new Waiter
using the default configuration.
request
- the request to sendWaiter
instancepublic Waiter<CopyVolumeBackupRequest,CopyVolumeBackupResponse> forCopyVolumeBackup(CopyVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to useWaiter
instancepublic Waiter<GetBlockVolumeReplicaRequest,GetBlockVolumeReplicaResponse> forBlockVolumeReplica(GetBlockVolumeReplicaRequest request, BlockVolumeReplica.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBlockVolumeReplicaRequest,GetBlockVolumeReplicaResponse> forBlockVolumeReplica(GetBlockVolumeReplicaRequest request, BlockVolumeReplica.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBlockVolumeReplicaRequest,GetBlockVolumeReplicaResponse> forBlockVolumeReplica(GetBlockVolumeReplicaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BlockVolumeReplica.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeRequest,GetBootVolumeResponse> forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBootVolumeRequest,GetBootVolumeResponse> forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeRequest,GetBootVolumeResponse> forBootVolume(GetBootVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolume.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> forBootVolumeBackup(GetBootVolumeBackupRequest request, BootVolumeBackup.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> forBootVolumeBackup(GetBootVolumeBackupRequest request, BootVolumeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> forBootVolumeBackup(GetBootVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolumeBackup.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeReplicaRequest,GetBootVolumeReplicaResponse> forBootVolumeReplica(GetBootVolumeReplicaRequest request, BootVolumeReplica.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBootVolumeReplicaRequest,GetBootVolumeReplicaResponse> forBootVolumeReplica(GetBootVolumeReplicaRequest request, BootVolumeReplica.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetBootVolumeReplicaRequest,GetBootVolumeReplicaResponse> forBootVolumeReplica(GetBootVolumeReplicaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolumeReplica.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeRequest,GetVolumeResponse> forVolume(GetVolumeRequest request, Volume.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetVolumeRequest,GetVolumeResponse> forVolume(GetVolumeRequest request, Volume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeRequest,GetVolumeResponse> forVolume(GetVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Volume.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> forVolumeBackup(GetVolumeBackupRequest request, VolumeBackup.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> forVolumeBackup(GetVolumeBackupRequest request, VolumeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> forVolumeBackup(GetVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeBackup.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse> forVolumeGroup(GetVolumeGroupRequest request, VolumeGroup.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse> forVolumeGroup(GetVolumeGroupRequest request, VolumeGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse> forVolumeGroup(GetVolumeGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeGroup.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupBackupRequest,GetVolumeGroupBackupResponse> forVolumeGroupBackup(GetVolumeGroupBackupRequest request, VolumeGroupBackup.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetVolumeGroupBackupRequest,GetVolumeGroupBackupResponse> forVolumeGroupBackup(GetVolumeGroupBackupRequest request, VolumeGroupBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupBackupRequest,GetVolumeGroupBackupResponse> forVolumeGroupBackup(GetVolumeGroupBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeGroupBackup.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupReplicaRequest,GetVolumeGroupReplicaResponse> forVolumeGroupReplica(GetVolumeGroupReplicaRequest request, VolumeGroupReplica.LifecycleState... targetStates)
Creates a new Waiter
using the default configuration.
request
- the request to sendtargetStates
- the desired states to wait for. If multiple states are provided then the
waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetVolumeGroupReplicaRequest,GetVolumeGroupReplicaResponse> forVolumeGroupReplica(GetVolumeGroupReplicaRequest request, VolumeGroupReplica.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usecom.oracle.bmc.waiter.Waiter
instancepublic Waiter<GetVolumeGroupReplicaRequest,GetVolumeGroupReplicaResponse> forVolumeGroupReplica(GetVolumeGroupReplicaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeGroupReplica.LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource
reaches any of the provided statescom.oracle.bmc.waiter.Waiter
instanceCopyright © 2016–2024. All rights reserved.