Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.OSType
-
Packages that use OSType Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of OSType in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return OSType Modifier and Type Method Description static OSTypeOSType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OSTypeIPAddressBasedRemoteInfo. osType()The type of the operating system.OSTypeVcenterBasedRemoteInfo. osType()The type of the operating system.OSTypeOSInfo. type()Information about the type of operating system.static OSTypeOSType. valueOf(String name)Returns the enum constant of this type with the specified name.static OSType[]OSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type OSType Modifier and Type Method Description static Set<OSType>OSType. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type OSType Modifier and Type Method Description IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. osType(OSType osType)The type of the operating system.VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo.Builder. osType(OSType osType)The type of the operating system.OSInfo.BuilderOSInfo.Builder. type(OSType type)Information about the type of operating system.
-