Uses of Class
com.amazonaws.services.waf.model.ListByteMatchSetsRequest
Packages that use ListByteMatchSetsRequest
-
Uses of ListByteMatchSetsRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type ListByteMatchSetsRequestModifier and TypeMethodDescriptionAbstractAWSWAF.listByteMatchSets(ListByteMatchSetsRequest request) AWSWAF.listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest) Returns an array of ByteMatchSetSummary objects.AWSWAFClient.listByteMatchSets(ListByteMatchSetsRequest listByteMatchSetsRequest) Returns an array of ByteMatchSetSummary objects.AbstractAWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest request) AbstractAWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest request, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) AWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest listByteMatchSetsRequest) Returns an array of ByteMatchSetSummary objects.AWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest listByteMatchSetsRequest, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) Returns an array of ByteMatchSetSummary objects.AWSWAFAsyncClient.listByteMatchSetsAsync(ListByteMatchSetsRequest request) AWSWAFAsyncClient.listByteMatchSetsAsync(ListByteMatchSetsRequest request, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type ListByteMatchSetsRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest request, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) AWSWAFAsync.listByteMatchSetsAsync(ListByteMatchSetsRequest listByteMatchSetsRequest, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) Returns an array of ByteMatchSetSummary objects.AWSWAFAsyncClient.listByteMatchSetsAsync(ListByteMatchSetsRequest request, AsyncHandler<ListByteMatchSetsRequest, ListByteMatchSetsResult> asyncHandler) -
Uses of ListByteMatchSetsRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListByteMatchSetsRequestModifier and TypeMethodDescriptionListByteMatchSetsRequest.clone()Specifies the number ofByteMatchSetobjects that you want AWS WAF to return for this request.ListByteMatchSetsRequest.withNextMarker(String nextMarker) If you specify a value forLimitand you have moreByteMatchSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets.