Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ConfigurationTemplate
-
Packages that use ConfigurationTemplate Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of ConfigurationTemplate in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ConfigurationTemplate Modifier and Type Method Description List<ConfigurationTemplate>DescribeConfigurationTemplatesResponse. configurationTemplates()An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ConfigurationTemplate Modifier and Type Method Description DescribeConfigurationTemplatesResponse.BuilderDescribeConfigurationTemplatesResponse.Builder. configurationTemplates(ConfigurationTemplate... configurationTemplates)An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ConfigurationTemplate Modifier and Type Method Description DescribeConfigurationTemplatesResponse.BuilderDescribeConfigurationTemplatesResponse.Builder. configurationTemplates(Collection<ConfigurationTemplate> configurationTemplates)An array of objects, where each object describes one configuration template that matches the filters that you specified in the request. -
Uses of ConfigurationTemplate in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ConfigurationTemplate Modifier and Type Method Description SdkIterable<ConfigurationTemplate>DescribeConfigurationTemplatesIterable. configurationTemplates()Returns an iterable to iterate through the paginatedDescribeConfigurationTemplatesResponse.configurationTemplates()member.SdkPublisher<ConfigurationTemplate>DescribeConfigurationTemplatesPublisher. configurationTemplates()Returns a publisher that can be used to get a stream of data.
-