Uses of Class
software.amazon.awssdk.services.bedrockdataautomationruntime.model.DataAutomationStage
-
Packages that use DataAutomationStage Package Description software.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of DataAutomationStage in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return DataAutomationStage Modifier and Type Method Description static DataAutomationStageDataAutomationStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataAutomationStageDataAutomationConfiguration. stage()Data automation stage.static DataAutomationStageDataAutomationStage. valueOf(String name)Returns the enum constant of this type with the specified name.static DataAutomationStage[]DataAutomationStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return types with arguments of type DataAutomationStage Modifier and Type Method Description static Set<DataAutomationStage>DataAutomationStage. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model with parameters of type DataAutomationStage Modifier and Type Method Description DataAutomationConfiguration.BuilderDataAutomationConfiguration.Builder. stage(DataAutomationStage stage)Data automation stage.
-