Uses of Class
com.amazonaws.services.waf.model.ListIPSetsRequest
Packages that use ListIPSetsRequest
-
Uses of ListIPSetsRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type ListIPSetsRequestModifier and TypeMethodDescriptionAbstractAWSWAF.listIPSets(ListIPSetsRequest request) AWSWAF.listIPSets(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.AWSWAFClient.listIPSets(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.AbstractAWSWAFAsync.listIPSetsAsync(ListIPSetsRequest request) AbstractAWSWAFAsync.listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) AWSWAFAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.AWSWAFAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Returns an array of IPSetSummary objects in the response.AWSWAFAsyncClient.listIPSetsAsync(ListIPSetsRequest request) AWSWAFAsyncClient.listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type ListIPSetsRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) AWSWAFAsync.listIPSetsAsync(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Returns an array of IPSetSummary objects in the response.AWSWAFAsyncClient.listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) -
Uses of ListIPSetsRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListIPSetsRequestModifier and TypeMethodDescriptionListIPSetsRequest.clone()Specifies the number ofIPSetobjects that you want AWS WAF to return for this request.ListIPSetsRequest.withNextMarker(String nextMarker) If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets.