| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static DependentEntity.Builder |
DependentEntity.builder() |
DependentEntity.Builder |
DependentEntity.Builder.dependentResourceIds(Collection<String> dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity.Builder |
DependentEntity.Builder.dependentResourceIds(String... dependentResourceIds)
The Amazon Resource Names (ARNs) of the dependent resources.
|
DependentEntity.Builder |
DependentEntity.Builder.relationType(String relationType)
The type of relationship between one resource and the other resource that it is related to or depends on.
|
DependentEntity.Builder |
DependentEntity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DependentEntity.Builder> |
DependentEntity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.