| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
DependentEntity |
DependentEntity.clone() |
DependentEntity |
DependentEntity.withDependentResourceIds(Collection<String> dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity |
DependentEntity.withDependentResourceIds(String... dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity |
DependentEntity.withRelationType(String relationType)
The type of relationship between one resource and the other resource that it is related to or depends on.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependentEntity> |
ConflictException.getDependentEntities()
List of dependent entities containing information on relation type and resourceArns linked to the resource in use
|
| Modifier and Type | Method and Description |
|---|---|
ConflictException |
ConflictException.withDependentEntities(DependentEntity... dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in use
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictException.setDependentEntities(Collection<DependentEntity> dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in use
|
ConflictException |
ConflictException.withDependentEntities(Collection<DependentEntity> dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in use
|
Copyright © 2024. All rights reserved.