Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateCloudWatchAlarmTemplateGroupResponse
-
Packages that use UpdateCloudWatchAlarmTemplateGroupResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of UpdateCloudWatchAlarmTemplateGroupResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return UpdateCloudWatchAlarmTemplateGroupResponse Modifier and Type Method Description default UpdateCloudWatchAlarmTemplateGroupResponseMediaLiveClient. updateCloudWatchAlarmTemplateGroup(Consumer<UpdateCloudWatchAlarmTemplateGroupRequest.Builder> updateCloudWatchAlarmTemplateGroupRequest)Updates the specified cloudwatch alarm template group.default UpdateCloudWatchAlarmTemplateGroupResponseMediaLiveClient. updateCloudWatchAlarmTemplateGroup(UpdateCloudWatchAlarmTemplateGroupRequest updateCloudWatchAlarmTemplateGroupRequest)Updates the specified cloudwatch alarm template group.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type UpdateCloudWatchAlarmTemplateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateCloudWatchAlarmTemplateGroupResponse>MediaLiveAsyncClient. updateCloudWatchAlarmTemplateGroup(Consumer<UpdateCloudWatchAlarmTemplateGroupRequest.Builder> updateCloudWatchAlarmTemplateGroupRequest)Updates the specified cloudwatch alarm template group.default CompletableFuture<UpdateCloudWatchAlarmTemplateGroupResponse>MediaLiveAsyncClient. updateCloudWatchAlarmTemplateGroup(UpdateCloudWatchAlarmTemplateGroupRequest updateCloudWatchAlarmTemplateGroupRequest)Updates the specified cloudwatch alarm template group.
-