| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static JobManifestFieldName |
JobManifestFieldName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static JobManifestFieldName |
JobManifestFieldName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobManifestFieldName[] |
JobManifestFieldName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobManifestFieldName> |
JobManifestSpec.fields()
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
static Set<JobManifestFieldName> |
JobManifestFieldName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobManifestSpec.Builder |
JobManifestSpec.Builder.fields(JobManifestFieldName... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
| Modifier and Type | Method and Description |
|---|---|
JobManifestSpec.Builder |
JobManifestSpec.Builder.fields(Collection<JobManifestFieldName> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
Copyright © 2021. All rights reserved.