Uses of Class
software.amazon.awssdk.services.textract.model.S3Object
-
Packages that use S3Object Package Description software.amazon.awssdk.services.textract.model -
-
Uses of S3Object in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return S3Object Modifier and Type Method Description S3ObjectAdapterVersionDatasetConfig. manifestS3Object()Returns the value of the ManifestS3Object property for this object.S3ObjectDocument. s3Object()Identifies an S3 object as the document source.S3ObjectDocumentLocation. s3Object()The Amazon S3 bucket that contains the input document.Methods in software.amazon.awssdk.services.textract.model with parameters of type S3Object Modifier and Type Method Description AdapterVersionDatasetConfig.BuilderAdapterVersionDatasetConfig.Builder. manifestS3Object(S3Object manifestS3Object)Sets the value of the ManifestS3Object property for this object.Document.BuilderDocument.Builder. s3Object(S3Object s3Object)Identifies an S3 object as the document source.DocumentLocation.BuilderDocumentLocation.Builder. s3Object(S3Object s3Object)The Amazon S3 bucket that contains the input document.
-