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 UpdateProjectResponse |
MobileClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) |
Update an existing project.
|
default UpdateProjectResponse |
MobileClient.updateProject(UpdateProjectRequest updateProjectRequest) |
Update an existing project.
|