| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the cluster.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the cluster.
|
VpcConfig |
VpcConfig.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets associated with the cluster.
|
VpcConfig |
VpcConfig.withSubnetIds(String... subnetIds)
The IDs of the subnets associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcConfig> |
Serverless.getVpcConfigs()
The configuration of the Amazon VPCs for the cluster.
|
List<VpcConfig> |
ServerlessRequest.getVpcConfigs()
The configuration of the Amazon VPCs for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Serverless |
Serverless.withVpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
ServerlessRequest |
ServerlessRequest.withVpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Serverless.setVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
void |
ServerlessRequest.setVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
Serverless |
Serverless.withVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
ServerlessRequest |
ServerlessRequest.withVpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
Copyright © 2024. All rights reserved.