| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
GeneratedManifestFormat |
S3GeneratedManifestDescriptor.format()
The format of the generated manifest.
|
static GeneratedManifestFormat |
GeneratedManifestFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GeneratedManifestFormat |
S3ManifestOutputLocation.manifestFormat()
The format of the generated manifest.
|
static GeneratedManifestFormat |
GeneratedManifestFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratedManifestFormat[] |
GeneratedManifestFormat.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<GeneratedManifestFormat> |
GeneratedManifestFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3GeneratedManifestDescriptor.Builder |
S3GeneratedManifestDescriptor.Builder.format(GeneratedManifestFormat format)
The format of the generated manifest.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestFormat(GeneratedManifestFormat manifestFormat)
The format of the generated manifest.
|
Copyright © 2022. All rights reserved.