Uses of Class
software.amazon.awssdk.services.appsync.model.ChannelNamespace
-
Packages that use ChannelNamespace Package Description software.amazon.awssdk.services.appsync.model software.amazon.awssdk.services.appsync.paginators -
-
Uses of ChannelNamespace in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ChannelNamespace Modifier and Type Method Description ChannelNamespaceCreateChannelNamespaceResponse. channelNamespace()TheChannelNamespaceobject.ChannelNamespaceGetChannelNamespaceResponse. channelNamespace()TheChannelNamespaceobject.ChannelNamespaceUpdateChannelNamespaceResponse. channelNamespace()TheChannelNamespaceobject.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ChannelNamespace Modifier and Type Method Description List<ChannelNamespace>ListChannelNamespacesResponse. channelNamespaces()TheChannelNamespaceobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type ChannelNamespace Modifier and Type Method Description CreateChannelNamespaceResponse.BuilderCreateChannelNamespaceResponse.Builder. channelNamespace(ChannelNamespace channelNamespace)TheChannelNamespaceobject.GetChannelNamespaceResponse.BuilderGetChannelNamespaceResponse.Builder. channelNamespace(ChannelNamespace channelNamespace)TheChannelNamespaceobject.UpdateChannelNamespaceResponse.BuilderUpdateChannelNamespaceResponse.Builder. channelNamespace(ChannelNamespace channelNamespace)TheChannelNamespaceobject.ListChannelNamespacesResponse.BuilderListChannelNamespacesResponse.Builder. channelNamespaces(ChannelNamespace... channelNamespaces)TheChannelNamespaceobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type ChannelNamespace Modifier and Type Method Description ListChannelNamespacesResponse.BuilderListChannelNamespacesResponse.Builder. channelNamespaces(Collection<ChannelNamespace> channelNamespaces)TheChannelNamespaceobjects. -
Uses of ChannelNamespace in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ChannelNamespace Modifier and Type Method Description SdkIterable<ChannelNamespace>ListChannelNamespacesIterable. channelNamespaces()Returns an iterable to iterate through the paginatedListChannelNamespacesResponse.channelNamespaces()member.SdkPublisher<ChannelNamespace>ListChannelNamespacesPublisher. channelNamespaces()Returns a publisher that can be used to get a stream of data.
-