| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeBundleResponse |
MobileClient.describeBundle(Consumer<DescribeBundleRequest.Builder> describeBundleRequest)
Get the bundle details for the requested bundle id.
|
default DescribeBundleResponse |
MobileClient.describeBundle(DescribeBundleRequest describeBundleRequest)
Get the bundle details for the requested bundle id.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBundleResponse> |
MobileAsyncClient.describeBundle(Consumer<DescribeBundleRequest.Builder> describeBundleRequest)
Get the bundle details for the requested bundle id.
|
default CompletableFuture<DescribeBundleResponse> |
MobileAsyncClient.describeBundle(DescribeBundleRequest describeBundleRequest)
Get the bundle details for the requested bundle id.
|
Copyright © 2023. All rights reserved.