Uses of Class
software.amazon.awssdk.services.securitylake.model.AwsLogSourceConfiguration
-
Packages that use AwsLogSourceConfiguration Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of AwsLogSourceConfiguration in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type AwsLogSourceConfiguration Modifier and Type Method Description List<AwsLogSourceConfiguration>CreateAwsLogSourceRequest. sources()Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.List<AwsLogSourceConfiguration>DeleteAwsLogSourceRequest. sources()Specify the natively-supported Amazon Web Services service to remove as a source in Security Lake.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type AwsLogSourceConfiguration Modifier and Type Method Description CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. sources(AwsLogSourceConfiguration... sources)Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.DeleteAwsLogSourceRequest.BuilderDeleteAwsLogSourceRequest.Builder. sources(AwsLogSourceConfiguration... sources)Specify the natively-supported Amazon Web Services service to remove as a source in Security Lake.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type AwsLogSourceConfiguration Modifier and Type Method Description CreateAwsLogSourceRequest.BuilderCreateAwsLogSourceRequest.Builder. sources(Collection<AwsLogSourceConfiguration> sources)Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.DeleteAwsLogSourceRequest.BuilderDeleteAwsLogSourceRequest.Builder. sources(Collection<AwsLogSourceConfiguration> sources)Specify the natively-supported Amazon Web Services service to remove as a source in Security Lake.
-