Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationAddApplicationVpcConfigurationRequest. vpcConfiguration()Description of the VPC to add to the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type VpcConfiguration Modifier and Type Method Description List<VpcConfiguration>ApplicationConfiguration. vpcConfigurations()The array of descriptions of VPC configurations available to the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type VpcConfiguration Modifier and Type Method Description AddApplicationVpcConfigurationRequest.BuilderAddApplicationVpcConfigurationRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Description of the VPC to add to the application.ApplicationConfiguration.BuilderApplicationConfiguration.Builder. vpcConfigurations(VpcConfiguration... vpcConfigurations)The array of descriptions of VPC configurations available to the application.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type VpcConfiguration Modifier and Type Method Description ApplicationConfiguration.BuilderApplicationConfiguration.Builder. vpcConfigurations(Collection<VpcConfiguration> vpcConfigurations)The array of descriptions of VPC configurations available to the application.
-