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 S3LocationVideoSource. s3Location()The location of a video object in an S3 bucket.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type S3Location Modifier and Type Method Description static VideoSourceVideoSource. fromS3Location(S3Location s3Location)Create an instance of this class withVideoSource.s3Location()initialized to the given value.VideoSource.BuilderVideoSource.Builder. s3Location(S3Location s3Location)The location of a video object in an S3 bucket.
-