Uses of Class
software.amazon.awssdk.services.s3control.model.JobManifestFieldName
-
Packages that use JobManifestFieldName Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifestFieldName in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifestFieldName Modifier and Type Method Description static JobManifestFieldNameJobManifestFieldName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobManifestFieldNameJobManifestFieldName. 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.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobManifestFieldName Modifier and Type Method Description List<JobManifestFieldName>JobManifestSpec. fields()If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.static Set<JobManifestFieldName>JobManifestFieldName. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobManifestFieldName Modifier and Type Method Description JobManifestSpec.BuilderJobManifestSpec.Builder. fields(JobManifestFieldName... fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobManifestFieldName Modifier and Type Method Description JobManifestSpec.BuilderJobManifestSpec.Builder. fields(Collection<JobManifestFieldName> fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.
-