Uses of Class
software.amazon.awssdk.services.wellarchitected.model.MilestoneSummary
-
Packages that use MilestoneSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of MilestoneSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type MilestoneSummary Modifier and Type Method Description List<MilestoneSummary>ListMilestonesResponse. milestoneSummaries()Returns the value of the MilestoneSummaries property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type MilestoneSummary Modifier and Type Method Description ListMilestonesResponse.BuilderListMilestonesResponse.Builder. milestoneSummaries(MilestoneSummary... milestoneSummaries)Sets the value of the MilestoneSummaries property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type MilestoneSummary Modifier and Type Method Description ListMilestonesResponse.BuilderListMilestonesResponse.Builder. milestoneSummaries(Collection<MilestoneSummary> milestoneSummaries)Sets the value of the MilestoneSummaries property for this object.
-