Uses of Class
software.amazon.awssdk.services.bedrockdataautomationruntime.model.Blueprint
-
Packages that use Blueprint Package Description software.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of Blueprint in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return types with arguments of type Blueprint Modifier and Type Method Description List<Blueprint>InvokeDataAutomationAsyncRequest. blueprints()Blueprint list.Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model with parameters of type Blueprint Modifier and Type Method Description InvokeDataAutomationAsyncRequest.BuilderInvokeDataAutomationAsyncRequest.Builder. blueprints(Blueprint... blueprints)Blueprint list.Method parameters in software.amazon.awssdk.services.bedrockdataautomationruntime.model with type arguments of type Blueprint Modifier and Type Method Description InvokeDataAutomationAsyncRequest.BuilderInvokeDataAutomationAsyncRequest.Builder. blueprints(Collection<Blueprint> blueprints)Blueprint list.
-