| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static BusinessGoals.Builder |
BusinessGoals.builder() |
BusinessGoals.Builder |
BusinessGoals.Builder.licenseCostReduction(Integer licenseCostReduction)
Business goal to reduce license costs.
|
BusinessGoals.Builder |
BusinessGoals.Builder.modernizeInfrastructureWithCloudNativeTechnologies(Integer modernizeInfrastructureWithCloudNativeTechnologies)
Business goal to modernize infrastructure by moving to cloud native technologies.
|
BusinessGoals.Builder |
BusinessGoals.Builder.reduceOperationalOverheadWithManagedServices(Integer reduceOperationalOverheadWithManagedServices)
Business goal to reduce the operational overhead on the team by moving into managed services.
|
BusinessGoals.Builder |
BusinessGoals.Builder.speedOfMigration(Integer speedOfMigration)
Business goal to achieve migration at a fast pace.
|
BusinessGoals.Builder |
BusinessGoals.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BusinessGoals.Builder> |
BusinessGoals.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PrioritizeBusinessGoals.Builder |
PrioritizeBusinessGoals.Builder.businessGoals(Consumer<BusinessGoals.Builder> businessGoals)
Rank of business goals based on priority.
|
Copyright © 2022. All rights reserved.