| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePortalResult |
AbstractAWSIoTSiteWise.createPortal(CreatePortalRequest request) |
CreatePortalResult |
AWSIoTSiteWise.createPortal(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
CreatePortalResult |
AWSIoTSiteWiseClient.createPortal(CreatePortalRequest request)
Creates a portal, which can contain projects and dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePortalResult> |
AWSIoTSiteWiseAsyncClient.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
Future<CreatePortalResult> |
AWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest createPortalRequest,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler)
Creates a portal, which can contain projects and dashboards.
|
Future<CreatePortalResult> |
AbstractAWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePortalResult |
CreatePortalResult.clone() |
CreatePortalResult |
CreatePortalResult.withPortalArn(String portalArn)
The ARN of the portal,
which has the following format.
|
CreatePortalResult |
CreatePortalResult.withPortalId(String portalId)
The ID of the created portal.
|
CreatePortalResult |
CreatePortalResult.withPortalStartUrl(String portalStartUrl)
The URL for the IoT SiteWise Monitor portal.
|
CreatePortalResult |
CreatePortalResult.withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
CreatePortalResult |
CreatePortalResult.withSsoApplicationId(String ssoApplicationId)
The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
|
Copyright © 2023. All rights reserved.