| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientVpcConfig |
KafkaClusterClientVpcConfig.clone() |
KafkaClusterClientVpcConfig |
KafkaCluster.getVpcConfig()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
KafkaClusterClientVpcConfig |
KafkaClusterDescription.getVpcConfig()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
KafkaClusterClientVpcConfig |
KafkaClusterClientVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
|
KafkaClusterClientVpcConfig |
KafkaClusterClientVpcConfig.withSecurityGroupIds(String... securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
|
KafkaClusterClientVpcConfig |
KafkaClusterClientVpcConfig.withSubnetIds(Collection<String> subnetIds)
The list of subnets in the client VPC to connect to.
|
KafkaClusterClientVpcConfig |
KafkaClusterClientVpcConfig.withSubnetIds(String... subnetIds)
The list of subnets in the client VPC to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaCluster.setVpcConfig(KafkaClusterClientVpcConfig vpcConfig)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
void |
KafkaClusterDescription.setVpcConfig(KafkaClusterClientVpcConfig vpcConfig)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
KafkaCluster |
KafkaCluster.withVpcConfig(KafkaClusterClientVpcConfig vpcConfig)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
KafkaClusterDescription |
KafkaClusterDescription.withVpcConfig(KafkaClusterClientVpcConfig vpcConfig)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
Copyright © 2024. All rights reserved.