Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CreateMilestoneResponse
-
Packages that use CreateMilestoneResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of CreateMilestoneResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return CreateMilestoneResponse Modifier and Type Method Description default CreateMilestoneResponseWellArchitectedClient. createMilestone(Consumer<CreateMilestoneRequest.Builder> createMilestoneRequest)Create a milestone for an existing workload.default CreateMilestoneResponseWellArchitectedClient. createMilestone(CreateMilestoneRequest createMilestoneRequest)Create a milestone for an existing workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type CreateMilestoneResponse Modifier and Type Method Description default CompletableFuture<CreateMilestoneResponse>WellArchitectedAsyncClient. createMilestone(Consumer<CreateMilestoneRequest.Builder> createMilestoneRequest)Create a milestone for an existing workload.default CompletableFuture<CreateMilestoneResponse>WellArchitectedAsyncClient. createMilestone(CreateMilestoneRequest createMilestoneRequest)Create a milestone for an existing workload.
-