Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.VpcConfigurationUpdate
-
Packages that use VpcConfigurationUpdate Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of VpcConfigurationUpdate in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type VpcConfigurationUpdate Modifier and Type Method Description List<VpcConfigurationUpdate>ApplicationConfigurationUpdate. vpcConfigurationUpdates()Updates to the array of descriptions of VPC configurations available to the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type VpcConfigurationUpdate Modifier and Type Method Description ApplicationConfigurationUpdate.BuilderApplicationConfigurationUpdate.Builder. vpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates)Updates to 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 VpcConfigurationUpdate Modifier and Type Method Description ApplicationConfigurationUpdate.BuilderApplicationConfigurationUpdate.Builder. vpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates)Updates to the array of descriptions of VPC configurations available to the application.
-