| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobManifestSpec |
JobManifestSpec.clone() |
JobManifestSpec |
JobManifest.getSpec()
Describes the format of the specified job's manifest.
|
JobManifestSpec |
JobManifestSpec.withFields(Collection<String> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec |
JobManifestSpec.withFields(JobManifestFieldName... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec |
JobManifestSpec.withFields(String... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec |
JobManifestSpec.withFormat(JobManifestFormat format)
Indicates which of the available formats the specified manifest uses.
|
JobManifestSpec |
JobManifestSpec.withFormat(String format)
Indicates which of the available formats the specified manifest uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobManifest.setSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest.
|
JobManifest |
JobManifest.withSpec(JobManifestSpec spec)
Describes the format of the specified job's manifest.
|
Copyright © 2021. All rights reserved.