Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.DataAutomationProjectStageFilter
-
Packages that use DataAutomationProjectStageFilter Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of DataAutomationProjectStageFilter in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return DataAutomationProjectStageFilter Modifier and Type Method Description static DataAutomationProjectStageFilterDataAutomationProjectStageFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataAutomationProjectStageFilterListDataAutomationProjectsRequest. projectStageFilter()Returns the value of the ProjectStageFilter property for this object.static DataAutomationProjectStageFilterDataAutomationProjectStageFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static DataAutomationProjectStageFilter[]DataAutomationProjectStageFilter. 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 DataAutomationProjectStageFilter Modifier and Type Method Description static Set<DataAutomationProjectStageFilter>DataAutomationProjectStageFilter. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type DataAutomationProjectStageFilter Modifier and Type Method Description ListDataAutomationProjectsRequest.BuilderListDataAutomationProjectsRequest.Builder. projectStageFilter(DataAutomationProjectStageFilter projectStageFilter)Sets the value of the ProjectStageFilter property for this object.
-