Uses of Class
software.amazon.awssdk.services.amplify.model.ListJobsResponse
-
Packages that use ListJobsResponse 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 ListJobsResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseAmplifyClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists the jobs for a branch of an Amplify app.default ListJobsResponseAmplifyClient. listJobs(ListJobsRequest listJobsRequest)Lists the jobs for a branch of an Amplify app.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>AmplifyAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists the jobs for a branch of an Amplify app.default CompletableFuture<ListJobsResponse>AmplifyAsyncClient. listJobs(ListJobsRequest listJobsRequest)Lists the jobs for a branch of an Amplify app. -
Uses of ListJobsResponse in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.amplify.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-