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