Uses of Class
software.amazon.awssdk.services.medialive.model.CreateCloudWatchAlarmTemplateGroupResponse
-
Packages that use CreateCloudWatchAlarmTemplateGroupResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of CreateCloudWatchAlarmTemplateGroupResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return CreateCloudWatchAlarmTemplateGroupResponse Modifier and Type Method Description default CreateCloudWatchAlarmTemplateGroupResponseMediaLiveClient. createCloudWatchAlarmTemplateGroup(Consumer<CreateCloudWatchAlarmTemplateGroupRequest.Builder> createCloudWatchAlarmTemplateGroupRequest)Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.default CreateCloudWatchAlarmTemplateGroupResponseMediaLiveClient. createCloudWatchAlarmTemplateGroup(CreateCloudWatchAlarmTemplateGroupRequest createCloudWatchAlarmTemplateGroupRequest)Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type CreateCloudWatchAlarmTemplateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateCloudWatchAlarmTemplateGroupResponse>MediaLiveAsyncClient. createCloudWatchAlarmTemplateGroup(Consumer<CreateCloudWatchAlarmTemplateGroupRequest.Builder> createCloudWatchAlarmTemplateGroupRequest)Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.default CompletableFuture<CreateCloudWatchAlarmTemplateGroupResponse>MediaLiveAsyncClient. createCloudWatchAlarmTemplateGroup(CreateCloudWatchAlarmTemplateGroupRequest createCloudWatchAlarmTemplateGroupRequest)Creates a cloudwatch alarm template group to group your cloudwatch alarm templates and to attach to signal maps for dynamically creating alarms.
-