Uses of Class
software.amazon.awssdk.services.appsync.model.ListChannelNamespacesResponse
-
Packages that use ListChannelNamespacesResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.paginators -
-
Uses of ListChannelNamespacesResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListChannelNamespacesResponse Modifier and Type Method Description default ListChannelNamespacesResponseAppSyncClient. listChannelNamespaces(Consumer<ListChannelNamespacesRequest.Builder> listChannelNamespacesRequest)Lists the channel namespaces for a specifiedApi.default ListChannelNamespacesResponseAppSyncClient. listChannelNamespaces(ListChannelNamespacesRequest listChannelNamespacesRequest)Lists the channel namespaces for a specifiedApi.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListChannelNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListChannelNamespacesResponse>AppSyncAsyncClient. listChannelNamespaces(Consumer<ListChannelNamespacesRequest.Builder> listChannelNamespacesRequest)Lists the channel namespaces for a specifiedApi.default CompletableFuture<ListChannelNamespacesResponse>AppSyncAsyncClient. listChannelNamespaces(ListChannelNamespacesRequest listChannelNamespacesRequest)Lists the channel namespaces for a specifiedApi. -
Uses of ListChannelNamespacesResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListChannelNamespacesResponse Modifier and Type Method Description Iterator<ListChannelNamespacesResponse>ListChannelNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListChannelNamespacesResponse Modifier and Type Method Description voidListChannelNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelNamespacesResponse> subscriber)
-