Uses of Class
com.amazonaws.services.waf.model.GetXssMatchSetResult
-
Packages that use GetXssMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetXssMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetXssMatchSetResult Modifier and Type Method Description GetXssMatchSetResult
AbstractAWSWAF. getXssMatchSet(GetXssMatchSetRequest request)
GetXssMatchSetResult
AWSWAF. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest)
Returns the XssMatchSet that is specified byXssMatchSetId
.GetXssMatchSetResult
AWSWAFClient. getXssMatchSet(GetXssMatchSetRequest getXssMatchSetRequest)
Returns the XssMatchSet that is specified byXssMatchSetId
.Method parameters in com.amazonaws.services.waf with type arguments of type GetXssMatchSetResult 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 GetXssMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetXssMatchSetResult Modifier and Type Method Description GetXssMatchSetResult
GetXssMatchSetResult. clone()
GetXssMatchSetResult
GetXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.
-