Uses of Interface
software.amazon.awssdk.services.amplify.AmplifyAsyncClient
-
Packages that use AmplifyAsyncClient Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps.software.amazon.awssdk.services.amplify.paginators -
-
Uses of AmplifyAsyncClient in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return AmplifyAsyncClient Modifier and Type Method Description static AmplifyAsyncClientAmplifyAsyncClient. create()Create aAmplifyAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AmplifyAsyncClient in software.amazon.awssdk.services.amplify.paginators
Constructors in software.amazon.awssdk.services.amplify.paginators with parameters of type AmplifyAsyncClient Constructor Description ListAppsPublisher(AmplifyAsyncClient client, ListAppsRequest firstRequest)ListBranchesPublisher(AmplifyAsyncClient client, ListBranchesRequest firstRequest)ListDomainAssociationsPublisher(AmplifyAsyncClient client, ListDomainAssociationsRequest firstRequest)ListJobsPublisher(AmplifyAsyncClient client, ListJobsRequest firstRequest)
-