Uses of Class
software.amazon.awssdk.services.m2.model.S3BatchJobIdentifier
-
Packages that use S3BatchJobIdentifier Package Description software.amazon.awssdk.services.m2.model -
-
Uses of S3BatchJobIdentifier in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return S3BatchJobIdentifier Modifier and Type Method Description S3BatchJobIdentifierBatchJobIdentifier. s3BatchJobIdentifier()Specifies an Amazon S3 location that identifies the batch jobs that you want to run.Methods in software.amazon.awssdk.services.m2.model with parameters of type S3BatchJobIdentifier Modifier and Type Method Description static BatchJobIdentifierBatchJobIdentifier. fromS3BatchJobIdentifier(S3BatchJobIdentifier s3BatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.s3BatchJobIdentifier()initialized to the given value.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. s3BatchJobIdentifier(S3BatchJobIdentifier s3BatchJobIdentifier)Specifies an Amazon S3 location that identifies the batch jobs that you want to run.
-