Uses of Class
software.amazon.awssdk.services.securitylake.model.DataLakeConfiguration
-
Packages that use DataLakeConfiguration Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of DataLakeConfiguration in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeConfiguration Modifier and Type Method Description List<DataLakeConfiguration>CreateDataLakeRequest. configurations()Specify the Region or Regions that will contribute data to the rollup region.List<DataLakeConfiguration>UpdateDataLakeRequest. configurations()Specify the Region or Regions that will contribute data to the rollup region.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type DataLakeConfiguration Modifier and Type Method Description CreateDataLakeRequest.BuilderCreateDataLakeRequest.Builder. configurations(DataLakeConfiguration... configurations)Specify the Region or Regions that will contribute data to the rollup region.UpdateDataLakeRequest.BuilderUpdateDataLakeRequest.Builder. configurations(DataLakeConfiguration... configurations)Specify the Region or Regions that will contribute data to the rollup region.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type DataLakeConfiguration Modifier and Type Method Description CreateDataLakeRequest.BuilderCreateDataLakeRequest.Builder. configurations(Collection<DataLakeConfiguration> configurations)Specify the Region or Regions that will contribute data to the rollup region.UpdateDataLakeRequest.BuilderUpdateDataLakeRequest.Builder. configurations(Collection<DataLakeConfiguration> configurations)Specify the Region or Regions that will contribute data to the rollup region.
-