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 Relationship
Relationship. clone()
Relationship
Relationship. withRelationshipName(String relationshipName)
The type of relationship with the related resource.Relationship
Relationship. withResourceId(String resourceId)
The ID of the related resource (for example,sg-xxxxxx
).Relationship
Relationship. withResourceName(String resourceName)
The custom name of the related resource, if available.Relationship
Relationship. withResourceType(ResourceType resourceType)
The resource type of the related resource.Relationship
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 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 ConfigurationItem
ConfigurationItem. 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 void
ConfigurationItem. setRelationships(Collection<Relationship> relationships)
A list of related AWS resources.ConfigurationItem
ConfigurationItem. withRelationships(Collection<Relationship> relationships)
A list of related AWS resources.
-