Uses of Class
com.amazonaws.services.waf.model.UpdateWebACLResult
-
Packages that use UpdateWebACLResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateWebACLResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return UpdateWebACLResult Modifier and Type Method Description UpdateWebACLResultAbstractAWSWAF. updateWebACL(UpdateWebACLRequest request)UpdateWebACLResultAWSWAF. updateWebACL(UpdateWebACLRequest updateWebACLRequest)Inserts or deletes ActivatedRule objects in aWebACL.UpdateWebACLResultAWSWAFClient. updateWebACL(UpdateWebACLRequest updateWebACLRequest)Inserts or deletes ActivatedRule objects in aWebACL.Method parameters in com.amazonaws.services.waf with type arguments of type UpdateWebACLResult Modifier and Type Method Description Future<UpdateWebACLResult>AbstractAWSWAFAsync. updateWebACLAsync(UpdateWebACLRequest request, AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler)Future<UpdateWebACLResult>AWSWAFAsync. updateWebACLAsync(UpdateWebACLRequest updateWebACLRequest, AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler)Inserts or deletes ActivatedRule objects in aWebACL.Future<UpdateWebACLResult>AWSWAFAsyncClient. updateWebACLAsync(UpdateWebACLRequest request, AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler) -
Uses of UpdateWebACLResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateWebACLResult Modifier and Type Method Description UpdateWebACLResultUpdateWebACLResult. clone()UpdateWebACLResultUpdateWebACLResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theUpdateWebACLrequest.
-