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