| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataLakeAutoEnableNewAccountConfiguration> |
DeleteDataLakeOrganizationConfigurationRequest.autoEnableNewAccount()
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
List<DataLakeAutoEnableNewAccountConfiguration> |
CreateDataLakeOrganizationConfigurationRequest.autoEnableNewAccount()
Enable Security Lake with the specified configuration settings, to begin collecting security data for new
accounts in your organization.
|
List<DataLakeAutoEnableNewAccountConfiguration> |
GetDataLakeOrganizationConfigurationResponse.autoEnableNewAccount()
The configuration for new accounts.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDataLakeOrganizationConfigurationRequest.Builder |
DeleteDataLakeOrganizationConfigurationRequest.Builder.autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
CreateDataLakeOrganizationConfigurationRequest.Builder |
CreateDataLakeOrganizationConfigurationRequest.Builder.autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
Enable Security Lake with the specified configuration settings, to begin collecting security data for new
accounts in your organization.
|
GetDataLakeOrganizationConfigurationResponse.Builder |
GetDataLakeOrganizationConfigurationResponse.Builder.autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)
The configuration for new accounts.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDataLakeOrganizationConfigurationRequest.Builder |
DeleteDataLakeOrganizationConfigurationRequest.Builder.autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Removes the automatic enablement of configuration settings for new member accounts in Security Lake.
|
CreateDataLakeOrganizationConfigurationRequest.Builder |
CreateDataLakeOrganizationConfigurationRequest.Builder.autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
Enable Security Lake with the specified configuration settings, to begin collecting security data for new
accounts in your organization.
|
GetDataLakeOrganizationConfigurationResponse.Builder |
GetDataLakeOrganizationConfigurationResponse.Builder.autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)
The configuration for new accounts.
|
Copyright © 2023. All rights reserved.