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.
|