Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.PropertyGroup
-
Packages that use PropertyGroup Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of PropertyGroup in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>EnvironmentPropertyDescriptions. propertyGroupDescriptions()Describes the execution property groups.List<PropertyGroup>EnvironmentProperties. propertyGroups()Describes the execution property groups.List<PropertyGroup>EnvironmentPropertyUpdates. propertyGroups()Describes updates to the execution property groups.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type PropertyGroup Modifier and Type Method Description EnvironmentPropertyDescriptions.BuilderEnvironmentPropertyDescriptions.Builder. propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)Describes the execution property groups.EnvironmentProperties.BuilderEnvironmentProperties.Builder. propertyGroups(PropertyGroup... propertyGroups)Describes the execution property groups.EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates.Builder. propertyGroups(PropertyGroup... propertyGroups)Describes updates to the execution property groups.Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type PropertyGroup Modifier and Type Method Description EnvironmentPropertyDescriptions.BuilderEnvironmentPropertyDescriptions.Builder. propertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)Describes the execution property groups.EnvironmentProperties.BuilderEnvironmentProperties.Builder. propertyGroups(Collection<PropertyGroup> propertyGroups)Describes the execution property groups.EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates.Builder. propertyGroups(Collection<PropertyGroup> propertyGroups)Describes updates to the execution property groups.
-