| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPropertyDescriptions.Builder |
EnvironmentPropertyDescriptions.Builder.propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentProperties.Builder |
EnvironmentProperties.Builder.propertyGroups(PropertyGroup... propertyGroups)
Describes the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.Builder.propertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPropertyDescriptions.Builder |
EnvironmentPropertyDescriptions.Builder.propertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentProperties.Builder |
EnvironmentProperties.Builder.propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.Builder.propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
Copyright © 2022. All rights reserved.