| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
List<IngestEndpoint> |
UpdateChannelResponse.ingestEndpoints()
Returns the value of the IngestEndpoints property for this object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestEndpoints(IngestEndpoint... ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
Sets the value of the IngestEndpoints property for this object.
|
Copyright © 2023. All rights reserved.