Uses of Class
com.oracle.bmc.waas.requests.DeleteCustomProtectionRuleRequest
-
Packages that use DeleteCustomProtectionRuleRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of DeleteCustomProtectionRuleRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type DeleteCustomProtectionRuleRequest Modifier and Type Method Description DeleteCustomProtectionRuleResponse
Waas. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request)
Deletes a Custom Protection rule.Future<DeleteCustomProtectionRuleResponse>
WaasAsync. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
Deletes a Custom Protection rule.Future<DeleteCustomProtectionRuleResponse>
WaasAsyncClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
DeleteCustomProtectionRuleResponse
WaasClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteCustomProtectionRuleRequest Modifier and Type Method Description Future<DeleteCustomProtectionRuleResponse>
WaasAsync. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
Deletes a Custom Protection rule.Future<DeleteCustomProtectionRuleResponse>
WaasAsyncClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
-
Uses of DeleteCustomProtectionRuleRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return DeleteCustomProtectionRuleRequest Modifier and Type Method Description DeleteCustomProtectionRuleRequest
DeleteCustomProtectionRuleRequest.Builder. build()
Build the instance of DeleteCustomProtectionRuleRequest as configured by this builderDeleteCustomProtectionRuleRequest
DeleteCustomProtectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCustomProtectionRuleRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type DeleteCustomProtectionRuleRequest Modifier and Type Method Description DeleteCustomProtectionRuleRequest.Builder
DeleteCustomProtectionRuleRequest.Builder. copy(DeleteCustomProtectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-