Uses of Class
software.amazon.awssdk.services.networkmonitor.model.MonitorSummary
-
Packages that use MonitorSummary Package Description software.amazon.awssdk.services.networkmonitor.model software.amazon.awssdk.services.networkmonitor.paginators -
-
Uses of MonitorSummary in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type MonitorSummary Modifier and Type Method Description List<MonitorSummary>ListMonitorsResponse. monitors()Lists individual details about each of your monitors.Methods in software.amazon.awssdk.services.networkmonitor.model with parameters of type MonitorSummary Modifier and Type Method Description ListMonitorsResponse.BuilderListMonitorsResponse.Builder. monitors(MonitorSummary... monitors)Lists individual details about each of your monitors.Method parameters in software.amazon.awssdk.services.networkmonitor.model with type arguments of type MonitorSummary Modifier and Type Method Description ListMonitorsResponse.BuilderListMonitorsResponse.Builder. monitors(Collection<MonitorSummary> monitors)Lists individual details about each of your monitors. -
Uses of MonitorSummary in software.amazon.awssdk.services.networkmonitor.paginators
Methods in software.amazon.awssdk.services.networkmonitor.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.
-