| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VpcOutputSettings |
VpcOutputSettings.clone() |
VpcOutputSettings |
CreateChannelRequest.getVpc()
Settings for the VPC outputs
|
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 |
CreateChannelRequest.setVpc(VpcOutputSettings vpc)
Settings for the VPC outputs
|
CreateChannelRequest |
CreateChannelRequest.withVpc(VpcOutputSettings vpc)
Settings for the VPC outputs
|
Copyright © 2024. All rights reserved.