Uses of Class
com.amazonaws.services.waf.model.CreateByteMatchSetRequest
-
Packages that use CreateByteMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateByteMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type CreateByteMatchSetRequest Modifier and Type Method Description Future<CreateByteMatchSetResult>AbstractAWSWAFAsync. createByteMatchSetAsync(CreateByteMatchSetRequest request, AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler)Future<CreateByteMatchSetResult>AWSWAFAsync. createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest, AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler)Creates aByteMatchSet.Future<CreateByteMatchSetResult>AWSWAFAsyncClient. createByteMatchSetAsync(CreateByteMatchSetRequest request, AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) -
Uses of CreateByteMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateByteMatchSetRequest Modifier and Type Method Description CreateByteMatchSetRequestCreateByteMatchSetRequest. clone()CreateByteMatchSetRequestCreateByteMatchSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.CreateByteMatchSetRequestCreateByteMatchSetRequest. withName(String name)A friendly name or description of the ByteMatchSet.
-