Uses of Class
com.amazonaws.services.waf.model.ListByteMatchSetsResult
Packages that use ListByteMatchSetsResult
-
Uses of ListByteMatchSetsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return ListByteMatchSetsResultModifier 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.Methods in com.amazonaws.services.waf that return types with arguments of type ListByteMatchSetsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.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 ListByteMatchSetsResultModifier 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 ListByteMatchSetsResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListByteMatchSetsResultModifier and TypeMethodDescriptionListByteMatchSetsResult.clone()ListByteMatchSetsResult.withByteMatchSets(ByteMatchSetSummary... byteMatchSets) An array of ByteMatchSetSummary objects.ListByteMatchSetsResult.withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets) An array of ByteMatchSetSummary objects.ListByteMatchSetsResult.withNextMarker(String nextMarker) If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.