Uses of Interface
software.amazon.awssdk.services.sqs.model.ListQueuesResponse.Builder
-
Packages that use ListQueuesResponse.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of ListQueuesResponse.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListQueuesResponse.Builder Modifier and Type Method Description static ListQueuesResponse.BuilderListQueuesResponse. builder()ListQueuesResponse.BuilderListQueuesResponse.Builder. nextToken(String nextToken)Pagination token to include in the next request.ListQueuesResponse.BuilderListQueuesResponse.Builder. queueUrls(String... queueUrls)A list of queue URLs, up to 1,000 entries, or the value ofMaxResultsthat you sent in the request.ListQueuesResponse.BuilderListQueuesResponse.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.BuilderListQueuesResponse. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListQueuesResponse.Builder Modifier and Type Method Description static Class<? extends ListQueuesResponse.Builder>ListQueuesResponse. serializableBuilderClass()
-