Uses of Class
com.oracle.bmc.waas.responses.GetProtectionRuleResponse
-
Packages that use GetProtectionRuleResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of GetProtectionRuleResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return GetProtectionRuleResponse Modifier and Type Method Description GetProtectionRuleResponse
Waas. getProtectionRule(GetProtectionRuleRequest request)
Gets the details of a protection rule in the Web Application Firewall configuration for a WAAS policy.GetProtectionRuleResponse
WaasClient. getProtectionRule(GetProtectionRuleRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type GetProtectionRuleResponse Modifier and Type Method Description Future<GetProtectionRuleResponse>
WaasAsync. getProtectionRule(GetProtectionRuleRequest request, AsyncHandler<GetProtectionRuleRequest,GetProtectionRuleResponse> handler)
Gets the details of a protection rule in the Web Application Firewall configuration for a WAAS policy.Future<GetProtectionRuleResponse>
WaasAsyncClient. getProtectionRule(GetProtectionRuleRequest request, AsyncHandler<GetProtectionRuleRequest,GetProtectionRuleResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type GetProtectionRuleResponse Modifier and Type Method Description Future<GetProtectionRuleResponse>
WaasAsync. getProtectionRule(GetProtectionRuleRequest request, AsyncHandler<GetProtectionRuleRequest,GetProtectionRuleResponse> handler)
Gets the details of a protection rule in the Web Application Firewall configuration for a WAAS policy.Future<GetProtectionRuleResponse>
WaasAsyncClient. getProtectionRule(GetProtectionRuleRequest request, AsyncHandler<GetProtectionRuleRequest,GetProtectionRuleResponse> handler)
-
Uses of GetProtectionRuleResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return GetProtectionRuleResponse Modifier and Type Method Description GetProtectionRuleResponse
GetProtectionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type GetProtectionRuleResponse Modifier and Type Method Description GetProtectionRuleResponse.Builder
GetProtectionRuleResponse.Builder. copy(GetProtectionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-