Uses of Class
software.amazon.awssdk.services.databasemigration.model.EndpointSetting
Packages that use EndpointSetting
-
Uses of EndpointSetting in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EndpointSettingModifier and TypeMethodDescriptionfinal List<EndpointSetting>DescribeEndpointSettingsResponse.endpointSettings()Descriptions of the endpoint settings available for your source or target database engine.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EndpointSettingModifier and TypeMethodDescriptionDescribeEndpointSettingsResponse.Builder.endpointSettings(EndpointSetting... endpointSettings) Descriptions of the endpoint settings available for your source or target database engine.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type EndpointSettingModifier and TypeMethodDescriptionDescribeEndpointSettingsResponse.Builder.endpointSettings(Collection<EndpointSetting> endpointSettings) Descriptions of the endpoint settings available for your source or target database engine.