Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeS3OutputDataConfig
-
Packages that use AsyncInvokeS3OutputDataConfig Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AsyncInvokeS3OutputDataConfig in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeS3OutputDataConfig Modifier and Type Method Description AsyncInvokeS3OutputDataConfigAsyncInvokeOutputDataConfig. s3OutputDataConfig()A storage location for the output data in an S3 bucketMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeS3OutputDataConfig Modifier and Type Method Description static AsyncInvokeOutputDataConfigAsyncInvokeOutputDataConfig. fromS3OutputDataConfig(AsyncInvokeS3OutputDataConfig s3OutputDataConfig)Create an instance of this class withAsyncInvokeOutputDataConfig.s3OutputDataConfig()initialized to the given value.AsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig.Builder. s3OutputDataConfig(AsyncInvokeS3OutputDataConfig s3OutputDataConfig)A storage location for the output data in an S3 bucket
-