Uses of Class
com.softlayer.api.service.container.network.authentication.Data
-
Packages that use Data Package Description com.softlayer.api.service.network.media.transcode -
-
Uses of Data in com.softlayer.api.service.network.media.transcode
Methods in com.softlayer.api.service.network.media.transcode that return Data Modifier and Type Method Description Data
Account.Service. getFtpAttributes()
This method returns your Transcode FTP login credentials to the transcode.service.softlayer.com server.Methods in com.softlayer.api.service.network.media.transcode that return types with arguments of type Data Modifier and Type Method Description Future<Data>
Account.ServiceAsync. getFtpAttributes()
Async version ofAccount.Service.getFtpAttributes()
Method parameters in com.softlayer.api.service.network.media.transcode with type arguments of type Data Modifier and Type Method Description Future<?>
Account.ServiceAsync. getFtpAttributes(ResponseHandler<Data> callback)
-