| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
EstimatedResourceSize |
EstimatedResourceSize.clone() |
EstimatedResourceSize |
DatastoreStatistics.getSize()
The estimated size of the data store.
|
EstimatedResourceSize |
ChannelStatistics.getSize()
The estimated size of the channel.
|
EstimatedResourceSize |
EstimatedResourceSize.withEstimatedOn(Date estimatedOn)
The time when the estimate of the size of the resource was made.
|
EstimatedResourceSize |
EstimatedResourceSize.withEstimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource, in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastoreStatistics.setSize(EstimatedResourceSize size)
The estimated size of the data store.
|
void |
ChannelStatistics.setSize(EstimatedResourceSize size)
The estimated size of the channel.
|
DatastoreStatistics |
DatastoreStatistics.withSize(EstimatedResourceSize size)
The estimated size of the data store.
|
ChannelStatistics |
ChannelStatistics.withSize(EstimatedResourceSize size)
The estimated size of the channel.
|
Copyright © 2024. All rights reserved.