Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupConfigurationParameter
-
Packages that use GroupConfigurationParameter Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupConfigurationParameter in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupConfigurationParameter Modifier and Type Method Description List<GroupConfigurationParameter>GroupConfigurationItem. parameters()A collection of parameters for this group configuration item.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupConfigurationParameter Modifier and Type Method Description GroupConfigurationItem.BuilderGroupConfigurationItem.Builder. parameters(GroupConfigurationParameter... parameters)A collection of parameters for this group configuration item.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type GroupConfigurationParameter Modifier and Type Method Description GroupConfigurationItem.BuilderGroupConfigurationItem.Builder. parameters(Collection<GroupConfigurationParameter> parameters)A collection of parameters for this group configuration item.
-