Uses of Class
com.oracle.bmc.waf.responses.ChangeWebAppFirewallCompartmentResponse
-
Packages that use ChangeWebAppFirewallCompartmentResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of ChangeWebAppFirewallCompartmentResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return ChangeWebAppFirewallCompartmentResponse Modifier and Type Method Description ChangeWebAppFirewallCompartmentResponse
Waf. changeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request)
Moves a Web App Firewall resource from one compartment to another.ChangeWebAppFirewallCompartmentResponse
WafClient. changeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type ChangeWebAppFirewallCompartmentResponse 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)
Method parameters in com.oracle.bmc.waf with type arguments of type ChangeWebAppFirewallCompartmentResponse 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 ChangeWebAppFirewallCompartmentResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return ChangeWebAppFirewallCompartmentResponse Modifier and Type Method Description ChangeWebAppFirewallCompartmentResponse
ChangeWebAppFirewallCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type ChangeWebAppFirewallCompartmentResponse Modifier and Type Method Description ChangeWebAppFirewallCompartmentResponse.Builder
ChangeWebAppFirewallCompartmentResponse.Builder. copy(ChangeWebAppFirewallCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-