| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model | |
| software.amazon.awssdk.services.migrationhubstrategy.paginators |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail |
GetApplicationComponentDetailsResponse.applicationComponentDetail()
Detailed information about an application component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationComponentDetail> |
ListApplicationComponentsResponse.applicationComponentInfos()
The list of application components with detailed information about each component.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.applicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)
Detailed information about an application component.
|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.applicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)
The list of application components with detailed information about each component.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationComponentsResponse.Builder |
ListApplicationComponentsResponse.Builder.applicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ApplicationComponentDetail> |
ListApplicationComponentsPublisher.applicationComponentInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ApplicationComponentDetail> |
ListApplicationComponentsIterable.applicationComponentInfos()
Returns an iterable to iterate through the paginated
ListApplicationComponentsResponse.applicationComponentInfos() member. |
Copyright © 2023. All rights reserved.