Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotVersionReplicasResponse
-
Packages that use ListBotVersionReplicasResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBotVersionReplicasResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotVersionReplicasResponse Modifier and Type Method Description default ListBotVersionReplicasResponseLexModelsV2Client. listBotVersionReplicas(Consumer<ListBotVersionReplicasRequest.Builder> listBotVersionReplicasRequest)Contains information about all the versions replication statuses applicable for Global Resiliency.default ListBotVersionReplicasResponseLexModelsV2Client. listBotVersionReplicas(ListBotVersionReplicasRequest listBotVersionReplicasRequest)Contains information about all the versions replication statuses applicable for Global Resiliency.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotVersionReplicasResponse Modifier and Type Method Description default CompletableFuture<ListBotVersionReplicasResponse>LexModelsV2AsyncClient. listBotVersionReplicas(Consumer<ListBotVersionReplicasRequest.Builder> listBotVersionReplicasRequest)Contains information about all the versions replication statuses applicable for Global Resiliency.default CompletableFuture<ListBotVersionReplicasResponse>LexModelsV2AsyncClient. listBotVersionReplicas(ListBotVersionReplicasRequest listBotVersionReplicasRequest)Contains information about all the versions replication statuses applicable for Global Resiliency. -
Uses of ListBotVersionReplicasResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBotVersionReplicasResponse Modifier and Type Method Description Iterator<ListBotVersionReplicasResponse>ListBotVersionReplicasIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBotVersionReplicasResponse Modifier and Type Method Description voidListBotVersionReplicasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotVersionReplicasResponse> subscriber)
-