Uses of Class
software.amazon.awssdk.services.m2.model.ScriptBatchJobIdentifier
-
Packages that use ScriptBatchJobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of ScriptBatchJobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ScriptBatchJobIdentifier Modifier and Type Method Description ScriptBatchJobIdentifierBatchJobIdentifier. scriptBatchJobIdentifier()A batch job identifier in which the batch job to run is identified by the script name.Methods in software.amazon.awssdk.services.m2.model with parameters of type ScriptBatchJobIdentifier Modifier and Type Method Description static BatchJobIdentifierBatchJobIdentifier. fromScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.scriptBatchJobIdentifier()initialized to the given value.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)A batch job identifier in which the batch job to run is identified by the script name.
-