Uses of Class
software.amazon.awssdk.services.wellarchitected.model.GetMilestoneResponse
-
Packages that use GetMilestoneResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of GetMilestoneResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return GetMilestoneResponse Modifier and Type Method Description default GetMilestoneResponseWellArchitectedClient. getMilestone(Consumer<GetMilestoneRequest.Builder> getMilestoneRequest)Get a milestone for an existing workload.default GetMilestoneResponseWellArchitectedClient. getMilestone(GetMilestoneRequest getMilestoneRequest)Get a milestone for an existing workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type GetMilestoneResponse Modifier and Type Method Description default CompletableFuture<GetMilestoneResponse>WellArchitectedAsyncClient. getMilestone(Consumer<GetMilestoneRequest.Builder> getMilestoneRequest)Get a milestone for an existing workload.default CompletableFuture<GetMilestoneResponse>WellArchitectedAsyncClient. getMilestone(GetMilestoneRequest getMilestoneRequest)Get a milestone for an existing workload.
-