Uses of Interface
software.amazon.awssdk.services.mobile.model.ExportProjectRequest.Builder
-
Packages that use ExportProjectRequest.Builder 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.model -
-
Uses of ExportProjectRequest.Builder in software.amazon.awssdk.services.mobile
Method parameters in software.amazon.awssdk.services.mobile with type arguments of type ExportProjectRequest.Builder 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 ExportProjectResponseMobileClient. exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)Exports project configuration to a snapshot which can be downloaded and shared. -
Uses of ExportProjectRequest.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return ExportProjectRequest.Builder Modifier and Type Method Description static ExportProjectRequest.BuilderExportProjectRequest. builder()ExportProjectRequest.BuilderExportProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportProjectRequest.BuilderExportProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportProjectRequest.BuilderExportProjectRequest.Builder. projectId(String projectId)Unique project identifier.ExportProjectRequest.BuilderExportProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type ExportProjectRequest.Builder Modifier and Type Method Description static Class<? extends ExportProjectRequest.Builder>ExportProjectRequest. serializableBuilderClass()
-