Uses of Class
com.amazonaws.services.waf.model.ListIPSetsResult
Packages that use ListIPSetsResult
-
Uses of ListIPSetsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return ListIPSetsResultModifier and TypeMethodDescriptionAbstractAWSWAF.listIPSets
(ListIPSetsRequest request) AWSWAF.listIPSets
(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.AWSWAFClient.listIPSets
(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.Methods in com.amazonaws.services.waf that return types with arguments of type ListIPSetsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest request) AbstractAWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) AWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest listIPSetsRequest) Returns an array of IPSetSummary objects in the response.AWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Returns an array of IPSetSummary objects in the response.AWSWAFAsyncClient.listIPSetsAsync
(ListIPSetsRequest request) AWSWAFAsyncClient.listIPSetsAsync
(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type ListIPSetsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) AWSWAFAsync.listIPSetsAsync
(ListIPSetsRequest listIPSetsRequest, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) Returns an array of IPSetSummary objects in the response.AWSWAFAsyncClient.listIPSetsAsync
(ListIPSetsRequest request, AsyncHandler<ListIPSetsRequest, ListIPSetsResult> asyncHandler) -
Uses of ListIPSetsResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListIPSetsResultModifier and TypeMethodDescriptionListIPSetsResult.clone()
ListIPSetsResult.withIPSets
(IPSetSummary... iPSets) An array of IPSetSummary objects.ListIPSetsResult.withIPSets
(Collection<IPSetSummary> iPSets) An array of IPSetSummary objects.ListIPSetsResult.withNextMarker
(String nextMarker) If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.