Uses of Class
software.amazon.awssdk.services.appsync.model.ListDomainNamesResponse
-
Packages that use ListDomainNamesResponse 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 ListDomainNamesResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListDomainNamesResponse Modifier and Type Method Description default ListDomainNamesResponseAppSyncClient. listDomainNames(Consumer<ListDomainNamesRequest.Builder> listDomainNamesRequest)Lists multiple custom domain names.default ListDomainNamesResponseAppSyncClient. listDomainNames(ListDomainNamesRequest listDomainNamesRequest)Lists multiple custom domain names.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListDomainNamesResponse Modifier and Type Method Description default CompletableFuture<ListDomainNamesResponse>AppSyncAsyncClient. listDomainNames(Consumer<ListDomainNamesRequest.Builder> listDomainNamesRequest)Lists multiple custom domain names.default CompletableFuture<ListDomainNamesResponse>AppSyncAsyncClient. listDomainNames(ListDomainNamesRequest listDomainNamesRequest)Lists multiple custom domain names.
-