Uses of Interface
software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse.Builder
-
Packages that use ListDeadLetterSourceQueuesResponse.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of ListDeadLetterSourceQueuesResponse.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListDeadLetterSourceQueuesResponse.Builder Modifier and Type Method Description static ListDeadLetterSourceQueuesResponse.BuilderListDeadLetterSourceQueuesResponse. builder()ListDeadLetterSourceQueuesResponse.BuilderListDeadLetterSourceQueuesResponse.Builder. nextToken(String nextToken)Pagination token to include in the next request.ListDeadLetterSourceQueuesResponse.BuilderListDeadLetterSourceQueuesResponse.Builder. queueUrls(String... queueUrls)A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.ListDeadLetterSourceQueuesResponse.BuilderListDeadLetterSourceQueuesResponse.Builder. queueUrls(Collection<String> queueUrls)A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.ListDeadLetterSourceQueuesResponse.BuilderListDeadLetterSourceQueuesResponse. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListDeadLetterSourceQueuesResponse.Builder Modifier and Type Method Description static Class<? extends ListDeadLetterSourceQueuesResponse.Builder>ListDeadLetterSourceQueuesResponse. serializableBuilderClass()
-