| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail |
ApplicationComponentDetail.clone() |
ApplicationComponentDetail |
GetApplicationComponentDetailsResult.getApplicationComponentDetail()
Detailed information about an application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAnalysisStatus(SrcCodeOrDbAnalysisStatus analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAnalysisStatus(String analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAntipatternReportS3Object(S3Object antipatternReportS3Object)
The S3 bucket name and the Amazon S3 key name for the anti-pattern report.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAntipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAntipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAppType(AppType appType)
The type of application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAppType(String appType)
The type of application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAppUnitError(AppUnitError appUnitError)
The error in the analysis of the source code or database.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withAssociatedServerId(String associatedServerId)
The ID of the server that the application component is running on.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withDatabaseConfigDetail(DatabaseConfigDetail databaseConfigDetail)
Configuration details for the database associated with the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withId(String id)
The ID of the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withInclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withInclusionStatus(String inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withLastAnalyzedTimestamp(Date lastAnalyzedTimestamp)
The timestamp of when the application component was assessed.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withListAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withListAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withMoreServerAssociationExists(Boolean moreServerAssociationExists)
Set to true if the application component is running on multiple servers.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withName(String name)
The name of application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withOsDriver(String osDriver)
OS driver.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withOsVersion(String osVersion)
OS version.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withRecommendationSet(RecommendationSet recommendationSet)
The top recommendation set for the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withResourceSubType(ResourceSubType resourceSubType)
The application component subtype.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withResourceSubType(String resourceSubType)
The application component subtype.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withResultList(Collection<Result> resultList)
A list of the analysis results.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withResultList(Result... resultList)
A list of the analysis results.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withRuntimeStatus(RuntimeAnalysisStatus runtimeStatus)
The status of the application unit.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withRuntimeStatus(String runtimeStatus)
The status of the application unit.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withRuntimeStatusMessage(String runtimeStatusMessage)
The status message for the application unit.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withSourceCodeRepositories(Collection<SourceCodeRepository> sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withSourceCodeRepositories(SourceCodeRepository... sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withStatusMessage(String statusMessage)
A detailed description of the analysis status and any failure message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationComponentDetail> |
ListApplicationComponentsResult.getApplicationComponentInfos()
The list of application components with detailed information about each component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetApplicationComponentDetailsResult.setApplicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)
Detailed information about an application component.
|
GetApplicationComponentDetailsResult |
GetApplicationComponentDetailsResult.withApplicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)
Detailed information about an application component.
|
ListApplicationComponentsResult |
ListApplicationComponentsResult.withApplicationComponentInfos(ApplicationComponentDetail... applicationComponentInfos)
The list of application components with detailed information about each component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationComponentsResult.setApplicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
|
ListApplicationComponentsResult |
ListApplicationComponentsResult.withApplicationComponentInfos(Collection<ApplicationComponentDetail> applicationComponentInfos)
The list of application components with detailed information about each component.
|
Copyright © 2024. All rights reserved.