Uses of Class
software.amazon.awssdk.services.mobile.model.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description software.amazon.awssdk.services.mobile AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.software.amazon.awssdk.services.mobile.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseMobileClient. listProjects()Lists projects in AWS Mobile Hub.default ListProjectsResponseMobileClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists projects in AWS Mobile Hub.default ListProjectsResponseMobileClient. listProjects(ListProjectsRequest listProjectsRequest)Lists projects in AWS Mobile Hub.Methods in software.amazon.awssdk.services.mobile that return types with arguments of type ListProjectsResponse Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>MobileAsyncClient. listProjects()Lists projects in AWS Mobile Hub.default CompletableFuture<ListProjectsResponse>MobileAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists projects in AWS Mobile Hub.default CompletableFuture<ListProjectsResponse>MobileAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Lists projects in AWS Mobile Hub. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.mobile.paginators
Methods in software.amazon.awssdk.services.mobile.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.mobile.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-