Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DependentEntity
-
Packages that use DependentEntity Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of DependentEntity in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type DependentEntity Modifier and Type Method Description List<DependentEntity>ConflictException. dependentEntities()List of dependent entities containing information on relation type and resourceArns linked to the resource in useMethods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type DependentEntity Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. dependentEntities(DependentEntity... dependentEntities)List of dependent entities containing information on relation type and resourceArns linked to the resource in useMethod parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type DependentEntity Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. dependentEntities(Collection<DependentEntity> dependentEntities)List of dependent entities containing information on relation type and resourceArns linked to the resource in use
-