Uses of Class
com.amazonaws.services.waf.model.UpdateIPSetRequest
-
Packages that use UpdateIPSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateIPSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type UpdateIPSetRequest 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 UpdateIPSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateIPSetRequest Modifier and Type Method Description UpdateIPSetRequest
UpdateIPSetRequest. clone()
UpdateIPSetRequest
UpdateIPSetRequest. withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.UpdateIPSetRequest
UpdateIPSetRequest. withIPSetId(String iPSetId)
TheIPSetId
of the IPSet that you want to update.UpdateIPSetRequest
UpdateIPSetRequest. withUpdates(IPSetUpdate... updates)
An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.UpdateIPSetRequest
UpdateIPSetRequest. withUpdates(Collection<IPSetUpdate> updates)
An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.
-