| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectResponse |
MobileClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates an AWS Mobile Hub project.
|
default CreateProjectResponse |
MobileClient.createProject(CreateProjectRequest createProjectRequest)
Creates an AWS Mobile Hub project.
|
default DeleteProjectResponse |
MobileClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Delets a project in AWS Mobile Hub.
|
default DeleteProjectResponse |
MobileClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Delets a project in AWS Mobile Hub.
|
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.
|
default DescribeProjectResponse |
MobileClient.describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)
Gets details about a project in AWS Mobile Hub.
|
default DescribeProjectResponse |
MobileClient.describeProject(DescribeProjectRequest describeProjectRequest)
Gets details about a project in AWS Mobile Hub.
|
default ExportBundleResponse |
MobileClient.exportBundle(Consumer<ExportBundleRequest.Builder> exportBundleRequest)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
default ExportBundleResponse |
MobileClient.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.
|
default ExportProjectResponse |
MobileClient.exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
default ExportProjectResponse |
MobileClient.exportProject(ExportProjectRequest exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
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.
|
default ListBundlesIterable |
MobileClient.listBundlesPaginator()
List all available bundles.
|
default ListBundlesIterable |
MobileClient.listBundlesPaginator(Consumer<ListBundlesRequest.Builder> listBundlesRequest)
List all available bundles.
|
default ListBundlesIterable |
MobileClient.listBundlesPaginator(ListBundlesRequest listBundlesRequest)
List all available bundles.
|
default ListProjectsResponse |
MobileClient.listProjects()
Lists projects in AWS Mobile Hub.
|
default ListProjectsResponse |
MobileClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default ListProjectsResponse |
MobileClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default ListProjectsIterable |
MobileClient.listProjectsPaginator()
Lists projects in AWS Mobile Hub.
|
default ListProjectsIterable |
MobileClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default ListProjectsIterable |
MobileClient.listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default UpdateProjectResponse |
MobileClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Update an existing project.
|
default UpdateProjectResponse |
MobileClient.updateProject(UpdateProjectRequest updateProjectRequest)
Update an existing project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountActionRequiredException
Account Action is required in order to continue the request.
|
class |
BadRequestException
The request cannot be processed because some parameter is not valid or the project state prevents the operation from
being performed.
|
class |
InternalFailureException
The service has encountered an unexpected error condition which prevents it from servicing the request.
|
class |
LimitExceededException
There are too many AWS Mobile Hub projects in the account or the account has exceeded the maximum number of resources
in some AWS service.
|
class |
NotFoundException
No entity can be found with the specified identifier.
|
class |
ServiceUnavailableException
The service is temporarily unavailable.
|
class |
TooManyRequestsException
Too many requests have been received for this AWS account in too short a time.
|
class |
UnauthorizedException
Credentials of the caller are insufficient to authorize the request.
|
| Modifier and Type | Method and Description |
|---|---|
MobileException |
MobileException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MobileException ex) |
Copyright © 2022. All rights reserved.