Uses of Class
software.amazon.awssdk.services.securitylake.model.DataLakeAutoEnableNewAccountConfiguration
-
Packages that use DataLakeAutoEnableNewAccountConfiguration Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of DataLakeAutoEnableNewAccountConfiguration in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeAutoEnableNewAccountConfiguration Modifier and Type Method Description 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>DeleteDataLakeOrganizationConfigurationRequest. autoEnableNewAccount()Turns off automatic enablement of Security Lake for member accounts that are added to an organization.List<DataLakeAutoEnableNewAccountConfiguration>GetDataLakeOrganizationConfigurationResponse. autoEnableNewAccount()The configuration for new accounts.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type DataLakeAutoEnableNewAccountConfiguration Modifier and Type Method Description CreateDataLakeOrganizationConfigurationRequest.BuilderCreateDataLakeOrganizationConfigurationRequest.Builder. autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.DeleteDataLakeOrganizationConfigurationRequest.BuilderDeleteDataLakeOrganizationConfigurationRequest.Builder. autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)Turns off automatic enablement of Security Lake for member accounts that are added to an organization.GetDataLakeOrganizationConfigurationResponse.BuilderGetDataLakeOrganizationConfigurationResponse.Builder. autoEnableNewAccount(DataLakeAutoEnableNewAccountConfiguration... autoEnableNewAccount)The configuration for new accounts.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type DataLakeAutoEnableNewAccountConfiguration Modifier and Type Method Description CreateDataLakeOrganizationConfigurationRequest.BuilderCreateDataLakeOrganizationConfigurationRequest.Builder. autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.DeleteDataLakeOrganizationConfigurationRequest.BuilderDeleteDataLakeOrganizationConfigurationRequest.Builder. autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)Turns off automatic enablement of Security Lake for member accounts that are added to an organization.GetDataLakeOrganizationConfigurationResponse.BuilderGetDataLakeOrganizationConfigurationResponse.Builder. autoEnableNewAccount(Collection<DataLakeAutoEnableNewAccountConfiguration> autoEnableNewAccount)The configuration for new accounts.
-