Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.VcenterBasedRemoteInfo
-
Packages that use VcenterBasedRemoteInfo Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VcenterBasedRemoteInfo in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VcenterBasedRemoteInfo Modifier and Type Method Description List<VcenterBasedRemoteInfo>ConfigurationSummary. vcenterBasedRemoteInfoList()The list of vCenter configurations.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type VcenterBasedRemoteInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. vcenterBasedRemoteInfoList(VcenterBasedRemoteInfo... vcenterBasedRemoteInfoList)The list of vCenter configurations.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type VcenterBasedRemoteInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. vcenterBasedRemoteInfoList(Collection<VcenterBasedRemoteInfo> vcenterBasedRemoteInfoList)The list of vCenter configurations.
-