Uses of Class
com.amazonaws.services.waf.model.UpdateIPSetRequest
Packages that use UpdateIPSetRequest
-
Uses of UpdateIPSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type UpdateIPSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.updateIPSet
(UpdateIPSetRequest request) AWSWAF.updateIPSet
(UpdateIPSetRequest updateIPSetRequest) Inserts or deletes IPSetDescriptor objects in anIPSet
.AWSWAFClient.updateIPSet
(UpdateIPSetRequest updateIPSetRequest) Inserts or deletes IPSetDescriptor objects in anIPSet
.AbstractAWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest request) AbstractAWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest, UpdateIPSetResult> asyncHandler) AWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest updateIPSetRequest) Inserts or deletes IPSetDescriptor objects in anIPSet
.AWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest, UpdateIPSetResult> asyncHandler) Inserts or deletes IPSetDescriptor objects in anIPSet
.AWSWAFAsyncClient.updateIPSetAsync
(UpdateIPSetRequest request) AWSWAFAsyncClient.updateIPSetAsync
(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest, UpdateIPSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type UpdateIPSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest request, AsyncHandler<UpdateIPSetRequest, UpdateIPSetResult> asyncHandler) AWSWAFAsync.updateIPSetAsync
(UpdateIPSetRequest updateIPSetRequest, AsyncHandler<UpdateIPSetRequest, UpdateIPSetResult> asyncHandler) Inserts or deletes IPSetDescriptor objects in anIPSet
.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 UpdateIPSetRequestModifier and TypeMethodDescriptionUpdateIPSetRequest.clone()
UpdateIPSetRequest.withChangeToken
(String changeToken) The value returned by the most recent call to GetChangeToken.UpdateIPSetRequest.withIPSetId
(String iPSetId) TheIPSetId
of the IPSet that you want to update.UpdateIPSetRequest.withUpdates
(IPSetUpdate... updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.UpdateIPSetRequest.withUpdates
(Collection<IPSetUpdate> updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.