| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMilestoneResponse |
WellArchitectedClient.getMilestone(Consumer<GetMilestoneRequest.Builder> getMilestoneRequest)
Get a milestone for an existing workload.
|
default CompletableFuture<GetMilestoneResponse> |
WellArchitectedAsyncClient.getMilestone(Consumer<GetMilestoneRequest.Builder> getMilestoneRequest)
Get a milestone for an existing workload.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMilestoneRequest.Builder |
GetMilestoneRequest.builder() |
GetMilestoneRequest.Builder |
GetMilestoneRequest.Builder.milestoneNumber(Integer milestoneNumber)
Sets the value of the MilestoneNumber property for this object.
|
GetMilestoneRequest.Builder |
GetMilestoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMilestoneRequest.Builder |
GetMilestoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMilestoneRequest.Builder |
GetMilestoneRequest.toBuilder() |
GetMilestoneRequest.Builder |
GetMilestoneRequest.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMilestoneRequest.Builder> |
GetMilestoneRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.