Uses of Class
software.amazon.awssdk.services.appsync.paginators.ListTypesByAssociationIterable
-
Packages that use ListTypesByAssociationIterable 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 ListTypesByAssociationIterable in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListTypesByAssociationIterable Modifier and Type Method Description default ListTypesByAssociationIterableAppSyncClient. listTypesByAssociationPaginator(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)This is a variant ofAppSyncClient.listTypesByAssociation(software.amazon.awssdk.services.appsync.model.ListTypesByAssociationRequest)operation.default ListTypesByAssociationIterableAppSyncClient. listTypesByAssociationPaginator(ListTypesByAssociationRequest listTypesByAssociationRequest)This is a variant ofAppSyncClient.listTypesByAssociation(software.amazon.awssdk.services.appsync.model.ListTypesByAssociationRequest)operation.
-