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 ListByteMatchSetsResult
AbstractAWSWAF. listByteMatchSets(ListByteMatchSetsRequest request)
ListByteMatchSetsResult
AWSWAF. listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest)
Returns an array of ByteMatchSetSummary objects.ListByteMatchSetsResult
AWSWAFClient. 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 ListByteMatchSetsResult
ListByteMatchSetsResult. clone()
ListByteMatchSetsResult
ListByteMatchSetsResult. withByteMatchSets(ByteMatchSetSummary... byteMatchSets)
An array of ByteMatchSetSummary objects.ListByteMatchSetsResult
ListByteMatchSetsResult. withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.ListByteMatchSetsResult
ListByteMatchSetsResult. withNextMarker(String nextMarker)
If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.
-