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 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
.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 GetIPSetRequest
GetIPSetRequest. clone()
GetIPSetRequest
GetIPSetRequest. withIPSetId(String iPSetId)
TheIPSetId
of the IPSet that you want to get.
-