Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ConfigurationTemplate
Packages that use ConfigurationTemplate
Package
Description
-
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 ConfigurationTemplateModifier and TypeMethodDescriptionfinal 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 ConfigurationTemplateModifier and TypeMethodDescriptionDescribeConfigurationTemplatesResponse.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 ConfigurationTemplateModifier and TypeMethodDescriptionDescribeConfigurationTemplatesResponse.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 ConfigurationTemplateModifier and TypeMethodDescriptionfinal SdkIterable<ConfigurationTemplate>DescribeConfigurationTemplatesIterable.configurationTemplates()Returns an iterable to iterate through the paginatedDescribeConfigurationTemplatesResponse.configurationTemplates()member.DescribeConfigurationTemplatesPublisher.configurationTemplates()Returns a publisher that can be used to get a stream of data.