Uses of Class
software.amazon.awssdk.services.mobile.model.ProjectDetails
-
Packages that use ProjectDetails Package Description software.amazon.awssdk.services.mobile.model -
-
Uses of ProjectDetails in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return ProjectDetails Modifier and Type Method Description ProjectDetailsCreateProjectResponse. details()Detailed information about the created AWS Mobile Hub project.ProjectDetailsDescribeProjectResponse. details()Returns the value of the Details property for this object.ProjectDetailsUpdateProjectResponse. details()Detailed information about the updated AWS Mobile Hub project.Methods in software.amazon.awssdk.services.mobile.model with parameters of type ProjectDetails Modifier and Type Method Description CreateProjectResponse.BuilderCreateProjectResponse.Builder. details(ProjectDetails details)Detailed information about the created AWS Mobile Hub project.DescribeProjectResponse.BuilderDescribeProjectResponse.Builder. details(ProjectDetails details)Sets the value of the Details property for this object.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. details(ProjectDetails details)Detailed information about the updated AWS Mobile Hub project.
-