Uses of Class
com.amazonaws.services.waf.model.GetXssMatchSetResult
Packages that use GetXssMatchSetResult
-
Uses of GetXssMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.getXssMatchSet
(GetXssMatchSetRequest request) AWSWAF.getXssMatchSet
(GetXssMatchSetRequest getXssMatchSetRequest) Returns the XssMatchSet that is specified byXssMatchSetId
.AWSWAFClient.getXssMatchSet
(GetXssMatchSetRequest getXssMatchSetRequest) Returns the XssMatchSet that is specified byXssMatchSetId
.Methods in com.amazonaws.services.waf that return types with arguments of type GetXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest request) AbstractAWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest request, AsyncHandler<GetXssMatchSetRequest, GetXssMatchSetResult> asyncHandler) AWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest getXssMatchSetRequest) Returns the XssMatchSet that is specified byXssMatchSetId
.AWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest getXssMatchSetRequest, AsyncHandler<GetXssMatchSetRequest, GetXssMatchSetResult> asyncHandler) Returns the XssMatchSet that is specified byXssMatchSetId
.AWSWAFAsyncClient.getXssMatchSetAsync
(GetXssMatchSetRequest request) AWSWAFAsyncClient.getXssMatchSetAsync
(GetXssMatchSetRequest request, AsyncHandler<GetXssMatchSetRequest, GetXssMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type GetXssMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest request, AsyncHandler<GetXssMatchSetRequest, GetXssMatchSetResult> asyncHandler) AWSWAFAsync.getXssMatchSetAsync
(GetXssMatchSetRequest getXssMatchSetRequest, AsyncHandler<GetXssMatchSetRequest, GetXssMatchSetResult> asyncHandler) Returns the XssMatchSet that is specified byXssMatchSetId
.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 GetXssMatchSetResultModifier and TypeMethodDescriptionGetXssMatchSetResult.clone()
GetXssMatchSetResult.withXssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.