| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremConfig.Builder |
OnPremConfig.Builder.agentArns(Collection<String> agentArns)
ARNs of the agents to use for an NFS location.
|
OnPremConfig.Builder |
OnPremConfig.Builder.agentArns(String... agentArns)
ARNs of the agents to use for an NFS location.
|
static OnPremConfig.Builder |
OnPremConfig.builder() |
OnPremConfig.Builder |
OnPremConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnPremConfig.Builder> |
OnPremConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
default DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
Copyright © 2021. All rights reserved.