| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
DisassociatedDataStorageState |
DescribeStorageConfigurationResponse.disassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
DisassociatedDataStorageState |
PutStorageConfigurationResponse.disassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
DisassociatedDataStorageState |
PutStorageConfigurationRequest.disassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
static DisassociatedDataStorageState |
DisassociatedDataStorageState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DisassociatedDataStorageState |
DisassociatedDataStorageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisassociatedDataStorageState[] |
DisassociatedDataStorageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DisassociatedDataStorageState> |
DisassociatedDataStorageState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageConfigurationResponse.Builder |
DescribeStorageConfigurationResponse.Builder.disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset
properties.
|
PutStorageConfigurationResponse.Builder |
PutStorageConfigurationResponse.Builder.disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset
properties.
|
PutStorageConfigurationRequest.Builder |
PutStorageConfigurationRequest.Builder.disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset
properties.
|
Copyright © 2023. All rights reserved.