Uses of Class
com.amazonaws.services.waf.model.ListIPSetsRequest
-
Packages that use ListIPSetsRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of ListIPSetsRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type ListIPSetsRequest Modifier and Type Method Description Future<ListIPSetsResult>
AbstractAWSWAFAsync. listIPSetsAsync(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Future<ListIPSetsResult>
AWSWAFAsync. listIPSetsAsync(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest,ListIPSetsResult> asyncHandler)
Returns an array of IPSetSummary objects in the response.Future<ListIPSetsResult>
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 ListIPSetsRequest Modifier and Type Method Description ListIPSetsRequest
ListIPSetsRequest. clone()
ListIPSetsRequest
ListIPSetsRequest. withLimit(Integer limit)
Specifies the number ofIPSet
objects that you want AWS WAF to return for this request.ListIPSetsRequest
ListIPSetsRequest. withNextMarker(String nextMarker)
If you specify a value forLimit
and you have moreIPSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofIPSets
.
-