Uses of Class
software.amazon.awssdk.services.appsync.model.ListTypesByAssociationResponse
-
Packages that use ListTypesByAssociationResponse 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 ListTypesByAssociationResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListTypesByAssociationResponse Modifier and Type Method Description default ListTypesByAssociationResponseAppSyncClient. listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)ListsTypeobjects by the source API association ID.default ListTypesByAssociationResponseAppSyncClient. listTypesByAssociation(ListTypesByAssociationRequest listTypesByAssociationRequest)ListsTypeobjects by the source API association ID.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListTypesByAssociationResponse Modifier and Type Method Description default CompletableFuture<ListTypesByAssociationResponse>AppSyncAsyncClient. listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)ListsTypeobjects by the source API association ID.default CompletableFuture<ListTypesByAssociationResponse>AppSyncAsyncClient. listTypesByAssociation(ListTypesByAssociationRequest listTypesByAssociationRequest)ListsTypeobjects by the source API association ID.
-