Uses of Class
com.amazonaws.services.waf.model.CreateByteMatchSetResult
-
Packages that use CreateByteMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateByteMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateByteMatchSetResult Modifier and Type Method Description CreateByteMatchSetResultAbstractAWSWAF. createByteMatchSet(CreateByteMatchSetRequest request)CreateByteMatchSetResultAWSWAF. createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)Creates aByteMatchSet.CreateByteMatchSetResultAWSWAFClient. createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)Creates aByteMatchSet.Method parameters in com.amazonaws.services.waf with type arguments of type CreateByteMatchSetResult 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 CreateByteMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateByteMatchSetResult Modifier and Type Method Description CreateByteMatchSetResultCreateByteMatchSetResult. clone()CreateByteMatchSetResultCreateByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.CreateByteMatchSetResultCreateByteMatchSetResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.
-