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.software.amazon.awssdk.services.appsync.paginators -
-
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. -
Uses of ListTypesByAssociationResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListTypesByAssociationResponse Modifier and Type Method Description Iterator<ListTypesByAssociationResponse>ListTypesByAssociationIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListTypesByAssociationResponse Modifier and Type Method Description voidListTypesByAssociationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTypesByAssociationResponse> subscriber)
-