| Package | Description |
|---|---|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDetails |
ProjectDetails.clone() |
ProjectDetails |
DescribeProjectResult.getDetails() |
ProjectDetails |
CreateProjectResult.getDetails()
Detailed information about the created AWS Mobile Hub project.
|
ProjectDetails |
UpdateProjectResult.getDetails()
Detailed information about the updated AWS Mobile Hub project.
|
ProjectDetails |
ProjectDetails.withConsoleUrl(String consoleUrl)
Website URL for this project in the AWS Mobile Hub console.
|
ProjectDetails |
ProjectDetails.withCreatedDate(Date createdDate)
Date the project was created.
|
ProjectDetails |
ProjectDetails.withLastUpdatedDate(Date lastUpdatedDate)
Date of the last modification of the project.
|
ProjectDetails |
ProjectDetails.withName(String name) |
ProjectDetails |
ProjectDetails.withProjectId(String projectId) |
ProjectDetails |
ProjectDetails.withRegion(String region) |
ProjectDetails |
ProjectDetails.withResources(Collection<Resource> resources) |
ProjectDetails |
ProjectDetails.withResources(Resource... resources)
NOTE: This method appends the values to the existing list (if any).
|
ProjectDetails |
ProjectDetails.withState(ProjectState state) |
ProjectDetails |
ProjectDetails.withState(String state) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectResult.setDetails(ProjectDetails details) |
void |
CreateProjectResult.setDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
|
void |
UpdateProjectResult.setDetails(ProjectDetails details)
Detailed information about the updated AWS Mobile Hub project.
|
DescribeProjectResult |
DescribeProjectResult.withDetails(ProjectDetails details) |
CreateProjectResult |
CreateProjectResult.withDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
|
UpdateProjectResult |
UpdateProjectResult.withDetails(ProjectDetails details)
Detailed information about the updated AWS Mobile Hub project.
|
Copyright © 2023. All rights reserved.