Uses of Class
com.amazonaws.services.waf.model.GetSqlInjectionMatchSetResult
-
Packages that use GetSqlInjectionMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetSqlInjectionMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetSqlInjectionMatchSetResult Modifier and Type Method Description GetSqlInjectionMatchSetResultAbstractAWSWAF. getSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest request)GetSqlInjectionMatchSetResultAWSWAF. getSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest)Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId.GetSqlInjectionMatchSetResultAWSWAFClient. getSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest)Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId.Method parameters in com.amazonaws.services.waf with type arguments of type GetSqlInjectionMatchSetResult Modifier and Type Method Description Future<GetSqlInjectionMatchSetResult>AbstractAWSWAFAsync. getSqlInjectionMatchSetAsync(GetSqlInjectionMatchSetRequest request, AsyncHandler<GetSqlInjectionMatchSetRequest,GetSqlInjectionMatchSetResult> asyncHandler)Future<GetSqlInjectionMatchSetResult>AWSWAFAsync. getSqlInjectionMatchSetAsync(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest, AsyncHandler<GetSqlInjectionMatchSetRequest,GetSqlInjectionMatchSetResult> asyncHandler)Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId.Future<GetSqlInjectionMatchSetResult>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 GetSqlInjectionMatchSetResult Modifier and Type Method Description GetSqlInjectionMatchSetResultGetSqlInjectionMatchSetResult. clone()GetSqlInjectionMatchSetResultGetSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.
-