| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
VpcDestinationProperties |
VpcDestinationProperties.clone() |
VpcDestinationProperties |
TopicRuleDestination.getVpcProperties()
Properties of the virtual private cloud (VPC) connection.
|
VpcDestinationProperties |
VpcDestinationProperties.withRoleArn(String roleArn)
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
|
VpcDestinationProperties |
VpcDestinationProperties.withSecurityGroups(Collection<String> securityGroups)
The security groups of the VPC destination.
|
VpcDestinationProperties |
VpcDestinationProperties.withSecurityGroups(String... securityGroups)
The security groups of the VPC destination.
|
VpcDestinationProperties |
VpcDestinationProperties.withSubnetIds(Collection<String> subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationProperties |
VpcDestinationProperties.withSubnetIds(String... subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationProperties |
VpcDestinationProperties.withVpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicRuleDestination.setVpcProperties(VpcDestinationProperties vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
TopicRuleDestination |
TopicRuleDestination.withVpcProperties(VpcDestinationProperties vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
Copyright © 2025. All rights reserved.