Uses of Class
com.oracle.bmc.waf.requests.ChangeWebAppFirewallCompartmentRequest
-
Packages that use ChangeWebAppFirewallCompartmentRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of ChangeWebAppFirewallCompartmentRequest in com.oracle.bmc.waf
Method parameters in com.oracle.bmc.waf with type arguments of type ChangeWebAppFirewallCompartmentRequest Modifier and Type Method Description Future<ChangeWebAppFirewallCompartmentResponse>
WafAsync. changeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request, AsyncHandler<ChangeWebAppFirewallCompartmentRequest,ChangeWebAppFirewallCompartmentResponse> handler)
Moves a Web App Firewall resource from one compartment to another.Future<ChangeWebAppFirewallCompartmentResponse>
WafAsyncClient. changeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request, AsyncHandler<ChangeWebAppFirewallCompartmentRequest,ChangeWebAppFirewallCompartmentResponse> handler)
-
Uses of ChangeWebAppFirewallCompartmentRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return ChangeWebAppFirewallCompartmentRequest Modifier and Type Method Description ChangeWebAppFirewallCompartmentRequest
ChangeWebAppFirewallCompartmentRequest.Builder. build()
Build the instance of ChangeWebAppFirewallCompartmentRequest as configured by this builderChangeWebAppFirewallCompartmentRequest
ChangeWebAppFirewallCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeWebAppFirewallCompartmentRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type ChangeWebAppFirewallCompartmentRequest Modifier and Type Method Description ChangeWebAppFirewallCompartmentRequest.Builder
ChangeWebAppFirewallCompartmentRequest.Builder. copy(ChangeWebAppFirewallCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-