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