Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<ListByteMatchSetsResult> |
AWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest listByteMatchSetsRequest,
AsyncHandler<ListByteMatchSetsRequest,ListByteMatchSetsResult> asyncHandler)
Returns an array of ByteMatchSetSummary objects.
|
Future<ListByteMatchSetsResult> |
AbstractAWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest request,
AsyncHandler<ListByteMatchSetsRequest,ListByteMatchSetsResult> asyncHandler) |
Future<ListByteMatchSetsResult> |
AWSWAFAsyncClient.listByteMatchSetsAsync(ListByteMatchSetsRequest request,
AsyncHandler<ListByteMatchSetsRequest,ListByteMatchSetsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListByteMatchSetsRequest |
ListByteMatchSetsRequest.clone() |
ListByteMatchSetsRequest |
ListByteMatchSetsRequest.withLimit(Integer limit)
Specifies the number of
ByteMatchSet objects that you want
AWS WAF to return for this request. |
ListByteMatchSetsRequest |
ListByteMatchSetsRequest.withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more
ByteMatchSets than the value of Limit , AWS WAF
returns a NextMarker value in the response that allows you
to list another group of ByteMatchSets . |
Copyright © 2018. All rights reserved.