Uses of Class
com.amazonaws.services.waf.model.DeleteByteMatchSetRequest
-
Packages that use DeleteByteMatchSetRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of DeleteByteMatchSetRequest in com.amazonaws.services.waf
Method parameters in com.amazonaws.services.waf with type arguments of type DeleteByteMatchSetRequest 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 DeleteByteMatchSetRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return DeleteByteMatchSetRequest Modifier and Type Method Description DeleteByteMatchSetRequestDeleteByteMatchSetRequest. clone()DeleteByteMatchSetRequestDeleteByteMatchSetRequest. withByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdof the ByteMatchSet that you want to delete.DeleteByteMatchSetRequestDeleteByteMatchSetRequest. withChangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.
-