Uses of Class
software.amazon.awssdk.services.m2.model.BatchJobIdentifier
-
Packages that use BatchJobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of BatchJobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return BatchJobIdentifier Modifier and Type Method Description BatchJobIdentifierBatchJobExecutionSummary. batchJobIdentifier()The unique identifier of this batch job.BatchJobIdentifierGetBatchJobExecutionResponse. batchJobIdentifier()The unique identifier of this batch job.BatchJobIdentifierStartBatchJobRequest. batchJobIdentifier()The unique identifier of the batch job.static BatchJobIdentifierBatchJobIdentifier. fromFileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)Create an instance of this class withfileBatchJobIdentifier()initialized to the given value.static BatchJobIdentifierBatchJobIdentifier. fromFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)Create an instance of this class withfileBatchJobIdentifier()initialized to the given value.static BatchJobIdentifierBatchJobIdentifier. fromS3BatchJobIdentifier(Consumer<S3BatchJobIdentifier.Builder> s3BatchJobIdentifier)Create an instance of this class withs3BatchJobIdentifier()initialized to the given value.static BatchJobIdentifierBatchJobIdentifier. fromS3BatchJobIdentifier(S3BatchJobIdentifier s3BatchJobIdentifier)Create an instance of this class withs3BatchJobIdentifier()initialized to the given value.static BatchJobIdentifierBatchJobIdentifier. fromScriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)Create an instance of this class withscriptBatchJobIdentifier()initialized to the given value.static BatchJobIdentifierBatchJobIdentifier. fromScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)Create an instance of this class withscriptBatchJobIdentifier()initialized to the given value.Methods in software.amazon.awssdk.services.m2.model with parameters of type BatchJobIdentifier Modifier and Type Method Description BatchJobExecutionSummary.BuilderBatchJobExecutionSummary.Builder. batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of this batch job.GetBatchJobExecutionResponse.BuilderGetBatchJobExecutionResponse.Builder. batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of this batch job.StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of the batch job.
-