| 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 |
AWSMobile.exportProject(ExportProjectRequest exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
ExportProjectResult |
AWSMobileClient.exportProject(ExportProjectRequest request)
Exports project configuration to a snapshot which can be downloaded and shared.
|
ExportProjectResult |
AbstractAWSMobile.exportProject(ExportProjectRequest request) |
Future<ExportProjectResult> |
AbstractAWSMobileAsync.exportProjectAsync(ExportProjectRequest request) |
Future<ExportProjectResult> |
AWSMobileAsync.exportProjectAsync(ExportProjectRequest exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
Future<ExportProjectResult> |
AWSMobileAsyncClient.exportProjectAsync(ExportProjectRequest request) |
Future<ExportProjectResult> |
AbstractAWSMobileAsync.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> |
AWSMobileAsyncClient.exportProjectAsync(ExportProjectRequest request,
AsyncHandler<ExportProjectRequest,ExportProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportProjectResult> |
AbstractAWSMobileAsync.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> |
AWSMobileAsyncClient.exportProjectAsync(ExportProjectRequest request,
AsyncHandler<ExportProjectRequest,ExportProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportProjectRequest |
ExportProjectRequest.clone() |
ExportProjectRequest |
ExportProjectRequest.withProjectId(String projectId)
Unique project identifier.
|
Copyright © 2018. All rights reserved.