Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.IPAddressBasedRemoteInfo.Builder
-
Packages that use IPAddressBasedRemoteInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of IPAddressBasedRemoteInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return IPAddressBasedRemoteInfo.Builder Modifier and Type Method Description IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. authType(String authType)The type of authorization.IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. authType(AuthType authType)The type of authorization.static IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo. builder()IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. ipAddressConfigurationTimeStamp(String ipAddressConfigurationTimeStamp)The time stamp of the configuration.IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. osType(String osType)The type of the operating system.IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo.Builder. osType(OSType osType)The type of the operating system.IPAddressBasedRemoteInfo.BuilderIPAddressBasedRemoteInfo. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type IPAddressBasedRemoteInfo.Builder Modifier and Type Method Description static Class<? extends IPAddressBasedRemoteInfo.Builder>IPAddressBasedRemoteInfo. serializableBuilderClass()
-