Uses of Class
com.amazonaws.services.waf.model.GetSqlInjectionMatchSetRequest
-
Packages that use GetSqlInjectionMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetSqlInjectionMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type GetSqlInjectionMatchSetRequest 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 GetSqlInjectionMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetSqlInjectionMatchSetRequest Modifier and Type Method Description GetSqlInjectionMatchSetRequest
GetSqlInjectionMatchSetRequest. clone()
GetSqlInjectionMatchSetRequest
GetSqlInjectionMatchSetRequest. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
TheSqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get.
-