Uses of Class
software.amazon.awssdk.services.datasync.model.DiscoveryServerConfiguration
-
Packages that use DiscoveryServerConfiguration Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of DiscoveryServerConfiguration in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DiscoveryServerConfiguration Modifier and Type Method Description DiscoveryServerConfigurationAddStorageSystemRequest. serverConfiguration()Specifies the server name and network port required to connect with the management interface of your on-premises storage system.DiscoveryServerConfigurationDescribeStorageSystemResponse. serverConfiguration()The server name and network port required to connect with your on-premises storage system's management interface.DiscoveryServerConfigurationUpdateStorageSystemRequest. serverConfiguration()Specifies the server name and network port required to connect with your on-premises storage system's management interface.Methods in software.amazon.awssdk.services.datasync.model with parameters of type DiscoveryServerConfiguration Modifier and Type Method Description AddStorageSystemRequest.BuilderAddStorageSystemRequest.Builder. serverConfiguration(DiscoveryServerConfiguration serverConfiguration)Specifies the server name and network port required to connect with the management interface of your on-premises storage system.DescribeStorageSystemResponse.BuilderDescribeStorageSystemResponse.Builder. serverConfiguration(DiscoveryServerConfiguration serverConfiguration)The server name and network port required to connect with your on-premises storage system's management interface.UpdateStorageSystemRequest.BuilderUpdateStorageSystemRequest.Builder. serverConfiguration(DiscoveryServerConfiguration serverConfiguration)Specifies the server name and network port required to connect with your on-premises storage system's management interface.
-