Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.DataAutomationProjectStatus
-
Packages that use DataAutomationProjectStatus Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of DataAutomationProjectStatus in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return DataAutomationProjectStatus Modifier and Type Method Description static DataAutomationProjectStatusDataAutomationProjectStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataAutomationProjectStatusCreateDataAutomationProjectResponse. status()Returns the value of the Status property for this object.DataAutomationProjectStatusDataAutomationProject. status()Returns the value of the Status property for this object.DataAutomationProjectStatusDeleteDataAutomationProjectResponse. status()Returns the value of the Status property for this object.DataAutomationProjectStatusUpdateDataAutomationProjectResponse. status()Returns the value of the Status property for this object.static DataAutomationProjectStatusDataAutomationProjectStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataAutomationProjectStatus[]DataAutomationProjectStatus. 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 DataAutomationProjectStatus Modifier and Type Method Description static Set<DataAutomationProjectStatus>DataAutomationProjectStatus. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type DataAutomationProjectStatus Modifier and Type Method Description CreateDataAutomationProjectResponse.BuilderCreateDataAutomationProjectResponse.Builder. status(DataAutomationProjectStatus status)Sets the value of the Status property for this object.DataAutomationProject.BuilderDataAutomationProject.Builder. status(DataAutomationProjectStatus status)Sets the value of the Status property for this object.DeleteDataAutomationProjectResponse.BuilderDeleteDataAutomationProjectResponse.Builder. status(DataAutomationProjectStatus status)Sets the value of the Status property for this object.UpdateDataAutomationProjectResponse.BuilderUpdateDataAutomationProjectResponse.Builder. status(DataAutomationProjectStatus status)Sets the value of the Status property for this object.
-