Uses of Class
software.amazon.awssdk.services.appsync.model.GraphqlApi
-
Packages that use GraphqlApi Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of GraphqlApi in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return GraphqlApi Modifier and Type Method Description GraphqlApiCreateGraphqlApiResponse. graphqlApi()TheGraphqlApi.GraphqlApiGetGraphqlApiResponse. graphqlApi()TheGraphqlApiobject.GraphqlApiUpdateGraphqlApiResponse. graphqlApi()The updatedGraphqlApiobject.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type GraphqlApi Modifier and Type Method Description List<GraphqlApi>ListGraphqlApisResponse. graphqlApis()TheGraphqlApiobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type GraphqlApi Modifier and Type Method Description CreateGraphqlApiResponse.BuilderCreateGraphqlApiResponse.Builder. graphqlApi(GraphqlApi graphqlApi)TheGraphqlApi.GetGraphqlApiResponse.BuilderGetGraphqlApiResponse.Builder. graphqlApi(GraphqlApi graphqlApi)TheGraphqlApiobject.UpdateGraphqlApiResponse.BuilderUpdateGraphqlApiResponse.Builder. graphqlApi(GraphqlApi graphqlApi)The updatedGraphqlApiobject.ListGraphqlApisResponse.BuilderListGraphqlApisResponse.Builder. graphqlApis(GraphqlApi... graphqlApis)TheGraphqlApiobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type GraphqlApi Modifier and Type Method Description ListGraphqlApisResponse.BuilderListGraphqlApisResponse.Builder. graphqlApis(Collection<GraphqlApi> graphqlApis)TheGraphqlApiobjects.
-