Uses of Class
com.amazonaws.services.waf.model.GetIPSetRequest
-
Packages that use GetIPSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetIPSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetIPSetRequest Modifier and Type Method Description GetIPSetResultAbstractAWSWAF. getIPSet(GetIPSetRequest request)GetIPSetResultAWSWAF. getIPSet(GetIPSetRequest getIPSetRequest)Returns the IPSet that is specified byIPSetId.GetIPSetResultAWSWAFClient. getIPSet(GetIPSetRequest getIPSetRequest)Returns the IPSet that is specified byIPSetId.Future<GetIPSetResult>AbstractAWSWAFAsync. getIPSetAsync(GetIPSetRequest request)Future<GetIPSetResult>AbstractAWSWAFAsync. getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)Future<GetIPSetResult>AWSWAFAsync. getIPSetAsync(GetIPSetRequest getIPSetRequest)Returns the IPSet that is specified byIPSetId.Future<GetIPSetResult>AWSWAFAsync. getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)Returns the IPSet that is specified byIPSetId.Future<GetIPSetResult>AWSWAFAsyncClient. getIPSetAsync(GetIPSetRequest request)Future<GetIPSetResult>AWSWAFAsyncClient. getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)Method parameters in com.amazonaws.services.waf with type arguments of type GetIPSetRequest Modifier and Type Method Description Future<GetIPSetResult>AbstractAWSWAFAsync. getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)Future<GetIPSetResult>AWSWAFAsync. getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)Returns the IPSet that is specified byIPSetId.Future<GetIPSetResult>AWSWAFAsyncClient. getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) -
Uses of GetIPSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetIPSetRequest Modifier and Type Method Description GetIPSetRequestGetIPSetRequest. clone()GetIPSetRequestGetIPSetRequest. withIPSetId(String iPSetId)TheIPSetIdof the IPSet that you want to get.
-