Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.BlueprintSummary
-
Packages that use BlueprintSummary Package Description software.amazon.awssdk.services.bedrockdataautomation.model software.amazon.awssdk.services.bedrockdataautomation.paginators -
-
Uses of BlueprintSummary in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type BlueprintSummary Modifier and Type Method Description List<BlueprintSummary>ListBlueprintsResponse. blueprints()Returns the value of the Blueprints property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type BlueprintSummary Modifier and Type Method Description ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(BlueprintSummary... blueprints)Sets the value of the Blueprints property for this object.Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type BlueprintSummary Modifier and Type Method Description ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(Collection<BlueprintSummary> blueprints)Sets the value of the Blueprints property for this object. -
Uses of BlueprintSummary in software.amazon.awssdk.services.bedrockdataautomation.paginators
Methods in software.amazon.awssdk.services.bedrockdataautomation.paginators that return types with arguments of type BlueprintSummary Modifier and Type Method Description SdkIterable<BlueprintSummary>ListBlueprintsIterable. blueprints()Returns an iterable to iterate through the paginatedListBlueprintsResponse.blueprints()member.SdkPublisher<BlueprintSummary>ListBlueprintsPublisher. blueprints()Returns a publisher that can be used to get a stream of data.
-