Uses of Class
com.oracle.bmc.waf.requests.GetWebAppFirewallRequest
-
Packages that use GetWebAppFirewallRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of GetWebAppFirewallRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return types with arguments of type GetWebAppFirewallRequest 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.Method parameters in com.oracle.bmc.waf with type arguments of type GetWebAppFirewallRequest Modifier and Type Method Description Future<GetWebAppFirewallResponse>
WafAsync. getWebAppFirewall(GetWebAppFirewallRequest request, AsyncHandler<GetWebAppFirewallRequest,GetWebAppFirewallResponse> handler)
Gets a WebAppFirewall by OCID.Future<GetWebAppFirewallResponse>
WafAsyncClient. getWebAppFirewall(GetWebAppFirewallRequest request, AsyncHandler<GetWebAppFirewallRequest,GetWebAppFirewallResponse> handler)
-
Uses of GetWebAppFirewallRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return GetWebAppFirewallRequest Modifier and Type Method Description GetWebAppFirewallRequest
GetWebAppFirewallRequest.Builder. build()
Build the instance of GetWebAppFirewallRequest as configured by this builderGetWebAppFirewallRequest
GetWebAppFirewallRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWebAppFirewallRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type GetWebAppFirewallRequest Modifier and Type Method Description GetWebAppFirewallRequest.Builder
GetWebAppFirewallRequest.Builder. copy(GetWebAppFirewallRequest o)
Copy method to populate the builder with values from the given instance.
-