Uses of Class
com.amazonaws.services.config.model.Relationship
-
Packages that use Relationship Package Description com.amazonaws.services.config.model -
-
Uses of Relationship in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return Relationship Modifier and Type Method Description RelationshipRelationship. clone()RelationshipRelationship. withRelationshipName(String relationshipName)The type of relationship with the related resource.RelationshipRelationship. withResourceId(String resourceId)The ID of the related resource (for example,sg-xxxxxx).RelationshipRelationship. withResourceName(String resourceName)The custom name of the related resource, if available.RelationshipRelationship. withResourceType(ResourceType resourceType)The resource type of the related resource.RelationshipRelationship. withResourceType(String resourceType)The resource type of the related resource.Methods in com.amazonaws.services.config.model that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>ConfigurationItem. getRelationships()A list of related AWS resources.Methods in com.amazonaws.services.config.model with parameters of type Relationship Modifier and Type Method Description ConfigurationItemConfigurationItem. withRelationships(Relationship... relationships)A list of related AWS resources.Method parameters in com.amazonaws.services.config.model with type arguments of type Relationship Modifier and Type Method Description voidConfigurationItem. setRelationships(Collection<Relationship> relationships)A list of related AWS resources.ConfigurationItemConfigurationItem. withRelationships(Collection<Relationship> relationships)A list of related AWS resources.
-