| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VpcOutputSettings |
VpcOutputSettings.clone() |
VpcOutputSettings |
DeleteChannelResult.getVpc()
Settings for VPC output
|
VpcOutputSettings |
StartChannelResult.getVpc()
Settings for VPC output
|
VpcOutputSettings |
StopChannelResult.getVpc()
Settings for VPC output
|
VpcOutputSettings |
Channel.getVpc()
Settings for VPC output
|
VpcOutputSettings |
DescribeChannelResult.getVpc()
Settings for VPC output
|
VpcOutputSettings |
CreateChannelRequest.getVpc()
Settings for VPC output
|
VpcOutputSettings |
ChannelSummary.getVpc()
Settings for VPC output
|
VpcOutputSettings |
VpcOutputSettings.withPublicAddressAllocationIds(Collection<String> publicAddressAllocationIds)
List of public address allocation ids to associate with ENIs that will be created in Output VPC.
|
VpcOutputSettings |
VpcOutputSettings.withPublicAddressAllocationIds(String... publicAddressAllocationIds)
List of public address allocation ids to associate with ENIs that will be created in Output VPC.
|
VpcOutputSettings |
VpcOutputSettings.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
|
VpcOutputSettings |
VpcOutputSettings.withSecurityGroupIds(String... securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
|
VpcOutputSettings |
VpcOutputSettings.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs from the same VPC.
|
VpcOutputSettings |
VpcOutputSettings.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs from the same VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteChannelResult.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
StartChannelResult.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
StopChannelResult.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
Channel.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
DescribeChannelResult.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
CreateChannelRequest.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
void |
ChannelSummary.setVpc(VpcOutputSettings vpc)
Settings for VPC output
|
DeleteChannelResult |
DeleteChannelResult.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
StartChannelResult |
StartChannelResult.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
StopChannelResult |
StopChannelResult.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
Channel |
Channel.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
DescribeChannelResult |
DescribeChannelResult.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
CreateChannelRequest |
CreateChannelRequest.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
ChannelSummary |
ChannelSummary.withVpc(VpcOutputSettings vpc)
Settings for VPC output
|
Copyright © 2021. All rights reserved.