Uses of Class
com.amazonaws.services.waf.model.CreateIPSetRequest
-
Packages that use CreateIPSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateIPSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type CreateIPSetRequest Modifier and Type Method Description CreateIPSetResultAbstractAWSWAF. createIPSet(CreateIPSetRequest request)CreateIPSetResultAWSWAF. 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.CreateIPSetResultAWSWAFClient. 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.Future<CreateIPSetResult>AbstractAWSWAFAsync. createIPSetAsync(CreateIPSetRequest request)Future<CreateIPSetResult>AbstractAWSWAFAsync. createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)Future<CreateIPSetResult>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.Future<CreateIPSetResult>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.Future<CreateIPSetResult>AWSWAFAsyncClient. createIPSetAsync(CreateIPSetRequest request)Future<CreateIPSetResult>AWSWAFAsyncClient. createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)Method parameters in com.amazonaws.services.waf with type arguments of type CreateIPSetRequest Modifier and Type Method Description Future<CreateIPSetResult>AbstractAWSWAFAsync. createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)Future<CreateIPSetResult>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.Future<CreateIPSetResult>AWSWAFAsyncClient. createIPSetAsync(CreateIPSetRequest request, AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) -
Uses of CreateIPSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateIPSetRequest Modifier and Type Method Description CreateIPSetRequestCreateIPSetRequest. clone()CreateIPSetRequestCreateIPSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.CreateIPSetRequestCreateIPSetRequest. withName(String name)A friendly name or description of the IPSet.
-