Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowAliasSummary
Packages that use FlowAliasSummary
Package
Description
-
Uses of FlowAliasSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowAliasSummaryModifier and TypeMethodDescriptionfinal List<FlowAliasSummary>ListFlowAliasesResponse.flowAliasSummaries()A list, each member of which contains information about an alias.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowAliasSummaryModifier and TypeMethodDescriptionListFlowAliasesResponse.Builder.flowAliasSummaries(FlowAliasSummary... flowAliasSummaries) A list, each member of which contains information about an alias.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowAliasSummaryModifier and TypeMethodDescriptionListFlowAliasesResponse.Builder.flowAliasSummaries(Collection<FlowAliasSummary> flowAliasSummaries) A list, each member of which contains information about an alias. -
Uses of FlowAliasSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type FlowAliasSummaryModifier and TypeMethodDescriptionfinal SdkIterable<FlowAliasSummary>ListFlowAliasesIterable.flowAliasSummaries()Returns an iterable to iterate through the paginatedListFlowAliasesResponse.flowAliasSummaries()member.final SdkPublisher<FlowAliasSummary>ListFlowAliasesPublisher.flowAliasSummaries()Returns a publisher that can be used to get a stream of data.