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