| 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 |
|---|---|
ExportBundleResult |
AWSMobile.exportBundle(ExportBundleRequest exportBundleRequest)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
ExportBundleResult |
AWSMobileClient.exportBundle(ExportBundleRequest request)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
ExportBundleResult |
AbstractAWSMobile.exportBundle(ExportBundleRequest request) |
Future<ExportBundleResult> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request) |
Future<ExportBundleResult> |
AWSMobileAsync.exportBundleAsync(ExportBundleRequest exportBundleRequest)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
Future<ExportBundleResult> |
AWSMobileAsyncClient.exportBundleAsync(ExportBundleRequest request) |
Future<ExportBundleResult> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
Future<ExportBundleResult> |
AWSMobileAsync.exportBundleAsync(ExportBundleRequest exportBundleRequest,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
Future<ExportBundleResult> |
AWSMobileAsyncClient.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportBundleResult> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
Future<ExportBundleResult> |
AWSMobileAsync.exportBundleAsync(ExportBundleRequest exportBundleRequest,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
Future<ExportBundleResult> |
AWSMobileAsyncClient.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportBundleRequest |
ExportBundleRequest.clone() |
ExportBundleRequest |
ExportBundleRequest.withBundleId(String bundleId)
Unique bundle identifier.
|
ExportBundleRequest |
ExportBundleRequest.withPlatform(Platform platform)
Developer desktop or target application platform.
|
ExportBundleRequest |
ExportBundleRequest.withPlatform(String platform)
Developer desktop or target application platform.
|
ExportBundleRequest |
ExportBundleRequest.withProjectId(String projectId)
Unique project identifier.
|
Copyright © 2017. All rights reserved.