Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.DependentEntity.Builder
-
Packages that use DependentEntity.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of DependentEntity.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return DependentEntity.Builder Modifier and Type Method Description static DependentEntity.BuilderDependentEntity. builder()DependentEntity.BuilderDependentEntity.Builder. dependentResourceIds(String... dependentResourceIds)The Amazon Resource Names (ARNs) of the dependent resources.DependentEntity.BuilderDependentEntity.Builder. dependentResourceIds(Collection<String> dependentResourceIds)The Amazon Resource Names (ARNs) of the dependent resources.DependentEntity.BuilderDependentEntity.Builder. relationType(String relationType)The type of relationship between one resource and the other resource that it is related to or depends on.DependentEntity.BuilderDependentEntity. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type DependentEntity.Builder Modifier and Type Method Description static Class<? extends DependentEntity.Builder>DependentEntity. serializableBuilderClass()
-