| 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 |
AbstractAWSMobile.exportBundle(ExportBundleRequest request) |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportBundleResult> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request) |
Future<ExportBundleResult> |
AWSMobileAsyncClient.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> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
Future<ExportBundleResult> |
AWSMobileAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportBundleResult> |
AbstractAWSMobileAsync.exportBundleAsync(ExportBundleRequest request,
AsyncHandler<ExportBundleRequest,ExportBundleResult> asyncHandler) |
Future<ExportBundleResult> |
AWSMobileAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportBundleResult |
ExportBundleResult.clone() |
ExportBundleResult |
ExportBundleResult.withDownloadUrl(String downloadUrl)
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app
with the AWS resources created by the AWS Mobile Hub project.
|
Copyright © 2024. All rights reserved.