Uses of Class
software.amazon.awssdk.services.appsync.model.ListSourceApiAssociationsResponse
-
Packages that use ListSourceApiAssociationsResponse 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 ListSourceApiAssociationsResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListSourceApiAssociationsResponse Modifier and Type Method Description default ListSourceApiAssociationsResponseAppSyncClient. listSourceApiAssociations(Consumer<ListSourceApiAssociationsRequest.Builder> listSourceApiAssociationsRequest)Lists theSourceApiAssociationSummarydata.default ListSourceApiAssociationsResponseAppSyncClient. listSourceApiAssociations(ListSourceApiAssociationsRequest listSourceApiAssociationsRequest)Lists theSourceApiAssociationSummarydata.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListSourceApiAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListSourceApiAssociationsResponse>AppSyncAsyncClient. listSourceApiAssociations(Consumer<ListSourceApiAssociationsRequest.Builder> listSourceApiAssociationsRequest)Lists theSourceApiAssociationSummarydata.default CompletableFuture<ListSourceApiAssociationsResponse>AppSyncAsyncClient. listSourceApiAssociations(ListSourceApiAssociationsRequest listSourceApiAssociationsRequest)Lists theSourceApiAssociationSummarydata. -
Uses of ListSourceApiAssociationsResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListSourceApiAssociationsResponse Modifier and Type Method Description Iterator<ListSourceApiAssociationsResponse>ListSourceApiAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListSourceApiAssociationsResponse Modifier and Type Method Description voidListSourceApiAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceApiAssociationsResponse> subscriber)
-