Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of Destination in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>Composition. destinations()Array of Destination objects.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type Destination Modifier and Type Method Description Composition.BuilderComposition.Builder. destinations(Destination... destinations)Array of Destination objects.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type Destination Modifier and Type Method Description Composition.BuilderComposition.Builder. destinations(Collection<Destination> destinations)Array of Destination objects.
-