Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.VcenterBasedRemoteInfo.Builder
-
Packages that use VcenterBasedRemoteInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VcenterBasedRemoteInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return VcenterBasedRemoteInfo.Builder Modifier and Type Method Description static VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo. builder()VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo.Builder. osType(String osType)The type of the operating system.VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo.Builder. osType(OSType osType)The type of the operating system.VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo. toBuilder()VcenterBasedRemoteInfo.BuilderVcenterBasedRemoteInfo.Builder. vcenterConfigurationTimeStamp(String vcenterConfigurationTimeStamp)The time when the remote server based on vCenter was last configured.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VcenterBasedRemoteInfo.Builder Modifier and Type Method Description static Class<? extends VcenterBasedRemoteInfo.Builder>VcenterBasedRemoteInfo. serializableBuilderClass()
-