|
void | Aws::CloudWatchLogs::Utils::ReadCloudWatchOptions (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, Aws::CloudWatchLogs::CloudWatchOptions &cloudwatch_options) |
|
void | Aws::CloudWatchLogs::Utils::ReadFileManagerStrategyOptions (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, Aws::FileManagement::FileManagerStrategyOptions &file_manager_strategy_options) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadIgnoreNodesSet (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, std::unordered_set< std::string > &ignore_nodes) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadLogGroup (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, std::string &log_group) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadLogStream (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, std::string &log_stream) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadMinLogVerbosity (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, int8_t &min_log_verbosity) |
|
void | Aws::CloudWatchLogs::Utils::ReadOption (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, const std::string &option_key, const std::string &default_value, std::string &option_value) |
|
void | Aws::CloudWatchLogs::Utils::ReadOption (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, const std::string &option_key, const size_t &default_value, size_t &option_value) |
|
void | Aws::CloudWatchLogs::Utils::ReadOption (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, const std::string &option_key, const bool &default_value, bool &option_value) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadPublishFrequency (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, double &publish_frequency) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadPublishTopicNames (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, bool &publish_topic_names) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadSubscriberList (bool subscribe_to_rosout, const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, const boost::function< void(const rosgraph_msgs::Log::ConstPtr &)> &callback, ros::NodeHandle &nh, std::vector< ros::Subscriber > &subscriptions) |
|
Aws::AwsError | Aws::CloudWatchLogs::Utils::ReadSubscribeToRosout (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, bool &subscribe_to_rosout) |
|
void | Aws::CloudWatchLogs::Utils::ReadUploaderOptions (const std::shared_ptr< Aws::Client::ParameterReaderInterface > ¶meter_reader, Aws::DataFlow::UploaderOptions &uploader_options) |
|