Uses of Class
software.amazon.awssdk.services.m2.model.JobIdentifier
-
Packages that use JobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of JobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return JobIdentifier Modifier and Type Method Description static JobIdentifierJobIdentifier. fromFileName(String fileName)Create an instance of this class withfileName()initialized to the given value.static JobIdentifierJobIdentifier. fromScriptName(String scriptName)Create an instance of this class withscriptName()initialized to the given value.JobIdentifierS3BatchJobIdentifier. identifier()Identifies the batch job definition.Methods in software.amazon.awssdk.services.m2.model with parameters of type JobIdentifier Modifier and Type Method Description S3BatchJobIdentifier.BuilderS3BatchJobIdentifier.Builder. identifier(JobIdentifier identifier)Identifies the batch job definition.
-