| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
AWSIoTSiteWiseClient.describeProject(DescribeProjectRequest request)
Retrieves information about a project.
|
DescribeProjectResult |
AWSIoTSiteWise.describeProject(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
|
DescribeProjectResult |
AbstractAWSIoTSiteWise.describeProject(DescribeProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectResult> |
AWSIoTSiteWiseAsync.describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Retrieves information about a project.
|
Future<DescribeProjectResult> |
AWSIoTSiteWiseAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
Future<DescribeProjectResult> |
AbstractAWSIoTSiteWiseAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
DescribeProjectResult.clone() |
DescribeProjectResult |
DescribeProjectResult.withPortalId(String portalId)
The ID of the portal that the project is in.
|
DescribeProjectResult |
DescribeProjectResult.withProjectArn(String projectArn)
The ARN of the project,
which has the following format.
|
DescribeProjectResult |
DescribeProjectResult.withProjectCreationDate(Date projectCreationDate)
The date the project was created, in Unix epoch time.
|
DescribeProjectResult |
DescribeProjectResult.withProjectDescription(String projectDescription)
The project's description.
|
DescribeProjectResult |
DescribeProjectResult.withProjectId(String projectId)
The ID of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectLastUpdateDate(Date projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
DescribeProjectResult |
DescribeProjectResult.withProjectName(String projectName)
The name of the project.
|
Copyright © 2021. All rights reserved.