Uses of Class
software.amazon.awssdk.services.m2.model.FileBatchJobIdentifier
-
Packages that use FileBatchJobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of FileBatchJobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return FileBatchJobIdentifier Modifier and Type Method Description FileBatchJobIdentifierBatchJobIdentifier. fileBatchJobIdentifier()Specifies a file associated with a specific batch job.Methods in software.amazon.awssdk.services.m2.model with parameters of type FileBatchJobIdentifier Modifier and Type Method Description BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)Specifies a file associated with a specific batch job.static BatchJobIdentifierBatchJobIdentifier. fromFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.fileBatchJobIdentifier()initialized to the given value.
-