Uses of Class
software.amazon.awssdk.services.sqs.model.KmsOptInRequiredException
Packages that use KmsOptInRequiredException
-
Uses of KmsOptInRequiredException in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that throw KmsOptInRequiredExceptionModifier and TypeMethodDescriptiondefault ReceiveMessageResponseSqsClient.receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue.default ReceiveMessageResponseSqsClient.receiveMessage(ReceiveMessageRequest receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue.default SendMessageResponseSqsClient.sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest) Delivers a message to the specified queue.default SendMessageResponseSqsClient.sendMessage(SendMessageRequest sendMessageRequest) Delivers a message to the specified queue.default SendMessageBatchResponseSqsClient.sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest) You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).default SendMessageBatchResponseSqsClient.sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest) You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).