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