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 UpdateIPSetResult
AbstractAWSWAF. updateIPSet(UpdateIPSetRequest request)
UpdateIPSetResult
AWSWAF. updateIPSet(UpdateIPSetRequest updateIPSetRequest)
Inserts or deletes IPSetDescriptor objects in anIPSet
.UpdateIPSetResult
AWSWAFClient. 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 UpdateIPSetResult
UpdateIPSetResult. clone()
UpdateIPSetResult
UpdateIPSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theUpdateIPSet
request.
-