| 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 |
AWSIoTSiteWiseClient.createPortal(CreatePortalRequest request)
Creates a portal, which can contain projects and dashboards.
|
CreatePortalResult |
AWSIoTSiteWise.createPortal(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
Future<CreatePortalResult> |
AbstractAWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest request) |
Future<CreatePortalResult> |
AWSIoTSiteWiseAsyncClient.createPortalAsync(CreatePortalRequest request) |
Future<CreatePortalResult> |
AWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
Future<CreatePortalResult> |
AbstractAWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePortalResult> |
AbstractAWSIoTSiteWiseAsync.createPortalAsync(CreatePortalRequest request,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePortalRequest |
CreatePortalRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePortalRequest |
CreatePortalRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePortalRequest |
CreatePortalRequest.clone() |
CreatePortalRequest |
CreatePortalRequest.withAlarms(Alarms alarms)
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
|
CreatePortalRequest |
CreatePortalRequest.withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreatePortalRequest |
CreatePortalRequest.withNotificationSenderEmail(String notificationSenderEmail)
The email address that sends alarm notifications.
|
CreatePortalRequest |
CreatePortalRequest.withPortalAuthMode(AuthMode portalAuthMode)
The service to use to authenticate users to the portal.
|
CreatePortalRequest |
CreatePortalRequest.withPortalAuthMode(String portalAuthMode)
The service to use to authenticate users to the portal.
|
CreatePortalRequest |
CreatePortalRequest.withPortalContactEmail(String portalContactEmail)
The Amazon Web Services administrator's contact email address.
|
CreatePortalRequest |
CreatePortalRequest.withPortalDescription(String portalDescription)
A description for the portal.
|
CreatePortalRequest |
CreatePortalRequest.withPortalLogoImageFile(ImageFile portalLogoImageFile)
A logo image to display in the portal.
|
CreatePortalRequest |
CreatePortalRequest.withPortalName(String portalName)
A friendly name for the portal.
|
CreatePortalRequest |
CreatePortalRequest.withRoleArn(String roleArn)
The ARN of a service
role that allows the portal's users to access your IoT SiteWise resources on your behalf.
|
CreatePortalRequest |
CreatePortalRequest.withTags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the portal.
|
Copyright © 2023. All rights reserved.