| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremConfig |
OnPremConfig.clone() |
OnPremConfig |
UpdateLocationNfsRequest.getOnPremConfig() |
OnPremConfig |
CreateLocationNfsRequest.getOnPremConfig()
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
OnPremConfig |
DescribeLocationNfsResult.getOnPremConfig() |
OnPremConfig |
OnPremConfig.withAgentArns(Collection<String> agentArns)
ARNs of the agents to use for an NFS location.
|
OnPremConfig |
OnPremConfig.withAgentArns(String... agentArns)
ARNs of the agents to use for an NFS location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLocationNfsRequest.setOnPremConfig(OnPremConfig onPremConfig) |
void |
CreateLocationNfsRequest.setOnPremConfig(OnPremConfig onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
void |
DescribeLocationNfsResult.setOnPremConfig(OnPremConfig onPremConfig) |
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig) |
CreateLocationNfsRequest |
CreateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withOnPremConfig(OnPremConfig onPremConfig) |
Copyright © 2022. All rights reserved.