| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationcostprofiler.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 |
SourceS3Location.region()
Region of the 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 |
|---|---|
SourceS3Location.Builder |
SourceS3Location.Builder.region(S3BucketRegion region)
Region of the bucket.
|
Copyright © 2022. All rights reserved.