Uses of Class
software.amazon.awssdk.services.mobile.model.ExportProjectResponse
-
Packages that use ExportProjectResponse 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. -
-
Uses of ExportProjectResponse in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return ExportProjectResponse Modifier and Type Method Description default ExportProjectResponseMobileClient. exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)Exports project configuration to a snapshot which can be downloaded and shared.default ExportProjectResponseMobileClient. exportProject(ExportProjectRequest exportProjectRequest)Exports project configuration to a snapshot which can be downloaded and shared.Methods in software.amazon.awssdk.services.mobile that return types with arguments of type ExportProjectResponse Modifier and Type Method Description default CompletableFuture<ExportProjectResponse>MobileAsyncClient. exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)Exports project configuration to a snapshot which can be downloaded and shared.default CompletableFuture<ExportProjectResponse>MobileAsyncClient. exportProject(ExportProjectRequest exportProjectRequest)Exports project configuration to a snapshot which can be downloaded and shared.
-