Uses of Class
com.amazonaws.services.waf.model.GetXssMatchSetRequest
-
Packages that use GetXssMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetXssMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type GetXssMatchSetRequest Modifier and Type Method Description Future<GetXssMatchSetResult>AbstractAWSWAFAsync. getXssMatchSetAsync(GetXssMatchSetRequest request, AsyncHandler<GetXssMatchSetRequest,GetXssMatchSetResult> asyncHandler)Future<GetXssMatchSetResult>AWSWAFAsync. getXssMatchSetAsync(GetXssMatchSetRequest getXssMatchSetRequest, AsyncHandler<GetXssMatchSetRequest,GetXssMatchSetResult> asyncHandler)Returns the XssMatchSet that is specified byXssMatchSetId.Future<GetXssMatchSetResult>AWSWAFAsyncClient. getXssMatchSetAsync(GetXssMatchSetRequest request, AsyncHandler<GetXssMatchSetRequest,GetXssMatchSetResult> asyncHandler) -
Uses of GetXssMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetXssMatchSetRequest Modifier and Type Method Description GetXssMatchSetRequestGetXssMatchSetRequest. clone()GetXssMatchSetRequestGetXssMatchSetRequest. withXssMatchSetId(String xssMatchSetId)TheXssMatchSetIdof the XssMatchSet that you want to get.
-