Uses of Class
com.amazonaws.services.waf.model.GetIPSetResult
-
Packages that use GetIPSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetIPSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetIPSetResult Modifier and Type Method Description GetIPSetResult
AbstractAWSWAF. getIPSet(GetIPSetRequest request)
GetIPSetResult
AWSWAF. getIPSet(GetIPSetRequest getIPSetRequest)
Returns the IPSet that is specified byIPSetId
.GetIPSetResult
AWSWAFClient. getIPSet(GetIPSetRequest getIPSetRequest)
Returns the IPSet that is specified byIPSetId
.Methods in com.amazonaws.services.waf that return types with arguments of type GetIPSetResult Modifier and Type Method Description 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 GetIPSetResult 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 GetIPSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetIPSetResult Modifier and Type Method Description GetIPSetResult
GetIPSetResult. clone()
GetIPSetResult
GetIPSetResult. withIPSet(IPSet iPSet)
Information about the IPSet that you specified in theGetIPSet
request.
-