Uses of Class
software.amazon.awssdk.services.medialive.model.EventBridgeRuleTemplateGroupSummary
-
Packages that use EventBridgeRuleTemplateGroupSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of EventBridgeRuleTemplateGroupSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type EventBridgeRuleTemplateGroupSummary Modifier and Type Method Description List<EventBridgeRuleTemplateGroupSummary>ListEventBridgeRuleTemplateGroupsResponse. eventBridgeRuleTemplateGroups()Returns the value of the EventBridgeRuleTemplateGroups property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type EventBridgeRuleTemplateGroupSummary Modifier and Type Method Description ListEventBridgeRuleTemplateGroupsResponse.BuilderListEventBridgeRuleTemplateGroupsResponse.Builder. eventBridgeRuleTemplateGroups(EventBridgeRuleTemplateGroupSummary... eventBridgeRuleTemplateGroups)Sets the value of the EventBridgeRuleTemplateGroups property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type EventBridgeRuleTemplateGroupSummary Modifier and Type Method Description ListEventBridgeRuleTemplateGroupsResponse.BuilderListEventBridgeRuleTemplateGroupsResponse.Builder. eventBridgeRuleTemplateGroups(Collection<EventBridgeRuleTemplateGroupSummary> eventBridgeRuleTemplateGroups)Sets the value of the EventBridgeRuleTemplateGroups property for this object. -
Uses of EventBridgeRuleTemplateGroupSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type EventBridgeRuleTemplateGroupSummary Modifier and Type Method Description SdkIterable<EventBridgeRuleTemplateGroupSummary>ListEventBridgeRuleTemplateGroupsIterable. eventBridgeRuleTemplateGroups()Returns an iterable to iterate through the paginatedListEventBridgeRuleTemplateGroupsResponse.eventBridgeRuleTemplateGroups()member.SdkPublisher<EventBridgeRuleTemplateGroupSummary>ListEventBridgeRuleTemplateGroupsPublisher. eventBridgeRuleTemplateGroups()Returns a publisher that can be used to get a stream of data.
-