Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of S3Location in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return S3Location Modifier and Type Method Description S3LocationDocumentSource. s3Location()The location of a document object in an Amazon S3 bucket.S3LocationImageSource. s3Location()The location of an image object in an Amazon S3 bucket.S3LocationVideoSource. s3Location()The location of a video object in an Amazon S3 bucket.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type S3Location Modifier and Type Method Description static DocumentSourceDocumentSource. fromS3Location(S3Location s3Location)Create an instance of this class withDocumentSource.s3Location()initialized to the given value.static ImageSourceImageSource. fromS3Location(S3Location s3Location)Create an instance of this class withImageSource.s3Location()initialized to the given value.static VideoSourceVideoSource. fromS3Location(S3Location s3Location)Create an instance of this class withVideoSource.s3Location()initialized to the given value.DocumentSource.BuilderDocumentSource.Builder. s3Location(S3Location s3Location)The location of a document object in an Amazon S3 bucket.ImageSource.BuilderImageSource.Builder. s3Location(S3Location s3Location)The location of an image object in an Amazon S3 bucket.VideoSource.BuilderVideoSource.Builder. s3Location(S3Location s3Location)The location of a video object in an Amazon S3 bucket.
-