Uses of Class
software.amazon.awssdk.services.medialive.model.SignalMapSummary
-
Packages that use SignalMapSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of SignalMapSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type SignalMapSummary Modifier and Type Method Description List<SignalMapSummary>ListSignalMapsResponse. signalMaps()Returns the value of the SignalMaps property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type SignalMapSummary Modifier and Type Method Description ListSignalMapsResponse.BuilderListSignalMapsResponse.Builder. signalMaps(SignalMapSummary... signalMaps)Sets the value of the SignalMaps property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type SignalMapSummary Modifier and Type Method Description ListSignalMapsResponse.BuilderListSignalMapsResponse.Builder. signalMaps(Collection<SignalMapSummary> signalMaps)Sets the value of the SignalMaps property for this object. -
Uses of SignalMapSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type SignalMapSummary Modifier and Type Method Description SdkIterable<SignalMapSummary>ListSignalMapsIterable. signalMaps()Returns an iterable to iterate through the paginatedListSignalMapsResponse.signalMaps()member.SdkPublisher<SignalMapSummary>ListSignalMapsPublisher. signalMaps()Returns a publisher that can be used to get a stream of data.
-