Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of S3Location in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return S3Location Modifier and Type Method Description 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 S3Location Modifier and Type Method Description static ImageSourceImageSource. fromS3Location(S3Location s3Location)Create an instance of this class withImageSource.s3Location()initialized to the given value.ImageSource.BuilderImageSource.Builder. s3Location(S3Location s3Location)The path to the Amazon S3 bucket where the image is stored.
-