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