Uses of Class
com.amazonaws.services.waf.model.ListByteMatchSetsResult
-
Packages that use ListByteMatchSetsResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of ListByteMatchSetsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return ListByteMatchSetsResult Modifier and Type Method Description ListByteMatchSetsResultAbstractAWSWAF. listByteMatchSets(ListByteMatchSetsRequest request)ListByteMatchSetsResultAWSWAF. listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest)Returns an array of ByteMatchSetSummary objects.ListByteMatchSetsResultAWSWAFClient. listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest)Returns an array of ByteMatchSetSummary objects.Method parameters in com.amazonaws.services.waf with type arguments of type ListByteMatchSetsResult 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 ListByteMatchSetsResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListByteMatchSetsResult Modifier and Type Method Description ListByteMatchSetsResultListByteMatchSetsResult. clone()ListByteMatchSetsResultListByteMatchSetsResult. withByteMatchSets(ByteMatchSetSummary... byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResultListByteMatchSetsResult. withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResultListByteMatchSetsResult. withNextMarker(String nextMarker)If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.
-