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 UpdateWebACLResult
AbstractAWSWAF. updateWebACL(UpdateWebACLRequest request)
UpdateWebACLResult
AWSWAF. updateWebACL(UpdateWebACLRequest updateWebACLRequest)
Inserts or deletes ActivatedRule objects in aWebACL
.UpdateWebACLResult
AWSWAFClient. 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 UpdateWebACLResult
UpdateWebACLResult. clone()
UpdateWebACLResult
UpdateWebACLResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theUpdateWebACL
request.
-