Uses of Class
software.amazon.awssdk.services.securitylake.model.AwsLogSourceResource
-
Packages that use AwsLogSourceResource Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of AwsLogSourceResource in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return AwsLogSourceResource Modifier and Type Method Description AwsLogSourceResourceLogSourceResource. awsLogSource()Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services.Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type AwsLogSourceResource Modifier and Type Method Description List<AwsLogSourceResource>DataLakeAutoEnableNewAccountConfiguration. sources()The Amazon Web Services sources that are automatically enabled in Security Lake.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type AwsLogSourceResource Modifier and Type Method Description LogSourceResource.BuilderLogSourceResource.Builder. awsLogSource(AwsLogSourceResource awsLogSource)Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services.static LogSourceResourceLogSourceResource. fromAwsLogSource(AwsLogSourceResource awsLogSource)Create an instance of this class withLogSourceResource.awsLogSource()initialized to the given value.DataLakeAutoEnableNewAccountConfiguration.BuilderDataLakeAutoEnableNewAccountConfiguration.Builder. sources(AwsLogSourceResource... sources)The Amazon Web Services sources that are automatically enabled in Security Lake.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type AwsLogSourceResource Modifier and Type Method Description DataLakeAutoEnableNewAccountConfiguration.BuilderDataLakeAutoEnableNewAccountConfiguration.Builder. sources(Collection<AwsLogSourceResource> sources)The Amazon Web Services sources that are automatically enabled in Security Lake.
-