Uses of Class
com.oracle.bmc.waas.requests.CreateCustomProtectionRuleRequest
-
Packages that use CreateCustomProtectionRuleRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of CreateCustomProtectionRuleRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type CreateCustomProtectionRuleRequest Modifier and Type Method Description CreateCustomProtectionRuleResponse
Waas. createCustomProtectionRule(CreateCustomProtectionRuleRequest request)
Creates a new custom protection rule in the specified compartment.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)
CreateCustomProtectionRuleResponse
WaasClient. createCustomProtectionRule(CreateCustomProtectionRuleRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type CreateCustomProtectionRuleRequest 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 CreateCustomProtectionRuleRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return CreateCustomProtectionRuleRequest Modifier and Type Method Description CreateCustomProtectionRuleRequest
CreateCustomProtectionRuleRequest.Builder. build()
Build the instance of CreateCustomProtectionRuleRequest as configured by this builderCreateCustomProtectionRuleRequest
CreateCustomProtectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCustomProtectionRuleRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type CreateCustomProtectionRuleRequest Modifier and Type Method Description CreateCustomProtectionRuleRequest.Builder
CreateCustomProtectionRuleRequest.Builder. copy(CreateCustomProtectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-