Uses of Class
software.amazon.awssdk.services.mobile.model.ListProjectsRequest
-
Packages that use ListProjectsRequest 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 software.amazon.awssdk.services.mobile.transform -
-
Uses of ListProjectsRequest in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile with parameters of type ListProjectsRequest Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>MobileAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Lists projects in AWS Mobile Hub.default ListProjectsResponseMobileClient. listProjects(ListProjectsRequest listProjectsRequest)Lists projects in AWS Mobile Hub.default ListProjectsPublisherMobileAsyncClient. listProjectsPaginator(ListProjectsRequest listProjectsRequest)This is a variant ofMobileAsyncClient.listProjects(software.amazon.awssdk.services.mobile.model.ListProjectsRequest)operation.default ListProjectsIterableMobileClient. listProjectsPaginator(ListProjectsRequest listProjectsRequest)This is a variant ofMobileClient.listProjects(software.amazon.awssdk.services.mobile.model.ListProjectsRequest)operation. -
Uses of ListProjectsRequest in software.amazon.awssdk.services.mobile.paginators
Constructors in software.amazon.awssdk.services.mobile.paginators with parameters of type ListProjectsRequest Constructor Description ListProjectsIterable(MobileClient client, ListProjectsRequest firstRequest)ListProjectsPublisher(MobileAsyncClient client, ListProjectsRequest firstRequest) -
Uses of ListProjectsRequest in software.amazon.awssdk.services.mobile.transform
Methods in software.amazon.awssdk.services.mobile.transform with parameters of type ListProjectsRequest Modifier and Type Method Description SdkHttpFullRequestListProjectsRequestMarshaller. marshall(ListProjectsRequest listProjectsRequest)
-