| 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 |
|---|---|
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 |
|---|---|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withContents(ByteBuffer contents)
ZIP or YAML file which contains configuration settings to be used when creating the project.
|
CreateProjectRequest |
CreateProjectRequest.withName(String name)
Name of the project.
|
CreateProjectRequest |
CreateProjectRequest.withRegion(String region)
Default region where project resources should be created.
|
CreateProjectRequest |
CreateProjectRequest.withSnapshotId(String snapshotId)
Unique identifier for an exported snapshot of project configuration.
|
Copyright © 2018. All rights reserved.