| 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<ListBundlesResult> |
AbstractAWSMobileAsync.listBundlesAsync(ListBundlesRequest request,
AsyncHandler<ListBundlesRequest,ListBundlesResult> asyncHandler) |
Future<ListBundlesResult> |
AWSMobileAsync.listBundlesAsync(ListBundlesRequest listBundlesRequest,
AsyncHandler<ListBundlesRequest,ListBundlesResult> asyncHandler)
List all available bundles.
|
Future<ListBundlesResult> |
AWSMobileAsyncClient.listBundlesAsync(ListBundlesRequest request,
AsyncHandler<ListBundlesRequest,ListBundlesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBundlesRequest |
ListBundlesRequest.clone() |
ListBundlesRequest |
ListBundlesRequest.withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBundlesRequest |
ListBundlesRequest.withNextToken(String nextToken)
Pagination token.
|
Copyright © 2023. All rights reserved.