Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeConfiguration
-
Packages that use StorageFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeConfiguration Modifier and Type Method Description StorageFlowNodeConfigurationFlowNodeConfiguration. storage()Contains configurations for a Storage node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageFlowNodeConfiguration Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromStorage(StorageFlowNodeConfiguration storage)Create an instance of this class withFlowNodeConfiguration.storage()initialized to the given value.FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. storage(StorageFlowNodeConfiguration storage)Contains configurations for a Storage node in your flow.
-