| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
ExportProjectResult |
AWSMobileClient.exportProject(ExportProjectRequest request)
Exports project configuration to a snapshot which can be downloaded and shared.
|
ExportProjectResult |
AWSMobile.exportProject(ExportProjectRequest exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
ExportProjectResult |
AbstractAWSMobile.exportProject(ExportProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportProjectResult> |
AWSMobileAsyncClient.exportProjectAsync(ExportProjectRequest request,
AsyncHandler<ExportProjectRequest,ExportProjectResult> asyncHandler) |
Future<ExportProjectResult> |
AWSMobileAsync.exportProjectAsync(ExportProjectRequest exportProjectRequest,
AsyncHandler<ExportProjectRequest,ExportProjectResult> asyncHandler)
Exports project configuration to a snapshot which can be downloaded and shared.
|
Future<ExportProjectResult> |
AbstractAWSMobileAsync.exportProjectAsync(ExportProjectRequest request,
AsyncHandler<ExportProjectRequest,ExportProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportProjectResult |
ExportProjectResult.clone() |
ExportProjectResult |
ExportProjectResult.withDownloadUrl(String downloadUrl)
URL which can be used to download the exported project configuation file(s).
|
ExportProjectResult |
ExportProjectResult.withShareUrl(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.
|
ExportProjectResult |
ExportProjectResult.withSnapshotId(String snapshotId)
Unique identifier for the exported snapshot of the project configuration.
|
Copyright © 2023. All rights reserved.