Uses of Class
com.amazonaws.services.waf.model.GetSqlInjectionMatchSetRequest
Packages that use GetSqlInjectionMatchSetRequest
-
Uses of GetSqlInjectionMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetSqlInjectionMatchSetRequestModifier 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.AbstractAWSWAFAsync.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 GetSqlInjectionMatchSetRequestModifier 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 GetSqlInjectionMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetSqlInjectionMatchSetRequestModifier and TypeMethodDescriptionGetSqlInjectionMatchSetRequest.clone()GetSqlInjectionMatchSetRequest.withSqlInjectionMatchSetId(String sqlInjectionMatchSetId) TheSqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to get.