| 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<UpdateProjectResult> |
AbstractAWSMobileAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AWSMobileAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Update an existing project.
|
Future<UpdateProjectResult> |
AWSMobileAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest |
UpdateProjectRequest.clone() |
UpdateProjectRequest |
UpdateProjectRequest.withContents(ByteBuffer contents)
ZIP or YAML file which contains project configuration to be updated.
|
UpdateProjectRequest |
UpdateProjectRequest.withProjectId(String projectId)
Unique project identifier.
|
Copyright © 2022. All rights reserved.