Uses of Class
software.amazon.awssdk.services.m2.model.BatchJobDefinition
-
Packages that use BatchJobDefinition Package Description software.amazon.awssdk.services.m2.model software.amazon.awssdk.services.m2.paginators -
-
Uses of BatchJobDefinition in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return BatchJobDefinition Modifier and Type Method Description static BatchJobDefinitionBatchJobDefinition. fromFileBatchJobDefinition(Consumer<FileBatchJobDefinition.Builder> fileBatchJobDefinition)Create an instance of this class withfileBatchJobDefinition()initialized to the given value.static BatchJobDefinitionBatchJobDefinition. fromFileBatchJobDefinition(FileBatchJobDefinition fileBatchJobDefinition)Create an instance of this class withfileBatchJobDefinition()initialized to the given value.static BatchJobDefinitionBatchJobDefinition. fromScriptBatchJobDefinition(Consumer<ScriptBatchJobDefinition.Builder> scriptBatchJobDefinition)Create an instance of this class withscriptBatchJobDefinition()initialized to the given value.static BatchJobDefinitionBatchJobDefinition. fromScriptBatchJobDefinition(ScriptBatchJobDefinition scriptBatchJobDefinition)Create an instance of this class withscriptBatchJobDefinition()initialized to the given value.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type BatchJobDefinition Modifier and Type Method Description List<BatchJobDefinition>ListBatchJobDefinitionsResponse. batchJobDefinitions()The list of batch job definitions.Methods in software.amazon.awssdk.services.m2.model with parameters of type BatchJobDefinition Modifier and Type Method Description ListBatchJobDefinitionsResponse.BuilderListBatchJobDefinitionsResponse.Builder. batchJobDefinitions(BatchJobDefinition... batchJobDefinitions)The list of batch job definitions.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type BatchJobDefinition Modifier and Type Method Description ListBatchJobDefinitionsResponse.BuilderListBatchJobDefinitionsResponse.Builder. batchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)The list of batch job definitions. -
Uses of BatchJobDefinition in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type BatchJobDefinition Modifier and Type Method Description SdkIterable<BatchJobDefinition>ListBatchJobDefinitionsIterable. batchJobDefinitions()Returns an iterable to iterate through the paginatedListBatchJobDefinitionsResponse.batchJobDefinitions()member.SdkPublisher<BatchJobDefinition>ListBatchJobDefinitionsPublisher. batchJobDefinitions()Returns a publisher that can be used to get a stream of data.
-