Uses of Class
com.amazonaws.services.waf.model.GetIPSetRequest
Packages that use GetIPSetRequest
-
Uses of GetIPSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetIPSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.getIPSet(GetIPSetRequest request) AWSWAF.getIPSet(GetIPSetRequest getIPSetRequest) Returns the IPSet that is specified byIPSetId.AWSWAFClient.getIPSet(GetIPSetRequest getIPSetRequest) Returns the IPSet that is specified byIPSetId.AbstractAWSWAFAsync.getIPSetAsync(GetIPSetRequest request) AbstractAWSWAFAsync.getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest, GetIPSetResult> asyncHandler) AWSWAFAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest) Returns the IPSet that is specified byIPSetId.AWSWAFAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest, GetIPSetResult> asyncHandler) Returns the IPSet that is specified byIPSetId.AWSWAFAsyncClient.getIPSetAsync(GetIPSetRequest request) AWSWAFAsyncClient.getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest, GetIPSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type GetIPSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getIPSetAsync(GetIPSetRequest request, AsyncHandler<GetIPSetRequest, GetIPSetResult> asyncHandler) AWSWAFAsync.getIPSetAsync(GetIPSetRequest getIPSetRequest, AsyncHandler<GetIPSetRequest, GetIPSetResult> asyncHandler) Returns the IPSet that is specified byIPSetId.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 GetIPSetRequestModifier and TypeMethodDescriptionGetIPSetRequest.clone()GetIPSetRequest.withIPSetId(String iPSetId) TheIPSetIdof the IPSet that you want to get.