| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PortalSummary |
PortalSummary.clone() |
PortalSummary |
PortalSummary.withCreationDate(Date creationDate)
The date the portal was created, in Unix epoch time.
|
PortalSummary |
PortalSummary.withDescription(String description)
The portal's description.
|
PortalSummary |
PortalSummary.withId(String id)
The ID of the portal.
|
PortalSummary |
PortalSummary.withLastUpdateDate(Date lastUpdateDate)
The date the portal was last updated, in Unix epoch time.
|
PortalSummary |
PortalSummary.withName(String name)
The name of the portal.
|
PortalSummary |
PortalSummary.withRoleArn(String roleArn)
The ARN of the service
role that allows the portal's users to access your IoT SiteWise resources on your behalf.
|
PortalSummary |
PortalSummary.withStartUrl(String startUrl)
The URL for the IoT SiteWise Monitor portal.
|
PortalSummary |
PortalSummary.withStatus(PortalStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<PortalSummary> |
ListPortalsResult.getPortalSummaries()
A list that summarizes each portal.
|
| Modifier and Type | Method and Description |
|---|---|
ListPortalsResult |
ListPortalsResult.withPortalSummaries(PortalSummary... portalSummaries)
A list that summarizes each portal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPortalsResult.setPortalSummaries(Collection<PortalSummary> portalSummaries)
A list that summarizes each portal.
|
ListPortalsResult |
ListPortalsResult.withPortalSummaries(Collection<PortalSummary> portalSummaries)
A list that summarizes each portal.
|
Copyright © 2024. All rights reserved.