Uses of Class
com.amazonaws.services.waf.model.CreateIPSetResult
Packages that use CreateIPSetResult
-
Uses of CreateIPSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateIPSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.createIPSet
(CreateIPSetRequest request) AWSWAF.createIPSet
(CreateIPSetRequest createIPSetRequest) Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from.AWSWAFClient.createIPSet
(CreateIPSetRequest createIPSetRequest) Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from.Methods in com.amazonaws.services.waf that return types with arguments of type CreateIPSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createIPSetAsync
(CreateIPSetRequest request) AbstractAWSWAFAsync.createIPSetAsync
(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) AWSWAFAsync.createIPSetAsync
(CreateIPSetRequest createIPSetRequest) Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from.AWSWAFAsync.createIPSetAsync
(CreateIPSetRequest createIPSetRequest, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from.AWSWAFAsyncClient.createIPSetAsync
(CreateIPSetRequest request) AWSWAFAsyncClient.createIPSetAsync
(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateIPSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createIPSetAsync
(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) AWSWAFAsync.createIPSetAsync
(CreateIPSetRequest createIPSetRequest, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from.AWSWAFAsyncClient.createIPSetAsync
(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest, CreateIPSetResult> asyncHandler) -
Uses of CreateIPSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateIPSetResultModifier and TypeMethodDescriptionCreateIPSetResult.clone()
CreateIPSetResult.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateIPSet
request.The IPSet returned in theCreateIPSet
response.