Uses of Class
com.amazonaws.services.waf.model.DeleteByteMatchSetRequest
Packages that use DeleteByteMatchSetRequest
-
Uses of DeleteByteMatchSetRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type DeleteByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAF.deleteByteMatchSet(DeleteByteMatchSetRequest request) AWSWAF.deleteByteMatchSet(DeleteByteMatchSetRequest deleteByteMatchSetRequest) Permanently deletes a ByteMatchSet.AWSWAFClient.deleteByteMatchSet(DeleteByteMatchSetRequest deleteByteMatchSetRequest) Permanently deletes a ByteMatchSet.AbstractAWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request) AbstractAWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request, AsyncHandler<DeleteByteMatchSetRequest, DeleteByteMatchSetResult> asyncHandler) AWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest deleteByteMatchSetRequest) Permanently deletes a ByteMatchSet.AWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest deleteByteMatchSetRequest, AsyncHandler<DeleteByteMatchSetRequest, DeleteByteMatchSetResult> asyncHandler) Permanently deletes a ByteMatchSet.AWSWAFAsyncClient.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request) AWSWAFAsyncClient.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request, AsyncHandler<DeleteByteMatchSetRequest, DeleteByteMatchSetResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type DeleteByteMatchSetRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest request, AsyncHandler<DeleteByteMatchSetRequest, DeleteByteMatchSetResult> asyncHandler) AWSWAFAsync.deleteByteMatchSetAsync(DeleteByteMatchSetRequest deleteByteMatchSetRequest, AsyncHandler<DeleteByteMatchSetRequest, DeleteByteMatchSetResult> asyncHandler) Permanently deletes a ByteMatchSet.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 DeleteByteMatchSetRequestModifier and TypeMethodDescriptionDeleteByteMatchSetRequest.clone()DeleteByteMatchSetRequest.withByteMatchSetId(String byteMatchSetId) TheByteMatchSetIdof the ByteMatchSet that you want to delete.DeleteByteMatchSetRequest.withChangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.