| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
ConfigurationItem.getRelationships()
A list of related Amazon Web Services resources.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationItem |
ConfigurationItem.withRelationships(Relationship... relationships)
A list of related Amazon Web Services resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationItem.setRelationships(Collection<Relationship> relationships)
A list of related Amazon Web Services resources.
|
ConfigurationItem |
ConfigurationItem.withRelationships(Collection<Relationship> relationships)
A list of related Amazon Web Services resources.
|
Copyright © 2023. All rights reserved.