| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the AWS IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePortalResult> |
AWSIoTSiteWiseAsyncClient.updatePortalAsync(UpdatePortalRequest request,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler) |
Future<UpdatePortalResult> |
AWSIoTSiteWiseAsync.updatePortalAsync(UpdatePortalRequest updatePortalRequest,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor portal.
|
Future<UpdatePortalResult> |
AbstractAWSIoTSiteWiseAsync.updatePortalAsync(UpdatePortalRequest request,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePortalRequest |
UpdatePortalRequest.clone() |
UpdatePortalRequest |
UpdatePortalRequest.withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePortalRequest |
UpdatePortalRequest.withPortalContactEmail(String portalContactEmail)
The AWS administrator's contact email address.
|
UpdatePortalRequest |
UpdatePortalRequest.withPortalDescription(String portalDescription)
A new description for the portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withPortalId(String portalId)
The ID of the portal to update.
|
UpdatePortalRequest |
UpdatePortalRequest.withPortalLogoImage(Image portalLogoImage) |
UpdatePortalRequest |
UpdatePortalRequest.withPortalName(String portalName)
A new friendly name for the portal.
|
UpdatePortalRequest |
UpdatePortalRequest.withRoleArn(String roleArn)
The ARN of a service
role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
Copyright © 2020. All rights reserved.