Package com.oracle.bmc.waf
Class WafWaiters
- java.lang.Object
- 
- com.oracle.bmc.waf.WafWaiters
 
- 
- 
Constructor SummaryConstructors Constructor Description WafWaiters(ExecutorService executorService, Waf client)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
WafWaiterspublic WafWaiters(ExecutorService executorService, Waf client) 
 
- 
 - 
Method Detail- 
forNetworkAddressListpublic Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse> forNetworkAddressList(GetNetworkAddressListRequest request, NetworkAddressList.LifecycleState... targetStates) Creates a newWaiterusing the default configuration.- Parameters:
- request- the request to send
- targetStates- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states
- Returns:
- a new Waiter instance
 
 - 
forNetworkAddressListpublic Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse> forNetworkAddressList(GetNetworkAddressListRequest request, NetworkAddressList.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- targetState- the desired state to wait for
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forNetworkAddressListpublic Waiter<GetNetworkAddressListRequest,GetNetworkAddressListResponse> forNetworkAddressList(GetNetworkAddressListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NetworkAddressList.LifecycleState... targetStates) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- targetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forWebAppFirewallpublic Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> forWebAppFirewall(GetWebAppFirewallRequest request, WebAppFirewall.LifecycleState... targetStates) Creates a newWaiterusing the default configuration.- Parameters:
- request- the request to send
- targetStates- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states
- Returns:
- a new Waiter instance
 
 - 
forWebAppFirewallpublic Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> forWebAppFirewall(GetWebAppFirewallRequest request, WebAppFirewall.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- targetState- the desired state to wait for
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forWebAppFirewallpublic Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse> forWebAppFirewall(GetWebAppFirewallRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WebAppFirewall.LifecycleState... targetStates) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- targetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forWebAppFirewallPolicypublic Waiter<GetWebAppFirewallPolicyRequest,GetWebAppFirewallPolicyResponse> forWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request, WebAppFirewallPolicy.LifecycleState... targetStates) Creates a newWaiterusing the default configuration.- Parameters:
- request- the request to send
- targetStates- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states
- Returns:
- a new Waiter instance
 
 - 
forWebAppFirewallPolicypublic Waiter<GetWebAppFirewallPolicyRequest,GetWebAppFirewallPolicyResponse> forWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request, WebAppFirewallPolicy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- targetState- the desired state to wait for
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forWebAppFirewallPolicypublic Waiter<GetWebAppFirewallPolicyRequest,GetWebAppFirewallPolicyResponse> forWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WebAppFirewallPolicy.LifecycleState... targetStates) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the- DelayStrategyto use
- targetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 - 
forWorkRequestpublic Waiter<GetWorkRequestRequest,GetWorkRequestResponse> forWorkRequest(GetWorkRequestRequest request) Creates a newWaiterusing default configuration.- Parameters:
- request- the request to send
- Returns:
- a new Waiter instance
 
 - 
forWorkRequestpublic Waiter<GetWorkRequestRequest,GetWorkRequestResponse> forWorkRequest(GetWorkRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy) Creates a newWaiterusing the provided configuration.- Parameters:
- request- the request to send
- terminationStrategy- the- TerminationStrategyto use
- delayStrategy- the to use
- Returns:
- a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
 
-