| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.applicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.applicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.applicationComponentInfos(Consumer<ApplicationComponentDetail.Builder>... applicationComponentInfos)
The list of application components with detailed information about each component.
|
static ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.builder() |
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListApplicationComponentsResponse.Builder> |
ListApplicationComponentsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.