Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Relationship> |
ConfigurationItem.relationships
A list of related AWS resources.
|
Modifier and Type | Method and Description |
---|---|
Relationship |
Relationship.clone() |
Relationship |
Relationship.withRelationshipName(java.lang.String relationshipName)
The type of relationship with the related resource.
|
Relationship |
Relationship.withResourceId(java.lang.String resourceId)
The ID of the related resource (for example,
sg-xxxxxx ). |
Relationship |
Relationship.withResourceName(java.lang.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(java.lang.String resourceType)
The resource type of the related resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Relationship> |
ConfigurationItem.getRelationships()
A list of related AWS resources.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ConfigurationItem.withRelationships(Relationship... relationships)
A list of related AWS resources.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationItem.setRelationships(java.util.Collection<Relationship> relationships)
A list of related AWS resources.
|
ConfigurationItem |
ConfigurationItem.withRelationships(java.util.Collection<Relationship> relationships)
A list of related AWS resources.
|
Modifier and Type | Method and Description |
---|---|
Relationship |
RelationshipJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RelationshipJsonMarshaller.marshall(Relationship relationship,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|