Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of Group in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type Group Modifier and Type Method Description List<Group>StartImportFileTaskRequest. groupId()Groups the resources in the import file together with a unique name.List<Group>ListApplicationComponentsRequest. groupIdFilter()The group ID specified in to filter on.List<Group>ListServersRequest. groupIdFilter()Specifies the group ID to filter on.List<Group>StartRecommendationReportGenerationRequest. groupIdFilter()Groups the resources in the recommendation report with a unique name.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type Group Modifier and Type Method Description StartImportFileTaskRequest.BuilderStartImportFileTaskRequest.Builder. groupId(Group... groupId)Groups the resources in the import file together with a unique name.ListApplicationComponentsRequest.BuilderListApplicationComponentsRequest.Builder. groupIdFilter(Group... groupIdFilter)The group ID specified in to filter on.ListServersRequest.BuilderListServersRequest.Builder. groupIdFilter(Group... groupIdFilter)Specifies the group ID to filter on.StartRecommendationReportGenerationRequest.BuilderStartRecommendationReportGenerationRequest.Builder. groupIdFilter(Group... groupIdFilter)Groups the resources in the recommendation report with a unique name.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type Group Modifier and Type Method Description StartImportFileTaskRequest.BuilderStartImportFileTaskRequest.Builder. groupId(Collection<Group> groupId)Groups the resources in the import file together with a unique name.ListApplicationComponentsRequest.BuilderListApplicationComponentsRequest.Builder. groupIdFilter(Collection<Group> groupIdFilter)The group ID specified in to filter on.ListServersRequest.BuilderListServersRequest.Builder. groupIdFilter(Collection<Group> groupIdFilter)Specifies the group ID to filter on.StartRecommendationReportGenerationRequest.BuilderStartRecommendationReportGenerationRequest.Builder. groupIdFilter(Collection<Group> groupIdFilter)Groups the resources in the recommendation report with a unique name.
-