Uses of Class
com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Packages that use DeleteMessageBatchRequestEntry
Package
Description
-
Uses of DeleteMessageBatchRequestEntry in com.amazonaws.services.sqs
Method parameters in com.amazonaws.services.sqs with type arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionAbstractAmazonSQS.deleteMessageBatch
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) AmazonSQS.deleteMessageBatch
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) Simplified method form for invoking the DeleteMessageBatch operation.AmazonSQSClient.deleteMessageBatch
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) AbstractAmazonSQSAsync.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) Simplified method form for invoking the DeleteMessageBatch operation.AbstractAmazonSQSAsync.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult> asyncHandler) Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler.AmazonSQSAsync.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) Simplified method form for invoking the DeleteMessageBatch operation.AmazonSQSAsync.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult> asyncHandler) Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler.AmazonSQSAsyncClient.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) Simplified method form for invoking the DeleteMessageBatch operation.AmazonSQSAsyncClient.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult> asyncHandler) Simplified method form for invoking the DeleteMessageBatch operation with an AsyncHandler. -
Uses of DeleteMessageBatchRequestEntry in com.amazonaws.services.sqs.buffered
Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.deleteMessageBatch
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) AmazonSQSBufferedAsyncClient.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) AmazonSQSBufferedAsyncClient.deleteMessageBatchAsync
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult> asyncHandler) -
Uses of DeleteMessageBatchRequestEntry in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequestEntry.clone()
An identifier for this particular receipt handle.DeleteMessageBatchRequestEntry.withReceiptHandle
(String receiptHandle) A receipt handle.Methods in com.amazonaws.services.sqs.model that return types with arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequest.getEntries()
A list of receipt handles for the messages to be deleted.Methods in com.amazonaws.services.sqs.model with parameters of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequest.withEntries
(DeleteMessageBatchRequestEntry... entries) A list of receipt handles for the messages to be deleted.Method parameters in com.amazonaws.services.sqs.model with type arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionvoid
DeleteMessageBatchRequest.setEntries
(Collection<DeleteMessageBatchRequestEntry> entries) A list of receipt handles for the messages to be deleted.DeleteMessageBatchRequest.withEntries
(Collection<DeleteMessageBatchRequestEntry> entries) A list of receipt handles for the messages to be deleted.Constructor parameters in com.amazonaws.services.sqs.model with type arguments of type DeleteMessageBatchRequestEntryModifierConstructorDescriptionDeleteMessageBatchRequest
(String queueUrl, List<DeleteMessageBatchRequestEntry> entries) Constructs a new DeleteMessageBatchRequest object.