Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.StandardOutputConfiguration
-
Packages that use StandardOutputConfiguration Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of StandardOutputConfiguration in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return StandardOutputConfiguration Modifier and Type Method Description StandardOutputConfigurationCreateDataAutomationProjectRequest. standardOutputConfiguration()Returns the value of the StandardOutputConfiguration property for this object.StandardOutputConfigurationDataAutomationProject. standardOutputConfiguration()Returns the value of the StandardOutputConfiguration property for this object.StandardOutputConfigurationUpdateDataAutomationProjectRequest. standardOutputConfiguration()Returns the value of the StandardOutputConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type StandardOutputConfiguration Modifier and Type Method Description CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. standardOutputConfiguration(StandardOutputConfiguration standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.DataAutomationProject.BuilderDataAutomationProject.Builder. standardOutputConfiguration(StandardOutputConfiguration standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.UpdateDataAutomationProjectRequest.BuilderUpdateDataAutomationProjectRequest.Builder. standardOutputConfiguration(StandardOutputConfiguration standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.
-