Uses of Class
software.amazon.awssdk.services.medialive.model.CloudWatchAlarmTemplateGroupSummary
-
Packages that use CloudWatchAlarmTemplateGroupSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of CloudWatchAlarmTemplateGroupSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CloudWatchAlarmTemplateGroupSummary Modifier and Type Method Description List<CloudWatchAlarmTemplateGroupSummary>ListCloudWatchAlarmTemplateGroupsResponse. cloudWatchAlarmTemplateGroups()Returns the value of the CloudWatchAlarmTemplateGroups property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type CloudWatchAlarmTemplateGroupSummary Modifier and Type Method Description ListCloudWatchAlarmTemplateGroupsResponse.BuilderListCloudWatchAlarmTemplateGroupsResponse.Builder. cloudWatchAlarmTemplateGroups(CloudWatchAlarmTemplateGroupSummary... cloudWatchAlarmTemplateGroups)Sets the value of the CloudWatchAlarmTemplateGroups property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type CloudWatchAlarmTemplateGroupSummary Modifier and Type Method Description ListCloudWatchAlarmTemplateGroupsResponse.BuilderListCloudWatchAlarmTemplateGroupsResponse.Builder. cloudWatchAlarmTemplateGroups(Collection<CloudWatchAlarmTemplateGroupSummary> cloudWatchAlarmTemplateGroups)Sets the value of the CloudWatchAlarmTemplateGroups property for this object. -
Uses of CloudWatchAlarmTemplateGroupSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type CloudWatchAlarmTemplateGroupSummary Modifier and Type Method Description SdkIterable<CloudWatchAlarmTemplateGroupSummary>ListCloudWatchAlarmTemplateGroupsIterable. cloudWatchAlarmTemplateGroups()Returns an iterable to iterate through the paginatedListCloudWatchAlarmTemplateGroupsResponse.cloudWatchAlarmTemplateGroups()member.SdkPublisher<CloudWatchAlarmTemplateGroupSummary>ListCloudWatchAlarmTemplateGroupsPublisher. cloudWatchAlarmTemplateGroups()Returns a publisher that can be used to get a stream of data.
-