Uses of Class
software.amazon.awssdk.services.m2.model.FileBatchJobDefinition
-
Packages that use FileBatchJobDefinition Package Description software.amazon.awssdk.services.m2.model -
-
Uses of FileBatchJobDefinition in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return FileBatchJobDefinition Modifier and Type Method Description FileBatchJobDefinitionBatchJobDefinition. fileBatchJobDefinition()Specifies a file containing a batch job definition.Methods in software.amazon.awssdk.services.m2.model with parameters of type FileBatchJobDefinition Modifier and Type Method Description BatchJobDefinition.BuilderBatchJobDefinition.Builder. fileBatchJobDefinition(FileBatchJobDefinition fileBatchJobDefinition)Specifies a file containing a batch job definition.static BatchJobDefinitionBatchJobDefinition. fromFileBatchJobDefinition(FileBatchJobDefinition fileBatchJobDefinition)Create an instance of this class withBatchJobDefinition.fileBatchJobDefinition()initialized to the given value.
-