Uses of Class
software.amazon.awssdk.services.medialive.model.CloudWatchAlarmTemplateSummary
-
Packages that use CloudWatchAlarmTemplateSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of CloudWatchAlarmTemplateSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CloudWatchAlarmTemplateSummary Modifier and Type Method Description List<CloudWatchAlarmTemplateSummary>ListCloudWatchAlarmTemplatesResponse. cloudWatchAlarmTemplates()Returns the value of the CloudWatchAlarmTemplates property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type CloudWatchAlarmTemplateSummary Modifier and Type Method Description ListCloudWatchAlarmTemplatesResponse.BuilderListCloudWatchAlarmTemplatesResponse.Builder. cloudWatchAlarmTemplates(CloudWatchAlarmTemplateSummary... cloudWatchAlarmTemplates)Sets the value of the CloudWatchAlarmTemplates property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type CloudWatchAlarmTemplateSummary Modifier and Type Method Description ListCloudWatchAlarmTemplatesResponse.BuilderListCloudWatchAlarmTemplatesResponse.Builder. cloudWatchAlarmTemplates(Collection<CloudWatchAlarmTemplateSummary> cloudWatchAlarmTemplates)Sets the value of the CloudWatchAlarmTemplates property for this object. -
Uses of CloudWatchAlarmTemplateSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type CloudWatchAlarmTemplateSummary Modifier and Type Method Description SdkIterable<CloudWatchAlarmTemplateSummary>ListCloudWatchAlarmTemplatesIterable. cloudWatchAlarmTemplates()Returns an iterable to iterate through the paginatedListCloudWatchAlarmTemplatesResponse.cloudWatchAlarmTemplates()member.SdkPublisher<CloudWatchAlarmTemplateSummary>ListCloudWatchAlarmTemplatesPublisher. cloudWatchAlarmTemplates()Returns a publisher that can be used to get a stream of data.
-