Uses of Interface
software.amazon.awssdk.services.medialive.model.CreateCloudWatchAlarmTemplateGroupRequest.Builder
-
Packages that use CreateCloudWatchAlarmTemplateGroupRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of CreateCloudWatchAlarmTemplateGroupRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type CreateCloudWatchAlarmTemplateGroupRequest.Builder 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 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. -
Uses of CreateCloudWatchAlarmTemplateGroupRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CreateCloudWatchAlarmTemplateGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateCloudWatchAlarmTemplateGroupRequest.Builder>CreateCloudWatchAlarmTemplateGroupRequest. serializableBuilderClass()
-