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 UpdateIPSetRequestUpdateIPSetRequest. clone()UpdateIPSetRequestUpdateIPSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateIPSetRequestUpdateIPSetRequest. withIPSetId(String iPSetId)TheIPSetIdof the IPSet that you want to update.UpdateIPSetRequestUpdateIPSetRequest. withUpdates(IPSetUpdate... updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.UpdateIPSetRequestUpdateIPSetRequest. withUpdates(Collection<IPSetUpdate> updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.
-