Uses of Class
software.amazon.awssdk.services.pipes.model.SelfManagedKafkaAccessConfigurationVpc
-
Packages that use SelfManagedKafkaAccessConfigurationVpc Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SelfManagedKafkaAccessConfigurationVpc in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return SelfManagedKafkaAccessConfigurationVpc Modifier and Type Method Description SelfManagedKafkaAccessConfigurationVpcPipeSourceSelfManagedKafkaParameters. vpc()This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.SelfManagedKafkaAccessConfigurationVpcUpdatePipeSourceSelfManagedKafkaParameters. vpc()This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.Methods in software.amazon.awssdk.services.pipes.model with parameters of type SelfManagedKafkaAccessConfigurationVpc Modifier and Type Method Description PipeSourceSelfManagedKafkaParameters.BuilderPipeSourceSelfManagedKafkaParameters.Builder. vpc(SelfManagedKafkaAccessConfigurationVpc vpc)This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.UpdatePipeSourceSelfManagedKafkaParameters.BuilderUpdatePipeSourceSelfManagedKafkaParameters.Builder. vpc(SelfManagedKafkaAccessConfigurationVpc vpc)This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
-