| Package | Description |
|---|---|
| software.amazon.awssdk.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportProjectResponse.Builder |
ExportProjectResponse.builder() |
ExportProjectResponse.Builder |
ExportProjectResponse.Builder.downloadUrl(String downloadUrl)
URL which can be used to download the exported project configuation file(s).
|
ExportProjectResponse.Builder |
ExportProjectResponse.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.Builder |
ExportProjectResponse.Builder.snapshotId(String snapshotId)
Unique identifier for the exported snapshot of the project configuration.
|
ExportProjectResponse.Builder |
ExportProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportProjectResponse.Builder> |
ExportProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.