| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
AbstractAWSMobile.createProject(CreateProjectRequest request) |
CreateProjectResult |
AWSMobile.createProject(CreateProjectRequest createProjectRequest)
Creates an AWS Mobile Hub project.
|
CreateProjectResult |
AWSMobileClient.createProject(CreateProjectRequest request)
Creates an AWS Mobile Hub project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AbstractAWSMobileAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSMobileAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates an AWS Mobile Hub project.
|
Future<CreateProjectResult> |
AWSMobileAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
CreateProjectResult.clone() |
CreateProjectResult |
CreateProjectResult.withDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
|
Copyright © 2022. All rights reserved.