| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremConfig |
OnPremConfig.clone() |
OnPremConfig |
UpdateLocationNfsRequest.getOnPremConfig() |
OnPremConfig |
DescribeLocationNfsResult.getOnPremConfig() |
OnPremConfig |
CreateLocationNfsRequest.getOnPremConfig()
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
OnPremConfig |
OnPremConfig.withAgentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
|
OnPremConfig |
OnPremConfig.withAgentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLocationNfsRequest.setOnPremConfig(OnPremConfig onPremConfig) |
void |
DescribeLocationNfsResult.setOnPremConfig(OnPremConfig onPremConfig) |
void |
CreateLocationNfsRequest.setOnPremConfig(OnPremConfig onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig) |
DescribeLocationNfsResult |
DescribeLocationNfsResult.withOnPremConfig(OnPremConfig onPremConfig) |
CreateLocationNfsRequest |
CreateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
Copyright © 2023. All rights reserved.