| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
LakeConfigurationResponse |
LakeConfigurationResponse.addTagsMapEntry(String key,
String value)
Add a single TagsMap entry
|
LakeConfigurationResponse |
LakeConfigurationResponse.clearTagsMapEntries()
Removes all the entries added into TagsMap.
|
LakeConfigurationResponse |
LakeConfigurationResponse.clone() |
LakeConfigurationResponse |
LakeConfigurationResponse.withEncryptionKey(String encryptionKey)
The type of encryption key used by secure the Security Lake configuration object.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withReplicationDestinationRegions(Collection<String> replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withReplicationDestinationRegions(Region... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withReplicationDestinationRegions(String... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withReplicationRoleArn(String replicationRoleArn)
Replication settings for the Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withRetentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withRetentionSettings(RetentionSetting... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withS3BucketArn(String s3BucketArn)
Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withStatus(SettingsStatus status)
Retrieves the status of the configuration operation for an account in Amazon Security Lake.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withStatus(String status)
Retrieves the status of the configuration operation for an account in Amazon Security Lake.
|
LakeConfigurationResponse |
LakeConfigurationResponse.withTagsMap(Map<String,String> tagsMap)
A tag is a label that you assign to an Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,LakeConfigurationResponse> |
GetDatalakeResult.getConfigurations()
Retrieves the Security Lake configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeResult |
GetDatalakeResult.addConfigurationsEntry(String key,
LakeConfigurationResponse value)
Add a single Configurations entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDatalakeResult.setConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
|
GetDatalakeResult |
GetDatalakeResult.withConfigurations(Map<String,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
|
Copyright © 2023. All rights reserved.