Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.S3Location
Packages that use S3Location
-
Uses of S3Location in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return S3LocationModifier and TypeMethodDescriptionfinal S3LocationImageSource.s3Location()The path to the Amazon S3 bucket where the image is stored.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type S3LocationModifier and TypeMethodDescriptionstatic ImageSourceImageSource.fromS3Location(S3Location s3Location) Create an instance of this class withImageSource.s3Location()initialized to the given value.ImageSource.Builder.s3Location(S3Location s3Location) The path to the Amazon S3 bucket where the image is stored.