Uses of Interface
software.amazon.awssdk.services.mobile.model.ExportProjectResponse.Builder
-
Packages that use ExportProjectResponse.Builder Package Description software.amazon.awssdk.services.mobile.model -
-
Uses of ExportProjectResponse.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return ExportProjectResponse.Builder Modifier and Type Method Description static ExportProjectResponse.BuilderExportProjectResponse. builder()ExportProjectResponse.BuilderExportProjectResponse.Builder. downloadUrl(String downloadUrl)URL which can be used to download the exported project configuation file(s).ExportProjectResponse.BuilderExportProjectResponse.Builder. shareUrl(String shareUrl)URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project.ExportProjectResponse.BuilderExportProjectResponse.Builder. snapshotId(String snapshotId)Unique identifier for the exported snapshot of the project configuration.ExportProjectResponse.BuilderExportProjectResponse. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type ExportProjectResponse.Builder Modifier and Type Method Description static Class<? extends ExportProjectResponse.Builder>ExportProjectResponse. serializableBuilderClass()
-