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. -
-
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.
-