Uses of Class
software.amazon.awssdk.utils.ThreadFactoryBuilder
-
Packages that use ThreadFactoryBuilder Package Description software.amazon.awssdk.utils -
-
Uses of ThreadFactoryBuilder in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return ThreadFactoryBuilder Modifier and Type Method 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.
-