| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
ServerDetail |
ServerDetail.clone() |
ServerDetail |
GetServerDetailsResult.getServerDetail()
Detailed information about the server.
|
ServerDetail |
ServerDetail.withAntipatternReportS3Object(S3Object antipatternReportS3Object)
The S3 bucket name and Amazon S3 key name for anti-pattern report.
|
ServerDetail |
ServerDetail.withAntipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
ServerDetail |
ServerDetail.withAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
ServerDetail |
ServerDetail.withAntipatternReportStatusMessage(String antipatternReportStatusMessage)
A message about the status of the anti-pattern report generation.
|
ServerDetail |
ServerDetail.withApplicationComponentStrategySummary(Collection<StrategySummary> applicationComponentStrategySummary)
A list of strategy summaries.
|
ServerDetail |
ServerDetail.withApplicationComponentStrategySummary(StrategySummary... applicationComponentStrategySummary)
A list of strategy summaries.
|
ServerDetail |
ServerDetail.withDataCollectionStatus(RunTimeAssessmentStatus dataCollectionStatus)
The status of assessment for the server.
|
ServerDetail |
ServerDetail.withDataCollectionStatus(String dataCollectionStatus)
The status of assessment for the server.
|
ServerDetail |
ServerDetail.withId(String id)
The server ID.
|
ServerDetail |
ServerDetail.withLastAnalyzedTimestamp(Date lastAnalyzedTimestamp)
The timestamp of when the server was assessed.
|
ServerDetail |
ServerDetail.withListAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ServerDetail |
ServerDetail.withListAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ServerDetail |
ServerDetail.withName(String name)
The name of the server.
|
ServerDetail |
ServerDetail.withRecommendationSet(RecommendationSet recommendationSet)
A set of recommendations.
|
ServerDetail |
ServerDetail.withServerError(ServerError serverError)
The error in server analysis.
|
ServerDetail |
ServerDetail.withServerType(String serverType)
The type of server.
|
ServerDetail |
ServerDetail.withStatusMessage(String statusMessage)
A message about the status of data collection, which contains detailed descriptions of any error messages.
|
ServerDetail |
ServerDetail.withSystemInfo(SystemInfo systemInfo)
System information about the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerDetail> |
ListServersResult.getServerInfos()
The list of servers with detailed information about each server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServerDetailsResult.setServerDetail(ServerDetail serverDetail)
Detailed information about the server.
|
GetServerDetailsResult |
GetServerDetailsResult.withServerDetail(ServerDetail serverDetail)
Detailed information about the server.
|
ListServersResult |
ListServersResult.withServerInfos(ServerDetail... serverInfos)
The list of servers with detailed information about each server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServersResult.setServerInfos(Collection<ServerDetail> serverInfos)
The list of servers with detailed information about each server.
|
ListServersResult |
ListServersResult.withServerInfos(Collection<ServerDetail> serverInfos)
The list of servers with detailed information about each server.
|
Copyright © 2023. All rights reserved.