Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.GraphQLRenderConfig
-
Packages that use GraphQLRenderConfig Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of GraphQLRenderConfig in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return GraphQLRenderConfig Modifier and Type Method Description GraphQLRenderConfigApiConfiguration. graphQLConfig()The configuration for an application using GraphQL APIs.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type GraphQLRenderConfig Modifier and Type Method Description static ApiConfigurationApiConfiguration. fromGraphQLConfig(GraphQLRenderConfig graphQLConfig)Create an instance of this class withApiConfiguration.graphQLConfig()initialized to the given value.ApiConfiguration.BuilderApiConfiguration.Builder. graphQLConfig(GraphQLRenderConfig graphQLConfig)The configuration for an application using GraphQL APIs.
-