Uses of Interface
software.amazon.awssdk.services.appsync.model.ListChannelNamespacesRequest.Builder
-
Packages that use ListChannelNamespacesRequest.Builder 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.model -
-
Uses of ListChannelNamespacesRequest.Builder in software.amazon.awssdk.services.appsync
-
Uses of ListChannelNamespacesRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListChannelNamespacesRequest.Builder Modifier and Type Method Description ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest.Builder. apiId(String apiId)TheApiID.static ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest. builder()ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest.Builder. nextToken(String nextToken)An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelNamespacesRequest.BuilderListChannelNamespacesRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListChannelNamespacesRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelNamespacesRequest.Builder>ListChannelNamespacesRequest. serializableBuilderClass()
-