Uses of Class
software.amazon.awssdk.services.appsync.model.ListGraphqlApisResponse
-
Packages that use ListGraphqlApisResponse 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 ListGraphqlApisResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListGraphqlApisResponse Modifier and Type Method Description default ListGraphqlApisResponseAppSyncClient. listGraphqlApis()Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListGraphqlApisResponse Modifier and Type Method Description default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis()Lists your GraphQL APIs.default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs.default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs.
-