Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowAliasSummary
-
Packages that use FlowAliasSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 FlowAliasSummary Modifier and Type Method Description 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 FlowAliasSummary Modifier and Type Method Description ListFlowAliasesResponse.BuilderListFlowAliasesResponse.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 FlowAliasSummary Modifier and Type Method Description ListFlowAliasesResponse.BuilderListFlowAliasesResponse.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 FlowAliasSummary Modifier and Type Method Description SdkIterable<FlowAliasSummary>ListFlowAliasesIterable. flowAliasSummaries()Returns an iterable to iterate through the paginatedListFlowAliasesResponse.flowAliasSummaries()member.SdkPublisher<FlowAliasSummary>ListFlowAliasesPublisher. flowAliasSummaries()Returns a publisher that can be used to get a stream of data.
-