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