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 GetSqlInjectionMatchSetResult
AbstractAWSWAF. getSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest request)
GetSqlInjectionMatchSetResult
AWSWAF. getSqlInjectionMatchSet(GetSqlInjectionMatchSetRequest getSqlInjectionMatchSetRequest)
Returns the SqlInjectionMatchSet that is specified bySqlInjectionMatchSetId
.GetSqlInjectionMatchSetResult
AWSWAFClient. 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 GetSqlInjectionMatchSetResult
GetSqlInjectionMatchSetResult. clone()
GetSqlInjectionMatchSetResult
GetSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.
-