| 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<DescribeProjectResult> |
AbstractAWSMobileAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
Future<DescribeProjectResult> |
AWSMobileAsync.describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Gets details about a project in AWS Mobile Hub.
|
Future<DescribeProjectResult> |
AWSMobileAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectRequest |
DescribeProjectRequest.clone() |
DescribeProjectRequest |
DescribeProjectRequest.withProjectId(String projectId)
Unique project identifier.
|
DescribeProjectRequest |
DescribeProjectRequest.withSyncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS
CloudFormation stacks in the AWS Mobile Hub project.
|
Copyright © 2022. All rights reserved.