| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TtlDuration |
TtlDuration.clone() |
TtlDuration |
OnlineStoreConfigUpdate.getTtlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
TtlDuration |
OnlineStoreConfig.getTtlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
TtlDuration |
TtlDuration.withUnit(String unit)
TtlDuration time unit. |
TtlDuration |
TtlDuration.withUnit(TtlDurationUnit unit)
TtlDuration time unit. |
TtlDuration |
TtlDuration.withValue(Integer value)
TtlDuration time value. |
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineStoreConfigUpdate.setTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
void |
OnlineStoreConfig.setTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
OnlineStoreConfigUpdate |
OnlineStoreConfigUpdate.withTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
OnlineStoreConfig |
OnlineStoreConfig.withTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
Copyright © 2024. All rights reserved.