Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.BranchFilter.Builder
Packages that use BranchFilter.Builder
-
Uses of BranchFilter.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BranchFilter.BuilderModifier and TypeMethodDescriptionstatic BranchFilter.BuilderBranchFilter.builder()BranchFilter.Builder.includeParentBranches(Boolean includeParentBranches) Specifies whether to include parent branches in the results.The name of the branch to filter by.BranchFilter.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BranchFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BranchFilter.Builder>BranchFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type BranchFilter.BuilderModifier and TypeMethodDescriptiondefault FilterInput.BuilderFilterInput.Builder.branch(Consumer<BranchFilter.Builder> branch) The branch filter criteria to apply when listing events.