| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.withName(GroupName name)
The key of the specific import group.
|
Group |
Group.withName(String name)
The key of the specific import group.
|
Group |
Group.withValue(String value)
The value of the specific import group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
StartImportFileTaskRequest.getGroupId()
Groups the resources in the import file together with a unique name.
|
List<Group> |
ListServersRequest.getGroupIdFilter()
Specifies the group ID to filter on.
|
List<Group> |
ListApplicationComponentsRequest.getGroupIdFilter()
The group ID specified in to filter on.
|
List<Group> |
StartRecommendationReportGenerationRequest.getGroupIdFilter()
Groups the resources in the recommendation report with a unique name.
|
| Modifier and Type | Method and Description |
|---|---|
StartImportFileTaskRequest |
StartImportFileTaskRequest.withGroupId(Group... groupId)
Groups the resources in the import file together with a unique name.
|
ListServersRequest |
ListServersRequest.withGroupIdFilter(Group... groupIdFilter)
Specifies the group ID to filter on.
|
ListApplicationComponentsRequest |
ListApplicationComponentsRequest.withGroupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
|
StartRecommendationReportGenerationRequest |
StartRecommendationReportGenerationRequest.withGroupIdFilter(Group... groupIdFilter)
Groups the resources in the recommendation report with a unique name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartImportFileTaskRequest.setGroupId(Collection<Group> groupId)
Groups the resources in the import file together with a unique name.
|
void |
ListServersRequest.setGroupIdFilter(Collection<Group> groupIdFilter)
Specifies the group ID to filter on.
|
void |
ListApplicationComponentsRequest.setGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
|
void |
StartRecommendationReportGenerationRequest.setGroupIdFilter(Collection<Group> groupIdFilter)
Groups the resources in the recommendation report with a unique name.
|
StartImportFileTaskRequest |
StartImportFileTaskRequest.withGroupId(Collection<Group> groupId)
Groups the resources in the import file together with a unique name.
|
ListServersRequest |
ListServersRequest.withGroupIdFilter(Collection<Group> groupIdFilter)
Specifies the group ID to filter on.
|
ListApplicationComponentsRequest |
ListApplicationComponentsRequest.withGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
|
StartRecommendationReportGenerationRequest |
StartRecommendationReportGenerationRequest.withGroupIdFilter(Collection<Group> groupIdFilter)
Groups the resources in the recommendation report with a unique name.
|
Copyright © 2023. All rights reserved.