| 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 |
|---|---|
DescribeProjectResult |
AWSMobileClient.describeProject(DescribeProjectRequest request)
Gets details about a project in AWS Mobile Hub.
|
DescribeProjectResult |
AbstractAWSMobile.describeProject(DescribeProjectRequest request) |
DescribeProjectResult |
AWSMobile.describeProject(DescribeProjectRequest describeProjectRequest)
Gets details about a project in AWS Mobile Hub.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectResult> |
AWSMobileAsyncClient.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> |
AbstractAWSMobileAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
DescribeProjectResult.clone() |
DescribeProjectResult |
DescribeProjectResult.withDetails(ProjectDetails details) |
Copyright © 2023. All rights reserved.