Uses of Interface
software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesRequest.Builder
-
Packages that use ListDeadLetterSourceQueuesRequest.Builder Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.model -
-
Uses of ListDeadLetterSourceQueuesRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ListDeadLetterSourceQueuesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeadLetterSourceQueuesResponse>SqsAsyncClient. listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default ListDeadLetterSourceQueuesResponseSqsClient. listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default ListDeadLetterSourceQueuesPublisherSqsAsyncClient. listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default ListDeadLetterSourceQueuesIterableSqsClient. listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue. -
Uses of ListDeadLetterSourceQueuesRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListDeadLetterSourceQueuesRequest.Builder Modifier and Type Method Description static ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest. builder()ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest.Builder. nextToken(String nextToken)Pagination token to request the next set of results.ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest.Builder. queueUrl(String queueUrl)The URL of a dead-letter queue.ListDeadLetterSourceQueuesRequest.BuilderListDeadLetterSourceQueuesRequest. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListDeadLetterSourceQueuesRequest.Builder Modifier and Type Method Description static Class<? extends ListDeadLetterSourceQueuesRequest.Builder>ListDeadLetterSourceQueuesRequest. serializableBuilderClass()
-