Uses of Class
software.amazon.awssdk.services.appsync.model.GetDataSourceIntrospectionResponse
-
Packages that use GetDataSourceIntrospectionResponse 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 GetDataSourceIntrospectionResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetDataSourceIntrospectionResponse Modifier and Type Method Description default GetDataSourceIntrospectionResponseAppSyncClient. getDataSourceIntrospection(Consumer<GetDataSourceIntrospectionRequest.Builder> getDataSourceIntrospectionRequest)Retrieves the record of an existing introspection.default GetDataSourceIntrospectionResponseAppSyncClient. getDataSourceIntrospection(GetDataSourceIntrospectionRequest getDataSourceIntrospectionRequest)Retrieves the record of an existing introspection.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetDataSourceIntrospectionResponse Modifier and Type Method Description default CompletableFuture<GetDataSourceIntrospectionResponse>AppSyncAsyncClient. getDataSourceIntrospection(Consumer<GetDataSourceIntrospectionRequest.Builder> getDataSourceIntrospectionRequest)Retrieves the record of an existing introspection.default CompletableFuture<GetDataSourceIntrospectionResponse>AppSyncAsyncClient. getDataSourceIntrospection(GetDataSourceIntrospectionRequest getDataSourceIntrospectionRequest)Retrieves the record of an existing introspection.
-