| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketRegion |
S3BucketRegion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
S3BucketRegion |
StartLoaderJobRequest.s3BucketRegion()
The Amazon region of the S3 bucket.
|
static S3BucketRegion |
S3BucketRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3BucketRegion[] |
S3BucketRegion.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<S3BucketRegion> |
S3BucketRegion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartLoaderJobRequest.Builder |
StartLoaderJobRequest.Builder.s3BucketRegion(S3BucketRegion s3BucketRegion)
The Amazon region of the S3 bucket.
|
Copyright © 2023. All rights reserved.