| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model | |
| com.amazonaws.services.iotsitewise.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePortalResult> |
AbstractAWSIoTSiteWiseAsync.describePortalAsync(DescribePortalRequest request,
AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler) |
Future<DescribePortalResult> |
AWSIoTSiteWiseAsyncClient.describePortalAsync(DescribePortalRequest request,
AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler) |
Future<DescribePortalResult> |
AWSIoTSiteWiseAsync.describePortalAsync(DescribePortalRequest describePortalRequest,
AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler)
Retrieves information about a portal.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortalRequest |
DescribePortalRequest.clone() |
DescribePortalRequest |
DescribePortalRequest.withPortalId(String portalId)
The ID of the portal.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribePortalRequest> |
AWSIoTSiteWiseWaiters.portalActive()
Builds a PortalActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribePortalRequest> |
AWSIoTSiteWiseWaiters.portalNotExists()
Builds a PortalNotExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortalResult |
DescribePortalFunction.apply(DescribePortalRequest describePortalRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.