Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.DataAutomationProjectStage
-
Packages that use DataAutomationProjectStage Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of DataAutomationProjectStage in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return DataAutomationProjectStage Modifier and Type Method Description static DataAutomationProjectStageDataAutomationProjectStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataAutomationProjectStageCreateDataAutomationProjectRequest. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageCreateDataAutomationProjectResponse. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageDataAutomationProject. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageDataAutomationProjectFilter. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageDataAutomationProjectSummary. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageGetDataAutomationProjectRequest. projectStage()Optional field to delete a specific DataAutomationProject stageDataAutomationProjectStageUpdateDataAutomationProjectRequest. projectStage()Returns the value of the ProjectStage property for this object.DataAutomationProjectStageUpdateDataAutomationProjectResponse. projectStage()Returns the value of the ProjectStage property for this object.static DataAutomationProjectStageDataAutomationProjectStage. valueOf(String name)Returns the enum constant of this type with the specified name.static DataAutomationProjectStage[]DataAutomationProjectStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type DataAutomationProjectStage Modifier and Type Method Description static Set<DataAutomationProjectStage>DataAutomationProjectStage. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type DataAutomationProjectStage Modifier and Type Method Description CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.CreateDataAutomationProjectResponse.BuilderCreateDataAutomationProjectResponse.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.DataAutomationProject.BuilderDataAutomationProject.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.DataAutomationProjectFilter.BuilderDataAutomationProjectFilter.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.DataAutomationProjectSummary.BuilderDataAutomationProjectSummary.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.GetDataAutomationProjectRequest.BuilderGetDataAutomationProjectRequest.Builder. projectStage(DataAutomationProjectStage projectStage)Optional field to delete a specific DataAutomationProject stageUpdateDataAutomationProjectRequest.BuilderUpdateDataAutomationProjectRequest.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.UpdateDataAutomationProjectResponse.BuilderUpdateDataAutomationProjectResponse.Builder. projectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.
-