Uses of Class
software.amazon.awssdk.services.appsync.model.CreateChannelNamespaceResponse
-
Packages that use CreateChannelNamespaceResponse 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 CreateChannelNamespaceResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return CreateChannelNamespaceResponse Modifier and Type Method Description default CreateChannelNamespaceResponseAppSyncClient. createChannelNamespace(Consumer<CreateChannelNamespaceRequest.Builder> createChannelNamespaceRequest)Creates aChannelNamespacefor anApi.default CreateChannelNamespaceResponseAppSyncClient. createChannelNamespace(CreateChannelNamespaceRequest createChannelNamespaceRequest)Creates aChannelNamespacefor anApi.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type CreateChannelNamespaceResponse Modifier and Type Method Description default CompletableFuture<CreateChannelNamespaceResponse>AppSyncAsyncClient. createChannelNamespace(Consumer<CreateChannelNamespaceRequest.Builder> createChannelNamespaceRequest)Creates aChannelNamespacefor anApi.default CompletableFuture<CreateChannelNamespaceResponse>AppSyncAsyncClient. createChannelNamespace(CreateChannelNamespaceRequest createChannelNamespaceRequest)Creates aChannelNamespacefor anApi.
-