Uses of Class
com.amazonaws.services.waf.model.CreateSqlInjectionMatchSetResult
Packages that use CreateSqlInjectionMatchSetResult
-
Uses of CreateSqlInjectionMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.createSqlInjectionMatchSet
(CreateSqlInjectionMatchSetRequest request) AWSWAF.createSqlInjectionMatchSet
(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest) Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.AWSWAFClient.createSqlInjectionMatchSet
(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest) Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.Methods in com.amazonaws.services.waf that return types with arguments of type CreateSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request) AbstractAWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest) Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.AWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.AWSWAFAsyncClient.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request) AWSWAFAsyncClient.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.AWSWAFAsyncClient.createSqlInjectionMatchSetAsync
(CreateSqlInjectionMatchSetRequest request, AsyncHandler<CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResult> asyncHandler) -
Uses of CreateSqlInjectionMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateSqlInjectionMatchSetResultModifier and TypeMethodDescriptionCreateSqlInjectionMatchSetResult.clone()
CreateSqlInjectionMatchSetResult.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateSqlInjectionMatchSet
request.CreateSqlInjectionMatchSetResult.withSqlInjectionMatchSet
(SqlInjectionMatchSet sqlInjectionMatchSet)