Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeServiceConfiguration
Packages that use StorageFlowNodeServiceConfiguration
-
Uses of StorageFlowNodeServiceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeServiceConfigurationModifier and TypeMethodDescriptionStorageFlowNodeServiceConfiguration.fromS3(Consumer<StorageFlowNodeS3Configuration.Builder> s3) Create an instance of this class withs3()initialized to the given value.StorageFlowNodeServiceConfiguration.fromS3(StorageFlowNodeS3Configuration s3) Create an instance of this class withs3()initialized to the given value.StorageFlowNodeConfiguration.serviceConfiguration()Contains configurations for the service to use for storing the input into the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageFlowNodeServiceConfigurationModifier and TypeMethodDescriptionStorageFlowNodeConfiguration.Builder.serviceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration) Contains configurations for the service to use for storing the input into the node.