| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutStorageConfigurationResult> |
AWSIoTSiteWiseAsyncClient.putStorageConfigurationAsync(PutStorageConfigurationRequest request,
AsyncHandler<PutStorageConfigurationRequest,PutStorageConfigurationResult> asyncHandler) |
Future<PutStorageConfigurationResult> |
AbstractAWSIoTSiteWiseAsync.putStorageConfigurationAsync(PutStorageConfigurationRequest request,
AsyncHandler<PutStorageConfigurationRequest,PutStorageConfigurationResult> asyncHandler) |
Future<PutStorageConfigurationResult> |
AWSIoTSiteWiseAsync.putStorageConfigurationAsync(PutStorageConfigurationRequest putStorageConfigurationRequest,
AsyncHandler<PutStorageConfigurationRequest,PutStorageConfigurationResult> asyncHandler)
Configures storage settings for IoT SiteWise.
|
| Modifier and Type | Method and Description |
|---|---|
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.clone() |
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withDisassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination.
|
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withRetentionPeriod(RetentionPeriod retentionPeriod) |
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withStorageType(StorageType storageType)
The storage tier that you specified for your data.
|
PutStorageConfigurationRequest |
PutStorageConfigurationRequest.withStorageType(String storageType)
The storage tier that you specified for your data.
|
Copyright © 2023. All rights reserved.