Uses of Class
software.amazon.awssdk.services.datasync.model.OnPremConfig
-
Packages that use OnPremConfig Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of OnPremConfig in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return OnPremConfig Modifier and Type Method Description OnPremConfigCreateLocationNfsRequest. onPremConfig()Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.OnPremConfigDescribeLocationNfsResponse. onPremConfig()Returns the value of the OnPremConfig property for this object.OnPremConfigUpdateLocationNfsRequest. onPremConfig()Returns the value of the OnPremConfig property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type OnPremConfig Modifier and Type Method Description CreateLocationNfsRequest.BuilderCreateLocationNfsRequest.Builder. onPremConfig(OnPremConfig onPremConfig)Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.DescribeLocationNfsResponse.BuilderDescribeLocationNfsResponse.Builder. onPremConfig(OnPremConfig onPremConfig)Sets the value of the OnPremConfig property for this object.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. onPremConfig(OnPremConfig onPremConfig)Sets the value of the OnPremConfig property for this object.
-