Uses of Class
software.amazon.awssdk.services.appsync.model.ListTypesResponse
-
Packages that use ListTypesResponse 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 ListTypesResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListTypesResponse Modifier and Type Method Description default ListTypesResponseAppSyncClient. listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)Lists the types for a given API.default ListTypesResponseAppSyncClient. listTypes(ListTypesRequest listTypesRequest)Lists the types for a given API.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListTypesResponse Modifier and Type Method Description default CompletableFuture<ListTypesResponse>AppSyncAsyncClient. listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)Lists the types for a given API.default CompletableFuture<ListTypesResponse>AppSyncAsyncClient. listTypes(ListTypesRequest listTypesRequest)Lists the types for a given API. -
Uses of ListTypesResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListTypesResponse Modifier and Type Method Description Iterator<ListTypesResponse>ListTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListTypesResponse Modifier and Type Method Description voidListTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTypesResponse> subscriber)
-