Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.BlueprintStage
-
Packages that use BlueprintStage Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of BlueprintStage in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return BlueprintStage Modifier and Type Method Description BlueprintStageBlueprint. blueprintStage()Returns the value of the BlueprintStage property for this object.BlueprintStageBlueprintFilter. blueprintStage()Returns the value of the BlueprintStage property for this object.BlueprintStageBlueprintItem. blueprintStage()Returns the value of the BlueprintStage property for this object.BlueprintStageBlueprintSummary. blueprintStage()Returns the value of the BlueprintStage property for this object.BlueprintStageCreateBlueprintRequest. blueprintStage()Returns the value of the BlueprintStage property for this object.BlueprintStageGetBlueprintRequest. blueprintStage()Optional field to get a specific Blueprint stageBlueprintStageUpdateBlueprintRequest. blueprintStage()Returns the value of the BlueprintStage property for this object.static BlueprintStageBlueprintStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BlueprintStageBlueprintStage. valueOf(String name)Returns the enum constant of this type with the specified name.static BlueprintStage[]BlueprintStage. 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 BlueprintStage Modifier and Type Method Description static Set<BlueprintStage>BlueprintStage. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type BlueprintStage Modifier and Type Method Description Blueprint.BuilderBlueprint.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintFilter.BuilderBlueprintFilter.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintItem.BuilderBlueprintItem.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintSummary.BuilderBlueprintSummary.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.CreateBlueprintRequest.BuilderCreateBlueprintRequest.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.GetBlueprintRequest.BuilderGetBlueprintRequest.Builder. blueprintStage(BlueprintStage blueprintStage)Optional field to get a specific Blueprint stageUpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.
-