| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
RetentionSetting |
RetentionSetting.clone() |
RetentionSetting |
RetentionSetting.withRetentionPeriod(Integer retentionPeriod)
The retention period specifies a fixed period of time during which the Security Lake object remains locked.
|
RetentionSetting |
RetentionSetting.withStorageClass(StorageClass storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements
of your workloads.
|
RetentionSetting |
RetentionSetting.withStorageClass(String storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements
of your workloads.
|
| Modifier and Type | Method and Description |
|---|---|
List<RetentionSetting> |
LakeConfigurationResponse.getRetentionSettings()
Retention settings for the destination Amazon S3 buckets.
|
List<RetentionSetting> |
LakeConfigurationRequest.getRetentionSettings()
Retention settings for the destination Amazon S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
LakeConfigurationResponse |
LakeConfigurationResponse.withRetentionSettings(RetentionSetting... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationRequest |
LakeConfigurationRequest.withRetentionSettings(RetentionSetting... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LakeConfigurationResponse.setRetentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
void |
LakeConfigurationRequest.setRetentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withRetentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationRequest |
LakeConfigurationRequest.withRetentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
Copyright © 2023. All rights reserved.