| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMilestonesResponse |
WellArchitectedClient.listMilestones(Consumer<ListMilestonesRequest.Builder> listMilestonesRequest)
List all milestones for an existing workload.
|
default ListMilestonesResponse |
WellArchitectedClient.listMilestones(ListMilestonesRequest listMilestonesRequest)
List all milestones for an existing workload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMilestonesResponse> |
WellArchitectedAsyncClient.listMilestones(Consumer<ListMilestonesRequest.Builder> listMilestonesRequest)
List all milestones for an existing workload.
|
default CompletableFuture<ListMilestonesResponse> |
WellArchitectedAsyncClient.listMilestones(ListMilestonesRequest listMilestonesRequest)
List all milestones for an existing workload.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMilestonesResponse> |
ListMilestonesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMilestonesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMilestonesResponse> subscriber) |
Copyright © 2023. All rights reserved.