Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.VpcConfigurationDescription
-
Packages that use VpcConfigurationDescription Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of VpcConfigurationDescription in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return VpcConfigurationDescription Modifier and Type Method Description VpcConfigurationDescriptionAddApplicationVpcConfigurationResponse. vpcConfigurationDescription()The parameters of the new VPC configuration.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type VpcConfigurationDescription Modifier and Type Method Description List<VpcConfigurationDescription>ApplicationConfigurationDescription. vpcConfigurationDescriptions()The array of descriptions of VPC configurations available to the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type VpcConfigurationDescription Modifier and Type Method Description AddApplicationVpcConfigurationResponse.BuilderAddApplicationVpcConfigurationResponse.Builder. vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)The parameters of the new VPC configuration.ApplicationConfigurationDescription.BuilderApplicationConfigurationDescription.Builder. vpcConfigurationDescriptions(VpcConfigurationDescription... vpcConfigurationDescriptions)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 VpcConfigurationDescription Modifier and Type Method Description ApplicationConfigurationDescription.BuilderApplicationConfigurationDescription.Builder. vpcConfigurationDescriptions(Collection<VpcConfigurationDescription> vpcConfigurationDescriptions)The array of descriptions of VPC configurations available to the application.
-