| 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 |
|---|---|
Future<DescribeBundleResult> |
AbstractAWSMobileAsync.describeBundleAsync(DescribeBundleRequest request,
AsyncHandler<DescribeBundleRequest,DescribeBundleResult> asyncHandler) |
Future<DescribeBundleResult> |
AWSMobileAsyncClient.describeBundleAsync(DescribeBundleRequest request,
AsyncHandler<DescribeBundleRequest,DescribeBundleResult> asyncHandler) |
Future<DescribeBundleResult> |
AWSMobileAsync.describeBundleAsync(DescribeBundleRequest describeBundleRequest,
AsyncHandler<DescribeBundleRequest,DescribeBundleResult> asyncHandler)
Get the bundle details for the requested bundle id.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBundleRequest |
DescribeBundleRequest.clone() |
DescribeBundleRequest |
DescribeBundleRequest.withBundleId(String bundleId)
Unique bundle identifier.
|
Copyright © 2024. All rights reserved.