Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowAliasesResponse
-
Packages that use ListFlowAliasesResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListFlowAliasesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListFlowAliasesResponse Modifier and Type Method Description default ListFlowAliasesResponseBedrockAgentClient. listFlowAliases(Consumer<ListFlowAliasesRequest.Builder> listFlowAliasesRequest)Returns a list of aliases for a flow.default ListFlowAliasesResponseBedrockAgentClient. listFlowAliases(ListFlowAliasesRequest listFlowAliasesRequest)Returns a list of aliases for a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListFlowAliasesResponse Modifier and Type Method Description default CompletableFuture<ListFlowAliasesResponse>BedrockAgentAsyncClient. listFlowAliases(Consumer<ListFlowAliasesRequest.Builder> listFlowAliasesRequest)Returns a list of aliases for a flow.default CompletableFuture<ListFlowAliasesResponse>BedrockAgentAsyncClient. listFlowAliases(ListFlowAliasesRequest listFlowAliasesRequest)Returns a list of aliases for a flow. -
Uses of ListFlowAliasesResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListFlowAliasesResponse Modifier and Type Method Description Iterator<ListFlowAliasesResponse>ListFlowAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListFlowAliasesResponse Modifier and Type Method Description voidListFlowAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlowAliasesResponse> subscriber)
-