| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static Parallelism |
Parallelism.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Parallelism |
StartLoaderJobRequest.parallelism()
The optional
parallelism parameter can be set to reduce the number of threads used by the bulk load
process. |
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 |
|---|---|
static Set<Parallelism> |
Parallelism.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartLoaderJobRequest.Builder |
StartLoaderJobRequest.Builder.parallelism(Parallelism parallelism)
The optional
parallelism parameter can be set to reduce the number of threads used by the bulk
load process. |
Copyright © 2023. All rights reserved.