Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeS3Configuration
-
Packages that use StorageFlowNodeS3Configuration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageFlowNodeS3Configuration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeS3Configuration Modifier and Type Method Description StorageFlowNodeS3ConfigurationStorageFlowNodeServiceConfiguration. s3()Contains configurations for the Amazon S3 location in which to store the input into the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageFlowNodeS3Configuration Modifier and Type Method Description static StorageFlowNodeServiceConfigurationStorageFlowNodeServiceConfiguration. fromS3(StorageFlowNodeS3Configuration s3)Create an instance of this class withStorageFlowNodeServiceConfiguration.s3()initialized to the given value.StorageFlowNodeServiceConfiguration.BuilderStorageFlowNodeServiceConfiguration.Builder. s3(StorageFlowNodeS3Configuration s3)Contains configurations for the Amazon S3 location in which to store the input into the node.
-