Uses of Class
com.oracle.bmc.waf.model.WebAppFirewallPolicy.LifecycleState
-
Packages that use WebAppFirewallPolicy.LifecycleState Package Description com.oracle.bmc.waf com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of WebAppFirewallPolicy.LifecycleState in com.oracle.bmc.waf
-
Uses of WebAppFirewallPolicy.LifecycleState in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return WebAppFirewallPolicy.LifecycleState Modifier and Type Method Description static WebAppFirewallPolicy.LifecycleState
WebAppFirewallPolicy.LifecycleState. create(String key)
WebAppFirewallPolicy.LifecycleState
WebAppFirewallPolicy. getLifecycleState()
The current state of the WebAppFirewallPolicy.WebAppFirewallPolicy.LifecycleState
WebAppFirewallPolicySummary. getLifecycleState()
The current state of the WebAppFirewallPolicy.static WebAppFirewallPolicy.LifecycleState
WebAppFirewallPolicy.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppFirewallPolicy.LifecycleState[]
WebAppFirewallPolicy.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 WebAppFirewallPolicy.LifecycleState Modifier and Type Method Description WebAppFirewallPolicy.Builder
WebAppFirewallPolicy.Builder. lifecycleState(WebAppFirewallPolicy.LifecycleState lifecycleState)
The current state of the WebAppFirewallPolicy.WebAppFirewallPolicySummary.Builder
WebAppFirewallPolicySummary.Builder. lifecycleState(WebAppFirewallPolicy.LifecycleState lifecycleState)
The current state of the WebAppFirewallPolicy.Constructors in com.oracle.bmc.waf.model with parameters of type WebAppFirewallPolicy.LifecycleState Constructor Description WebAppFirewallPolicy(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, WebAppFirewallPolicy.LifecycleState lifecycleState, String lifecycleDetails, List<Action> actions, RequestAccessControl requestAccessControl, RequestRateLimiting requestRateLimiting, RequestProtection requestProtection, ResponseAccessControl responseAccessControl, ResponseProtection responseProtection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WebAppFirewallPolicySummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, WebAppFirewallPolicy.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of WebAppFirewallPolicy.LifecycleState in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return types with arguments of type WebAppFirewallPolicy.LifecycleState Modifier and Type Method Description List<WebAppFirewallPolicy.LifecycleState>
ListWebAppFirewallPoliciesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycleState.Methods in com.oracle.bmc.waf.requests with parameters of type WebAppFirewallPolicy.LifecycleState Modifier and Type Method Description ListWebAppFirewallPoliciesRequest.Builder
ListWebAppFirewallPoliciesRequest.Builder. lifecycleState(WebAppFirewallPolicy.LifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.waf.requests with type arguments of type WebAppFirewallPolicy.LifecycleState Modifier and Type Method Description ListWebAppFirewallPoliciesRequest.Builder
ListWebAppFirewallPoliciesRequest.Builder. lifecycleState(List<WebAppFirewallPolicy.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
-