| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Vpc |
Vpc.clone() |
Vpc |
ApacheKafkaCluster.getVpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
Vpc |
Vpc.withSecurityGroups(Collection<String> securityGroups)
The security groups for the connector.
|
Vpc |
Vpc.withSecurityGroups(String... securityGroups)
The security groups for the connector.
|
Vpc |
Vpc.withSubnets(Collection<String> subnets)
The subnets for the connector.
|
Vpc |
Vpc.withSubnets(String... subnets)
The subnets for the connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApacheKafkaCluster.setVpc(Vpc vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
ApacheKafkaCluster |
ApacheKafkaCluster.withVpc(Vpc vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
Copyright © 2023. All rights reserved.