Uses of Interface
software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
Packages that use ListDeadLetterSourceQueuesRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ListDeadLetterSourceQueuesRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ListDeadLetterSourceQueuesRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.SqsClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.SqsAsyncClient.listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) This is a variant ofSqsAsyncClient.listDeadLetterSourceQueues(software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest)operation.SqsClient.listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) This is a variant ofSqsClient.listDeadLetterSourceQueues(software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest)operation. -
Uses of ListDeadLetterSourceQueuesRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListDeadLetterSourceQueuesRequest.BuilderModifier and TypeMethodDescriptionListDeadLetterSourceQueuesRequest.builder()ListDeadLetterSourceQueuesRequest.Builder.maxResults(Integer maxResults) Maximum number of results to include in the response.Pagination token to request the next set of results.ListDeadLetterSourceQueuesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListDeadLetterSourceQueuesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of a dead-letter queue.ListDeadLetterSourceQueuesRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListDeadLetterSourceQueuesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDeadLetterSourceQueuesRequest.Builder>ListDeadLetterSourceQueuesRequest.serializableBuilderClass()