Uses of Class
software.amazon.awssdk.services.medialive.model.MediaResourceNeighbor
-
Packages that use MediaResourceNeighbor Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MediaResourceNeighbor in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MediaResourceNeighbor Modifier and Type Method Description List<MediaResourceNeighbor>MediaResource. destinations()Returns the value of the Destinations property for this object.List<MediaResourceNeighbor>MediaResource. sources()Returns the value of the Sources property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type MediaResourceNeighbor Modifier and Type Method Description MediaResource.BuilderMediaResource.Builder. destinations(MediaResourceNeighbor... destinations)Sets the value of the Destinations property for this object.MediaResource.BuilderMediaResource.Builder. sources(MediaResourceNeighbor... sources)Sets the value of the Sources property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MediaResourceNeighbor Modifier and Type Method Description MediaResource.BuilderMediaResource.Builder. destinations(Collection<MediaResourceNeighbor> destinations)Sets the value of the Destinations property for this object.MediaResource.BuilderMediaResource.Builder. sources(Collection<MediaResourceNeighbor> sources)Sets the value of the Sources property for this object.
-