| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelEgressEndpoint> |
DeleteChannelResponse.egressEndpoints()
The endpoints where outgoing connections initiate from
|
List<ChannelEgressEndpoint> |
ChannelSummary.egressEndpoints()
The endpoints where outgoing connections initiate from
|
List<ChannelEgressEndpoint> |
StartChannelResponse.egressEndpoints()
The endpoints where outgoing connections initiate from
|
List<ChannelEgressEndpoint> |
DescribeChannelResponse.egressEndpoints()
The endpoints where outgoing connections initiate from
|
List<ChannelEgressEndpoint> |
Channel.egressEndpoints()
The endpoints where outgoing connections initiate from
|
List<ChannelEgressEndpoint> |
StopChannelResponse.egressEndpoints()
The endpoints where outgoing connections initiate from
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
ChannelSummary.Builder |
ChannelSummary.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
Channel.Builder |
Channel.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.egressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
ChannelSummary.Builder |
ChannelSummary.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
Channel.Builder |
Channel.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.egressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
Copyright © 2022. All rights reserved.