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 CreateByteMatchSetResult
AbstractAWSWAF. createByteMatchSet(CreateByteMatchSetRequest request)
CreateByteMatchSetResult
AWSWAF. createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates aByteMatchSet
.CreateByteMatchSetResult
AWSWAFClient. 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 CreateByteMatchSetResult
CreateByteMatchSetResult. clone()
CreateByteMatchSetResult
CreateByteMatchSetResult. withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains noByteMatchTuple
objects.CreateByteMatchSetResult
CreateByteMatchSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theCreateByteMatchSet
request.
-