| Package | Description |
|---|---|
| software.amazon.awssdk.utils |
| Modifier and Type | Method and Description |
|---|---|
ThreadFactoryBuilder |
ThreadFactoryBuilder.daemonThreads(Boolean daemonThreads)
Whether the threads created by the factory should be daemon threads.
|
ThreadFactoryBuilder |
ThreadFactoryBuilder.threadNamePrefix(String threadNamePrefix)
The name prefix for threads created by this thread factory.
|
Copyright © 2021. All rights reserved.