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