Uses of Interface
software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
Packages that use ListQueuesResponse.Builder
-
Uses of ListQueuesResponse.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListQueuesResponse.BuilderModifier and TypeMethodDescriptionstatic ListQueuesResponse.BuilderListQueuesResponse.builder()Pagination token to include in the next request.A list of queue URLs, up to 1,000 entries, or the value ofMaxResultsthat you sent in the request.ListQueuesResponse.Builder.queueUrls(Collection<String> queueUrls) A list of queue URLs, up to 1,000 entries, or the value ofMaxResultsthat you sent in the request.ListQueuesResponse.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListQueuesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListQueuesResponse.Builder>ListQueuesResponse.serializableBuilderClass()