Uses of Class
software.amazon.awssdk.services.costexplorer.model.PlatformDifference
-
Packages that use PlatformDifference Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of PlatformDifference in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return PlatformDifference Modifier and Type Method Description static PlatformDifferencePlatformDifference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PlatformDifferencePlatformDifference. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformDifference[]PlatformDifference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type PlatformDifference Modifier and Type Method Description static Set<PlatformDifference>PlatformDifference. knownValues()List<PlatformDifference>TargetInstance. platformDifferences()Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type PlatformDifference Modifier and Type Method Description TargetInstance.BuilderTargetInstance.Builder. platformDifferences(PlatformDifference... platformDifferences)Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type PlatformDifference Modifier and Type Method Description TargetInstance.BuilderTargetInstance.Builder. platformDifferences(Collection<PlatformDifference> platformDifferences)Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.
-