Uses of Class
com.amazonaws.services.waf.model.UpdateByteMatchSetResult
-
Packages that use UpdateByteMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of UpdateByteMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return UpdateByteMatchSetResult Modifier and Type Method Description UpdateByteMatchSetResultAbstractAWSWAF. updateByteMatchSet(UpdateByteMatchSetRequest request)UpdateByteMatchSetResultAWSWAF. updateByteMatchSet(UpdateByteMatchSetRequest updateByteMatchSetRequest)Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.UpdateByteMatchSetResultAWSWAFClient. updateByteMatchSet(UpdateByteMatchSetRequest updateByteMatchSetRequest)Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.Method parameters in com.amazonaws.services.waf with type arguments of type UpdateByteMatchSetResult Modifier and Type Method Description Future<UpdateByteMatchSetResult>AbstractAWSWAFAsync. updateByteMatchSetAsync(UpdateByteMatchSetRequest request, AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler)Future<UpdateByteMatchSetResult>AWSWAFAsync. updateByteMatchSetAsync(UpdateByteMatchSetRequest updateByteMatchSetRequest, AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler)Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet.Future<UpdateByteMatchSetResult>AWSWAFAsyncClient. updateByteMatchSetAsync(UpdateByteMatchSetRequest request, AsyncHandler<UpdateByteMatchSetRequest,UpdateByteMatchSetResult> asyncHandler) -
Uses of UpdateByteMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return UpdateByteMatchSetResult Modifier and Type Method Description UpdateByteMatchSetResultUpdateByteMatchSetResult. clone()UpdateByteMatchSetResultUpdateByteMatchSetResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theUpdateByteMatchSetrequest.
-