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 ListByteMatchSetsRequestListByteMatchSetsRequest. clone()ListByteMatchSetsRequestListByteMatchSetsRequest. withLimit(Integer limit)Specifies the number ofByteMatchSetobjects that you want AWS WAF to return for this request.ListByteMatchSetsRequestListByteMatchSetsRequest. withNextMarker(String nextMarker)If you specify a value forLimitand you have moreByteMatchSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets.
-