| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
List<AutoEnableNewRegionConfiguration> |
GetDatalakeAutoEnableResponse.autoEnableNewAccounts()
The configuration for new accounts.
|
List<AutoEnableNewRegionConfiguration> |
CreateDatalakeAutoEnableRequest.configurationForNewAccounts()
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts
in your organization.
|
List<AutoEnableNewRegionConfiguration> |
DeleteDatalakeAutoEnableRequest.removeFromConfigurationForNewAccounts()
Delete Amazon Security Lake with the specified configuration settings to stop ingesting security data for new
accounts in Security Lake.
|
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeAutoEnableResponse.Builder |
GetDatalakeAutoEnableResponse.Builder.autoEnableNewAccounts(AutoEnableNewRegionConfiguration... autoEnableNewAccounts)
The configuration for new accounts.
|
CreateDatalakeAutoEnableRequest.Builder |
CreateDatalakeAutoEnableRequest.Builder.configurationForNewAccounts(AutoEnableNewRegionConfiguration... configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new
accounts in your organization.
|
DeleteDatalakeAutoEnableRequest.Builder |
DeleteDatalakeAutoEnableRequest.Builder.removeFromConfigurationForNewAccounts(AutoEnableNewRegionConfiguration... removeFromConfigurationForNewAccounts)
Delete Amazon Security Lake with the specified configuration settings to stop ingesting security data for new
accounts in Security Lake.
|
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeAutoEnableResponse.Builder |
GetDatalakeAutoEnableResponse.Builder.autoEnableNewAccounts(Collection<AutoEnableNewRegionConfiguration> autoEnableNewAccounts)
The configuration for new accounts.
|
CreateDatalakeAutoEnableRequest.Builder |
CreateDatalakeAutoEnableRequest.Builder.configurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> configurationForNewAccounts)
Enable Security Lake with the specified configuration settings to begin collecting security data for new
accounts in your organization.
|
DeleteDatalakeAutoEnableRequest.Builder |
DeleteDatalakeAutoEnableRequest.Builder.removeFromConfigurationForNewAccounts(Collection<AutoEnableNewRegionConfiguration> removeFromConfigurationForNewAccounts)
Delete Amazon Security Lake with the specified configuration settings to stop ingesting security data for new
accounts in Security Lake.
|
Copyright © 2023. All rights reserved.