Uses of Class
software.amazon.awssdk.services.appsync.model.ListTypesRequest
-
Packages that use ListTypesRequest 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 software.amazon.awssdk.services.appsync.transform -
-
Uses of ListTypesRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type ListTypesRequest Modifier and Type Method Description default CompletableFuture<ListTypesResponse>AppSyncAsyncClient. listTypes(ListTypesRequest listTypesRequest)Lists the types for a given API.default ListTypesResponseAppSyncClient. listTypes(ListTypesRequest listTypesRequest)Lists the types for a given API.default ListTypesPublisherAppSyncAsyncClient. listTypesPaginator(ListTypesRequest listTypesRequest)This is a variant ofAppSyncAsyncClient.listTypes(software.amazon.awssdk.services.appsync.model.ListTypesRequest)operation.default ListTypesIterableAppSyncClient. listTypesPaginator(ListTypesRequest listTypesRequest)This is a variant ofAppSyncClient.listTypes(software.amazon.awssdk.services.appsync.model.ListTypesRequest)operation. -
Uses of ListTypesRequest in software.amazon.awssdk.services.appsync.paginators
Constructors in software.amazon.awssdk.services.appsync.paginators with parameters of type ListTypesRequest Constructor Description ListTypesIterable(AppSyncClient client, ListTypesRequest firstRequest)ListTypesPublisher(AppSyncAsyncClient client, ListTypesRequest firstRequest) -
Uses of ListTypesRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type ListTypesRequest Modifier and Type Method Description SdkHttpFullRequestListTypesRequestMarshaller. marshall(ListTypesRequest listTypesRequest)
-