Uses of Class
software.amazon.awssdk.services.appsync.paginators.ListTypesPublisher
-
Packages that use ListTypesPublisher 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 ListTypesPublisher in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListTypesPublisher Modifier and Type Method Description default ListTypesPublisherAppSyncAsyncClient. listTypesPaginator(Consumer<ListTypesRequest.Builder> listTypesRequest)This is a variant ofAppSyncAsyncClient.listTypes(software.amazon.awssdk.services.appsync.model.ListTypesRequest)operation.default ListTypesPublisherAppSyncAsyncClient. listTypesPaginator(ListTypesRequest listTypesRequest)This is a variant ofAppSyncAsyncClient.listTypes(software.amazon.awssdk.services.appsync.model.ListTypesRequest)operation.
-