| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.mobile.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBundlesResponse |
MobileClient.listBundles()
List all available bundles.
|
default ListBundlesResponse |
MobileClient.listBundles(Consumer<ListBundlesRequest.Builder> listBundlesRequest)
List all available bundles.
|
default ListBundlesResponse |
MobileClient.listBundles(ListBundlesRequest listBundlesRequest)
List all available bundles.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBundlesResponse> |
MobileAsyncClient.listBundles()
List all available bundles.
|
default CompletableFuture<ListBundlesResponse> |
MobileAsyncClient.listBundles(Consumer<ListBundlesRequest.Builder> listBundlesRequest)
List all available bundles.
|
default CompletableFuture<ListBundlesResponse> |
MobileAsyncClient.listBundles(ListBundlesRequest listBundlesRequest)
List all available bundles.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBundlesResponse> |
ListBundlesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBundlesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBundlesResponse> subscriber) |
Copyright © 2020. All rights reserved.