Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ApplicationComponentDetail
-
Packages that use ApplicationComponentDetail Package Description software.amazon.awssdk.services.migrationhubstrategy.model software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of ApplicationComponentDetail in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ApplicationComponentDetail Modifier and Type Method Description ApplicationComponentDetailGetApplicationComponentDetailsResponse. applicationComponentDetail()Detailed information about an application component.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ApplicationComponentDetail Modifier and Type Method Description List<ApplicationComponentDetail>ListApplicationComponentsResponse. applicationComponentInfos()The list of application components with detailed information about each component.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ApplicationComponentDetail Modifier and Type Method Description GetApplicationComponentDetailsResponse.BuilderGetApplicationComponentDetailsResponse.Builder. applicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)Detailed information about an application component.ListApplicationComponentsResponse.BuilderListApplicationComponentsResponse.Builder. applicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)The list of application components with detailed information about each component.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type ApplicationComponentDetail Modifier and Type Method Description ListApplicationComponentsResponse.BuilderListApplicationComponentsResponse.Builder. applicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)The list of application components with detailed information about each component. -
Uses of ApplicationComponentDetail in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type ApplicationComponentDetail Modifier and Type Method Description SdkIterable<ApplicationComponentDetail>ListApplicationComponentsIterable. applicationComponentInfos()Returns an iterable to iterate through the paginatedListApplicationComponentsResponse.applicationComponentInfos()member.SdkPublisher<ApplicationComponentDetail>ListApplicationComponentsPublisher. applicationComponentInfos()Returns a publisher that can be used to get a stream of data.
-