Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
ListByteMatchSetsResult |
AWSWAF.listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest)
Returns an array of ByteMatchSetSummary objects.
|
ListByteMatchSetsResult |
AbstractAWSWAF.listByteMatchSets(ListByteMatchSetsRequest request) |
ListByteMatchSetsResult |
AWSWAFClient.listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest)
Returns an array of ByteMatchSetSummary objects.
|
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 |
---|---|
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 more
ByteMatchSet objects than the number that
you specified for Limit in the request, the response
includes a NextMarker value. |
Copyright © 2018. All rights reserved.