Uses of Class
software.amazon.awssdk.services.config.model.Relationship
-
Packages that use Relationship Package Description software.amazon.awssdk.services.config.model -
-
Uses of Relationship in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>ConfigurationItem. relationships()A list of related Amazon Web Services resources.Methods in software.amazon.awssdk.services.config.model with parameters of type Relationship Modifier and Type Method Description ConfigurationItem.BuilderConfigurationItem.Builder. relationships(Relationship... relationships)A list of related Amazon Web Services resources.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type Relationship Modifier and Type Method Description ConfigurationItem.BuilderConfigurationItem.Builder. relationships(Collection<Relationship> relationships)A list of related Amazon Web Services resources.
-