Uses of Class
software.amazon.awssdk.services.kafka.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConfig Modifier and Type Method Description List<VpcConfig>Serverless. vpcConfigs()The configuration of the Amazon VPCs for the cluster.List<VpcConfig>ServerlessRequest. vpcConfigs()The configuration of the Amazon VPCs for the cluster.Methods in software.amazon.awssdk.services.kafka.model with parameters of type VpcConfig Modifier and Type Method Description Serverless.BuilderServerless.Builder. vpcConfigs(VpcConfig... vpcConfigs)The configuration of the Amazon VPCs for the cluster.ServerlessRequest.BuilderServerlessRequest.Builder. vpcConfigs(VpcConfig... vpcConfigs)The configuration of the Amazon VPCs for the cluster.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type VpcConfig Modifier and Type Method Description Serverless.BuilderServerless.Builder. vpcConfigs(Collection<VpcConfig> vpcConfigs)The configuration of the Amazon VPCs for the cluster.ServerlessRequest.BuilderServerlessRequest.Builder. vpcConfigs(Collection<VpcConfig> vpcConfigs)The configuration of the Amazon VPCs for the cluster.
-