Uses of Class
com.amazonaws.services.waf.model.GetXssMatchSetRequest
Packages that use GetXssMatchSetRequest
-
Uses of GetXssMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetXssMatchSetRequestModifier 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
.AbstractAWSWAFAsync.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 GetXssMatchSetRequestModifier 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 GetXssMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetXssMatchSetRequestModifier and TypeMethodDescriptionGetXssMatchSetRequest.clone()
GetXssMatchSetRequest.withXssMatchSetId
(String xssMatchSetId) TheXssMatchSetId
of the XssMatchSet that you want to get.