Uses of Class
software.amazon.awssdk.services.appsync.model.ListGraphqlApisRequest
-
Packages that use ListGraphqlApisRequest 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.paginators software.amazon.awssdk.services.appsync.transform -
-
Uses of ListGraphqlApisRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type ListGraphqlApisRequest Modifier and Type Method Description default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs.default ListGraphqlApisPublisherAppSyncAsyncClient. listGraphqlApisPaginator(ListGraphqlApisRequest listGraphqlApisRequest)This is a variant ofAppSyncAsyncClient.listGraphqlApis(software.amazon.awssdk.services.appsync.model.ListGraphqlApisRequest)operation.default ListGraphqlApisIterableAppSyncClient. listGraphqlApisPaginator(ListGraphqlApisRequest listGraphqlApisRequest)This is a variant ofAppSyncClient.listGraphqlApis(software.amazon.awssdk.services.appsync.model.ListGraphqlApisRequest)operation. -
Uses of ListGraphqlApisRequest in software.amazon.awssdk.services.appsync.paginators
Constructors in software.amazon.awssdk.services.appsync.paginators with parameters of type ListGraphqlApisRequest Constructor Description ListGraphqlApisIterable(AppSyncClient client, ListGraphqlApisRequest firstRequest)ListGraphqlApisPublisher(AppSyncAsyncClient client, ListGraphqlApisRequest firstRequest) -
Uses of ListGraphqlApisRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type ListGraphqlApisRequest Modifier and Type Method Description SdkHttpFullRequestListGraphqlApisRequestMarshaller. marshall(ListGraphqlApisRequest listGraphqlApisRequest)
-