Uses of Interface
software.amazon.awssdk.services.sqs.SqsAsyncClient
Packages that use SqsAsyncClient
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of SqsAsyncClient in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SqsAsyncClientModifier and TypeMethodDescriptionstatic SqsAsyncClientSqsAsyncClient.create()Create aSqsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SqsAsyncClient in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager with parameters of type SqsAsyncClientModifier and TypeMethodDescriptionSqsAsyncBatchManager.Builder.client(SqsAsyncClient client) Sets a customSqsClientfor polling resources. -
Uses of SqsAsyncClient in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type SqsAsyncClientModifier and TypeMethodDescriptionDefaultSqsAsyncBatchManager.DefaultBuilder.client(SqsAsyncClient client) ReceiveQueueBuffer.Builder.sqsClient(SqsAsyncClient sqsClient) Constructors in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type SqsAsyncClientModifierConstructorDescriptionprotectedChangeMessageVisibilityBatchManager(RequestBatchConfiguration overrideConfiguration, ScheduledExecutorService scheduledExecutor, SqsAsyncClient sqsAsyncClient) protectedDeleteMessageBatchManager(RequestBatchConfiguration overrideConfiguration, ScheduledExecutorService scheduledExecutor, SqsAsyncClient sqsAsyncClient) QueueAttributesManager(SqsAsyncClient sqsClient, String queueUrl) ReceiveBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config, String queueUrl) ReceiveMessageBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config) ReceiveSqsMessageHelper(String queueUrl, SqsAsyncClient asyncClient, Duration visibilityTimeout, ResponseBatchConfiguration config) protectedSendMessageBatchManager(RequestBatchConfiguration overrideConfiguration, ScheduledExecutorService scheduledExecutor, SqsAsyncClient asyncClient) -
Uses of SqsAsyncClient in software.amazon.awssdk.services.sqs.paginators
Constructors in software.amazon.awssdk.services.sqs.paginators with parameters of type SqsAsyncClientModifierConstructorDescriptionListDeadLetterSourceQueuesPublisher(SqsAsyncClient client, ListDeadLetterSourceQueuesRequest firstRequest) ListQueuesPublisher(SqsAsyncClient client, ListQueuesRequest firstRequest)