| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputVpcRequest |
InputVpcRequest.clone() |
InputVpcRequest |
CreateInputRequest.getVpc() |
InputVpcRequest |
InputVpcRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
InputVpcRequest |
InputVpcRequest.withSecurityGroupIds(String... securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
InputVpcRequest |
InputVpcRequest.withSubnetIds(Collection<String> subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
InputVpcRequest |
InputVpcRequest.withSubnetIds(String... subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateInputRequest.setVpc(InputVpcRequest vpc) |
CreateInputRequest |
CreateInputRequest.withVpc(InputVpcRequest vpc) |
Copyright © 2020. All rights reserved.