Uses of Class
com.amazonaws.services.waf.model.UpdateIPSetResult
-
Packages that use UpdateIPSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateIPSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return UpdateIPSetResult Modifier and Type Method Description UpdateIPSetResultAbstractAWSWAF. updateIPSet(UpdateIPSetRequest request)UpdateIPSetResultAWSWAF. updateIPSet(UpdateIPSetRequest updateIPSetRequest)Inserts or deletes IPSetDescriptor objects in anIPSet.UpdateIPSetResultAWSWAFClient. updateIPSet(UpdateIPSetRequest updateIPSetRequest)Inserts or deletes IPSetDescriptor objects in anIPSet.Methods in com.amazonaws.services.waf that return types with arguments of type UpdateIPSetResult Modifier and Type Method Description Future<UpdateIPSetResult>AbstractAWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest request)Future<UpdateIPSetResult>AbstractAWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)Future<UpdateIPSetResult>AWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest)Inserts or deletes IPSetDescriptor objects in anIPSet.Future<UpdateIPSetResult>AWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)Inserts or deletes IPSetDescriptor objects in anIPSet.Future<UpdateIPSetResult>AWSWAFAsyncClient. updateIPSetAsync(UpdateIPSetRequest request)Future<UpdateIPSetResult>AWSWAFAsyncClient. updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)Method parameters in com.amazonaws.services.waf with type arguments of type UpdateIPSetResult Modifier and Type Method Description Future<UpdateIPSetResult>AbstractAWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)Future<UpdateIPSetResult>AWSWAFAsync. updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)Inserts or deletes IPSetDescriptor objects in anIPSet.Future<UpdateIPSetResult>AWSWAFAsyncClient. updateIPSetAsync(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler) -
Uses of UpdateIPSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateIPSetResult Modifier and Type Method Description UpdateIPSetResultUpdateIPSetResult. clone()UpdateIPSetResultUpdateIPSetResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theUpdateIPSetrequest.
-