Uses of Class
com.oracle.bmc.waas.requests.GetProtectionRuleRequest
-
Packages that use GetProtectionRuleRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetProtectionRuleRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type GetProtectionRuleRequest 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.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)
GetProtectionRuleResponse
WaasClient. getProtectionRule(GetProtectionRuleRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type GetProtectionRuleRequest 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 GetProtectionRuleRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetProtectionRuleRequest Modifier and Type Method Description GetProtectionRuleRequest
GetProtectionRuleRequest.Builder. build()
Build the instance of GetProtectionRuleRequest as configured by this builderGetProtectionRuleRequest
GetProtectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProtectionRuleRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetProtectionRuleRequest Modifier and Type Method Description GetProtectionRuleRequest.Builder
GetProtectionRuleRequest.Builder. copy(GetProtectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-