| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static Parallelism |
Parallelism.fromValue(String value)
Use this in place of valueOf.
|
static Parallelism |
Parallelism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parallelism[] |
Parallelism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StartLoaderJobRequest |
StartLoaderJobRequest.withParallelism(Parallelism parallelism)
The optional
parallelism parameter can be set to reduce the number of threads used by the bulk load
process. |
Copyright © 2024. All rights reserved.