Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.IPAddressBasedRemoteInfo
-
Packages that use IPAddressBasedRemoteInfo Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of IPAddressBasedRemoteInfo in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type IPAddressBasedRemoteInfo Modifier and Type Method Description List<IPAddressBasedRemoteInfo>ConfigurationSummary. ipAddressBasedRemoteInfoList()IP address based configurations.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type IPAddressBasedRemoteInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. ipAddressBasedRemoteInfoList(IPAddressBasedRemoteInfo... ipAddressBasedRemoteInfoList)IP address based configurations.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type IPAddressBasedRemoteInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. ipAddressBasedRemoteInfoList(Collection<IPAddressBasedRemoteInfo> ipAddressBasedRemoteInfoList)IP address based configurations.
-