Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentAliasesResponse
-
Packages that use ListAgentAliasesResponse 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 ListAgentAliasesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentAliasesResponse Modifier and Type Method Description default ListAgentAliasesResponseBedrockAgentClient. listAgentAliases(Consumer<ListAgentAliasesRequest.Builder> listAgentAliasesRequest)Lists the aliases of an agent and information about each one.default ListAgentAliasesResponseBedrockAgentClient. listAgentAliases(ListAgentAliasesRequest listAgentAliasesRequest)Lists the aliases of an agent and information about each one.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListAgentAliasesResponse Modifier and Type Method Description default CompletableFuture<ListAgentAliasesResponse>BedrockAgentAsyncClient. listAgentAliases(Consumer<ListAgentAliasesRequest.Builder> listAgentAliasesRequest)Lists the aliases of an agent and information about each one.default CompletableFuture<ListAgentAliasesResponse>BedrockAgentAsyncClient. listAgentAliases(ListAgentAliasesRequest listAgentAliasesRequest)Lists the aliases of an agent and information about each one. -
Uses of ListAgentAliasesResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListAgentAliasesResponse Modifier and Type Method Description Iterator<ListAgentAliasesResponse>ListAgentAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentAliasesResponse Modifier and Type Method Description voidListAgentAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentAliasesResponse> subscriber)
-