Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DisassociatedDataStorageState
-
Packages that use DisassociatedDataStorageState Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of DisassociatedDataStorageState in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return DisassociatedDataStorageState Modifier and Type Method Description DisassociatedDataStorageStateDescribeStorageConfigurationResponse. disassociatedDataStorage()Contains the storage configuration for time series (data streams) that aren't associated with asset properties.DisassociatedDataStorageStatePutStorageConfigurationRequest. disassociatedDataStorage()Contains the storage configuration for time series (data streams) that aren't associated with asset properties.DisassociatedDataStorageStatePutStorageConfigurationResponse. disassociatedDataStorage()Contains the storage configuration for time series (data streams) that aren't associated with asset properties.static DisassociatedDataStorageStateDisassociatedDataStorageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DisassociatedDataStorageStateDisassociatedDataStorageState. 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.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type DisassociatedDataStorageState Modifier and Type Method Description static Set<DisassociatedDataStorageState>DisassociatedDataStorageState. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type DisassociatedDataStorageState Modifier and Type Method Description DescribeStorageConfigurationResponse.BuilderDescribeStorageConfigurationResponse.Builder. disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)Contains the storage configuration for time series (data streams) that aren't associated with asset properties.PutStorageConfigurationRequest.BuilderPutStorageConfigurationRequest.Builder. disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)Contains the storage configuration for time series (data streams) that aren't associated with asset properties.PutStorageConfigurationResponse.BuilderPutStorageConfigurationResponse.Builder. disassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
-