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