| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy |
|
| software.amazon.awssdk.services.migrationhubstrategy.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListApplicationComponentsResponse |
MigrationHubStrategyClient.listApplicationComponents(Consumer<ListApplicationComponentsRequest.Builder> listApplicationComponentsRequest)
Retrieves a list of all the application components (processes).
|
default ListApplicationComponentsResponse |
MigrationHubStrategyClient.listApplicationComponents(ListApplicationComponentsRequest listApplicationComponentsRequest)
Retrieves a list of all the application components (processes).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationComponentsResponse> |
MigrationHubStrategyAsyncClient.listApplicationComponents(Consumer<ListApplicationComponentsRequest.Builder> listApplicationComponentsRequest)
Retrieves a list of all the application components (processes).
|
default CompletableFuture<ListApplicationComponentsResponse> |
MigrationHubStrategyAsyncClient.listApplicationComponents(ListApplicationComponentsRequest listApplicationComponentsRequest)
Retrieves a list of all the application components (processes).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListApplicationComponentsResponse> |
ListApplicationComponentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationComponentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListApplicationComponentsResponse> subscriber) |
Copyright © 2023. All rights reserved.