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 DeleteByteMatchSetResult
AbstractAWSWAF. deleteByteMatchSet(DeleteByteMatchSetRequest request)
DeleteByteMatchSetResult
AWSWAF. deleteByteMatchSet(DeleteByteMatchSetRequest deleteByteMatchSetRequest)
Permanently deletes a ByteMatchSet.DeleteByteMatchSetResult
AWSWAFClient. 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 DeleteByteMatchSetResult
DeleteByteMatchSetResult. clone()
DeleteByteMatchSetResult
DeleteByteMatchSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theDeleteByteMatchSet
request.
-