Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentTemplateCloudWatchLogsLogConfigurationInput
-
Packages that use ExperimentTemplateCloudWatchLogsLogConfigurationInput Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateCloudWatchLogsLogConfigurationInput in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentTemplateCloudWatchLogsLogConfigurationInput Modifier and Type Method Description ExperimentTemplateCloudWatchLogsLogConfigurationInputCreateExperimentTemplateLogConfigurationInput. cloudWatchLogsConfiguration()The configuration for experiment logging to Amazon CloudWatch Logs.ExperimentTemplateCloudWatchLogsLogConfigurationInputUpdateExperimentTemplateLogConfigurationInput. cloudWatchLogsConfiguration()The configuration for experiment logging to Amazon CloudWatch Logs.Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentTemplateCloudWatchLogsLogConfigurationInput Modifier and Type Method Description CreateExperimentTemplateLogConfigurationInput.BuilderCreateExperimentTemplateLogConfigurationInput.Builder. cloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfigurationInput cloudWatchLogsConfiguration)The configuration for experiment logging to Amazon CloudWatch Logs.UpdateExperimentTemplateLogConfigurationInput.BuilderUpdateExperimentTemplateLogConfigurationInput.Builder. cloudWatchLogsConfiguration(ExperimentTemplateCloudWatchLogsLogConfigurationInput cloudWatchLogsConfiguration)The configuration for experiment logging to Amazon CloudWatch Logs.
-