Uses of Class
software.amazon.awssdk.services.sqs.model.SqsResponse
-
Packages that use SqsResponse Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of SqsResponse in software.amazon.awssdk.services.sqs.model
Subclasses of SqsResponse in software.amazon.awssdk.services.sqs.model Modifier and Type Class Description classAddPermissionResponseclassCancelMessageMoveTaskResponseclassChangeMessageVisibilityBatchResponseFor each message in the batch, the response contains aChangeMessageVisibilityBatchResultEntrytag if the message succeeds or aBatchResultErrorEntrytag if the message fails.classChangeMessageVisibilityResponseclassCreateQueueResponseReturns theQueueUrlattribute of the created queue.classDeleteMessageBatchResponseFor each message in the batch, the response contains aDeleteMessageBatchResultEntrytag if the message is deleted or aBatchResultErrorEntrytag if the message can't be deleted.classDeleteMessageResponseclassDeleteQueueResponseclassGetQueueAttributesResponseA list of returned queue attributes.classGetQueueUrlResponseFor more information, see Interpreting Responses in the Amazon SQS Developer Guide.classListDeadLetterSourceQueuesResponseA list of your dead letter source queues.classListMessageMoveTasksResponseclassListQueuesResponseA list of your queues.classListQueueTagsResponseclassPurgeQueueResponseclassReceiveMessageResponseA list of received messages.classRemovePermissionResponseclassSendMessageBatchResponseFor each message in the batch, the response contains aSendMessageBatchResultEntrytag if the message succeeds or aBatchResultErrorEntrytag if the message fails.classSendMessageResponseTheMD5OfMessageBodyandMessageIdelements.classSetQueueAttributesResponseclassStartMessageMoveTaskResponseclassTagQueueResponseclassUntagQueueResponseMethods in software.amazon.awssdk.services.sqs.model that return SqsResponse Modifier and Type Method Description SqsResponseSqsResponse.Builder. build()Constructors in software.amazon.awssdk.services.sqs.model with parameters of type SqsResponse Constructor Description BuilderImpl(SqsResponse response)
-