Uses of Class
software.amazon.awssdk.services.appsync.model.GetChannelNamespaceResponse
-
Packages that use GetChannelNamespaceResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of GetChannelNamespaceResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetChannelNamespaceResponse Modifier and Type Method Description default GetChannelNamespaceResponseAppSyncClient. getChannelNamespace(Consumer<GetChannelNamespaceRequest.Builder> getChannelNamespaceRequest)Retrieves the channel namespace for a specifiedApi.default GetChannelNamespaceResponseAppSyncClient. getChannelNamespace(GetChannelNamespaceRequest getChannelNamespaceRequest)Retrieves the channel namespace for a specifiedApi.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetChannelNamespaceResponse Modifier and Type Method Description default CompletableFuture<GetChannelNamespaceResponse>AppSyncAsyncClient. getChannelNamespace(Consumer<GetChannelNamespaceRequest.Builder> getChannelNamespaceRequest)Retrieves the channel namespace for a specifiedApi.default CompletableFuture<GetChannelNamespaceResponse>AppSyncAsyncClient. getChannelNamespace(GetChannelNamespaceRequest getChannelNamespaceRequest)Retrieves the channel namespace for a specifiedApi.
-