Uses of Class
com.amazonaws.services.waf.model.ListSizeConstraintSetsRequest
-
Packages that use ListSizeConstraintSetsRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of ListSizeConstraintSetsRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type ListSizeConstraintSetsRequest Modifier and Type Method Description Future<ListSizeConstraintSetsResult>
AbstractAWSWAFAsync. listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest request, AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler)
Future<ListSizeConstraintSetsResult>
AWSWAFAsync. listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest listSizeConstraintSetsRequest, AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler)
Returns an array of SizeConstraintSetSummary objects.Future<ListSizeConstraintSetsResult>
AWSWAFAsyncClient. listSizeConstraintSetsAsync(ListSizeConstraintSetsRequest request, AsyncHandler<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResult> asyncHandler)
-
Uses of ListSizeConstraintSetsRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListSizeConstraintSetsRequest Modifier and Type Method Description ListSizeConstraintSetsRequest
ListSizeConstraintSetsRequest. clone()
ListSizeConstraintSetsRequest
ListSizeConstraintSetsRequest. withLimit(Integer limit)
Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request.ListSizeConstraintSetsRequest
ListSizeConstraintSetsRequest. withNextMarker(String nextMarker)
If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
.
-