| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
VpcDestinationSummary |
VpcDestinationSummary.clone() |
VpcDestinationSummary |
TopicRuleDestinationSummary.getVpcDestinationSummary()
Information about the virtual private cloud (VPC) connection.
|
VpcDestinationSummary |
VpcDestinationSummary.withRoleArn(String roleArn)
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
|
VpcDestinationSummary |
VpcDestinationSummary.withSecurityGroups(Collection<String> securityGroups)
The security groups of the VPC destination.
|
VpcDestinationSummary |
VpcDestinationSummary.withSecurityGroups(String... securityGroups)
The security groups of the VPC destination.
|
VpcDestinationSummary |
VpcDestinationSummary.withSubnetIds(Collection<String> subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationSummary |
VpcDestinationSummary.withSubnetIds(String... subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationSummary |
VpcDestinationSummary.withVpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicRuleDestinationSummary.setVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
|
Copyright © 2022. All rights reserved.