Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotAliasReplicasResponse
-
Packages that use ListBotAliasReplicasResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBotAliasReplicasResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotAliasReplicasResponse Modifier and Type Method Description default ListBotAliasReplicasResponseLexModelsV2Client. listBotAliasReplicas(Consumer<ListBotAliasReplicasRequest.Builder> listBotAliasReplicasRequest)The action to list the replicated bots created from the source bot alias.default ListBotAliasReplicasResponseLexModelsV2Client. listBotAliasReplicas(ListBotAliasReplicasRequest listBotAliasReplicasRequest)The action to list the replicated bots created from the source bot alias.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotAliasReplicasResponse Modifier and Type Method Description default CompletableFuture<ListBotAliasReplicasResponse>LexModelsV2AsyncClient. listBotAliasReplicas(Consumer<ListBotAliasReplicasRequest.Builder> listBotAliasReplicasRequest)The action to list the replicated bots created from the source bot alias.default CompletableFuture<ListBotAliasReplicasResponse>LexModelsV2AsyncClient. listBotAliasReplicas(ListBotAliasReplicasRequest listBotAliasReplicasRequest)The action to list the replicated bots created from the source bot alias. -
Uses of ListBotAliasReplicasResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBotAliasReplicasResponse Modifier and Type Method Description Iterator<ListBotAliasReplicasResponse>ListBotAliasReplicasIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBotAliasReplicasResponse Modifier and Type Method Description voidListBotAliasReplicasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotAliasReplicasResponse> subscriber)
-