Uses of Class
com.amazonaws.services.waf.model.DeleteByteMatchSetResult
-
Packages that use DeleteByteMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of DeleteByteMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return DeleteByteMatchSetResult Modifier and Type Method Description DeleteByteMatchSetResultAbstractAWSWAF. deleteByteMatchSet(DeleteByteMatchSetRequest request)DeleteByteMatchSetResultAWSWAF. deleteByteMatchSet(DeleteByteMatchSetRequest deleteByteMatchSetRequest)Permanently deletes a ByteMatchSet.DeleteByteMatchSetResultAWSWAFClient. deleteByteMatchSet(DeleteByteMatchSetRequest deleteByteMatchSetRequest)Permanently deletes a ByteMatchSet.Method parameters in com.amazonaws.services.waf with type arguments of type DeleteByteMatchSetResult Modifier and Type Method Description Future<DeleteByteMatchSetResult>AbstractAWSWAFAsync. deleteByteMatchSetAsync(DeleteByteMatchSetRequest request, AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler)Future<DeleteByteMatchSetResult>AWSWAFAsync. deleteByteMatchSetAsync(DeleteByteMatchSetRequest deleteByteMatchSetRequest, AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler)Permanently deletes a ByteMatchSet.Future<DeleteByteMatchSetResult>AWSWAFAsyncClient. deleteByteMatchSetAsync(DeleteByteMatchSetRequest request, AsyncHandler<DeleteByteMatchSetRequest,DeleteByteMatchSetResult> asyncHandler) -
Uses of DeleteByteMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return DeleteByteMatchSetResult Modifier and Type Method Description DeleteByteMatchSetResultDeleteByteMatchSetResult. clone()DeleteByteMatchSetResultDeleteByteMatchSetResult. withChangeToken(String changeToken)TheChangeTokenthat you used to submit theDeleteByteMatchSetrequest.
-