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 GetSqlInjectionMatchSetRequestGetSqlInjectionMatchSetRequest. clone()GetSqlInjectionMatchSetRequestGetSqlInjectionMatchSetRequest. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)TheSqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to get.
-