Uses of Class
com.amazonaws.services.waf.model.CreateByteMatchSetResult
Packages that use CreateByteMatchSetResult
-
Uses of CreateByteMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateByteMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAF.createByteMatchSet(CreateByteMatchSetRequest request) AWSWAF.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest) Creates aByteMatchSet.AWSWAFClient.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest) Creates aByteMatchSet.Methods in com.amazonaws.services.waf that return types with arguments of type CreateByteMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request) AbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request, AsyncHandler<CreateByteMatchSetRequest, CreateByteMatchSetResult> asyncHandler) AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest) Creates aByteMatchSet.AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest, AsyncHandler<CreateByteMatchSetRequest, CreateByteMatchSetResult> asyncHandler) Creates aByteMatchSet.AWSWAFAsyncClient.createByteMatchSetAsync(CreateByteMatchSetRequest request) AWSWAFAsyncClient.createByteMatchSetAsync(CreateByteMatchSetRequest request, AsyncHandler<CreateByteMatchSetRequest, CreateByteMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type CreateByteMatchSetResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request, AsyncHandler<CreateByteMatchSetRequest, CreateByteMatchSetResult> asyncHandler) AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest, AsyncHandler<CreateByteMatchSetRequest, CreateByteMatchSetResult> asyncHandler) Creates aByteMatchSet.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 CreateByteMatchSetResultModifier and TypeMethodDescriptionCreateByteMatchSetResult.clone()CreateByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.CreateByteMatchSetResult.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.