Uses of Class
com.amazonaws.services.waf.model.GetSqlInjectionMatchSetResult
Packages that use GetSqlInjectionMatchSetResult
-
Uses of GetSqlInjectionMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.getSqlInjectionMatchSet
(GetSqlInjectionMatchSetRequest request) AWSWAF.getSqlInjectionMatchSet
(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest) Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.AWSWAFClient.getSqlInjectionMatchSet
(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest) Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.Methods in com.amazonaws.services.waf that return types with arguments of type GetSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request) AbstractAWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest) Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.AWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.AWSWAFAsyncClient.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request) AWSWAFAsyncClient.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type GetSqlInjectionMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) AWSWAFAsync.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.AWSWAFAsyncClient.getSqlInjectionMatchSetAsync
(GetSqlInjectionMatchSetRequest request, AsyncHandler<GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResult> asyncHandler) -
Uses of GetSqlInjectionMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetSqlInjectionMatchSetResultModifier and TypeMethodDescriptionGetSqlInjectionMatchSetResult.clone()
GetSqlInjectionMatchSetResult.withSqlInjectionMatchSet
(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.