Uses of Class
software.amazon.awssdk.services.controlcatalog.model.AssociatedDomainSummary
-
Packages that use AssociatedDomainSummary Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of AssociatedDomainSummary in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return AssociatedDomainSummary Modifier and Type Method Description AssociatedDomainSummaryCommonControlSummary. domain()The domain that the common control belongs to.AssociatedDomainSummaryObjectiveSummary. domain()The domain that the objective belongs to.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type AssociatedDomainSummary Modifier and Type Method Description CommonControlSummary.BuilderCommonControlSummary.Builder. domain(AssociatedDomainSummary domain)The domain that the common control belongs to.ObjectiveSummary.BuilderObjectiveSummary.Builder. domain(AssociatedDomainSummary domain)The domain that the objective belongs to.
-