Uses of Class
software.amazon.awssdk.services.deadline.model.MonitorSummary
-
Packages that use MonitorSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of MonitorSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type MonitorSummary Modifier and Type Method Description List<MonitorSummary>ListMonitorsResponse. monitors()A list ofMonitorSummaryobjects that describe your monitors in the Deadline Cloud.Methods in software.amazon.awssdk.services.deadline.model with parameters of type MonitorSummary Modifier and Type Method Description ListMonitorsResponse.BuilderListMonitorsResponse.Builder. monitors(MonitorSummary... monitors)A list ofMonitorSummaryobjects that describe your monitors in the Deadline Cloud.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type MonitorSummary Modifier and Type Method Description ListMonitorsResponse.BuilderListMonitorsResponse.Builder. monitors(Collection<MonitorSummary> monitors)A list ofMonitorSummaryobjects that describe your monitors in the Deadline Cloud. -
Uses of MonitorSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type MonitorSummary Modifier and Type Method Description SdkIterable<MonitorSummary>ListMonitorsIterable. monitors()Returns an iterable to iterate through the paginatedListMonitorsResponse.monitors()member.SdkPublisher<MonitorSummary>ListMonitorsPublisher. monitors()Returns a publisher that can be used to get a stream of data.
-