Uses of Class
com.oracle.bmc.waf.model.WebAppFirewall.LifecycleState
-
Packages that use WebAppFirewall.LifecycleState Package Description com.oracle.bmc.waf com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of WebAppFirewall.LifecycleState in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type WebAppFirewall.LifecycleState Modifier and Type Method Description Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse>
WafWaiters. forWebAppFirewall(GetWebAppFirewallRequest request, WebAppFirewall.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse>
WafWaiters. forWebAppFirewall(GetWebAppFirewallRequest request, WebAppFirewall.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWebAppFirewallRequest,GetWebAppFirewallResponse>
WafWaiters. forWebAppFirewall(GetWebAppFirewallRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WebAppFirewall.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of WebAppFirewall.LifecycleState in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return WebAppFirewall.LifecycleState Modifier and Type Method Description static WebAppFirewall.LifecycleState
WebAppFirewall.LifecycleState. create(String key)
WebAppFirewall.LifecycleState
WebAppFirewall. getLifecycleState()
The current state of the WebAppFirewall.WebAppFirewall.LifecycleState
WebAppFirewallSummary. getLifecycleState()
The current state of the WebAppFirewall.static WebAppFirewall.LifecycleState
WebAppFirewall.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppFirewall.LifecycleState[]
WebAppFirewall.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waf.model with parameters of type WebAppFirewall.LifecycleState Modifier and Type Method Description WebAppFirewallLoadBalancer.Builder
WebAppFirewallLoadBalancer.Builder. lifecycleState(WebAppFirewall.LifecycleState lifecycleState)
WebAppFirewallLoadBalancerSummary.Builder
WebAppFirewallLoadBalancerSummary.Builder. lifecycleState(WebAppFirewall.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.waf.model with parameters of type WebAppFirewall.LifecycleState Constructor Description WebAppFirewall(String id, String displayName, String compartmentId, String webAppFirewallPolicyId, Date timeCreated, Date timeUpdated, WebAppFirewall.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WebAppFirewallLoadBalancer(String id, String displayName, String compartmentId, String webAppFirewallPolicyId, Date timeCreated, Date timeUpdated, WebAppFirewall.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String loadBalancerId)
Deprecated.WebAppFirewallLoadBalancerSummary(String id, String displayName, String compartmentId, String webAppFirewallPolicyId, Date timeCreated, Date timeUpdated, WebAppFirewall.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String loadBalancerId)
Deprecated.WebAppFirewallSummary(String id, String displayName, String compartmentId, String webAppFirewallPolicyId, Date timeCreated, Date timeUpdated, WebAppFirewall.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of WebAppFirewall.LifecycleState in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return types with arguments of type WebAppFirewall.LifecycleState Modifier and Type Method Description List<WebAppFirewall.LifecycleState>
ListWebAppFirewallsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycleState.Methods in com.oracle.bmc.waf.requests with parameters of type WebAppFirewall.LifecycleState Modifier and Type Method Description ListWebAppFirewallsRequest.Builder
ListWebAppFirewallsRequest.Builder. lifecycleState(WebAppFirewall.LifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.waf.requests with type arguments of type WebAppFirewall.LifecycleState Modifier and Type Method Description ListWebAppFirewallsRequest.Builder
ListWebAppFirewallsRequest.Builder. lifecycleState(List<WebAppFirewall.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
-