Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.IngestEndpoint
-
Packages that use IngestEndpoint Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of IngestEndpoint in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type IngestEndpoint Modifier and Type Method Description List<IngestEndpoint>CreateChannelResponse. ingestEndpoints()Returns the value of the IngestEndpoints property for this object.List<IngestEndpoint>GetChannelResponse. ingestEndpoints()Returns the value of the IngestEndpoints property for this object.List<IngestEndpoint>UpdateChannelResponse. ingestEndpoints()Returns the value of the IngestEndpoints property for this object.Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type IngestEndpoint Modifier and Type Method Description CreateChannelResponse.BuilderCreateChannelResponse.Builder. ingestEndpoints(IngestEndpoint... ingestEndpoints)Sets the value of the IngestEndpoints property for this object.GetChannelResponse.BuilderGetChannelResponse.Builder. ingestEndpoints(IngestEndpoint... ingestEndpoints)Sets the value of the IngestEndpoints property for this object.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. ingestEndpoints(IngestEndpoint... ingestEndpoints)Sets the value of the IngestEndpoints property for this object.Method parameters in software.amazon.awssdk.services.mediapackagev2.model with type arguments of type IngestEndpoint Modifier and Type Method Description CreateChannelResponse.BuilderCreateChannelResponse.Builder. ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)Sets the value of the IngestEndpoints property for this object.GetChannelResponse.BuilderGetChannelResponse.Builder. ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)Sets the value of the IngestEndpoints property for this object.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)Sets the value of the IngestEndpoints property for this object.
-