| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLocationNfsResponse> |
DataSyncAsyncClient.createLocationNfs(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest)
Defines a file system on a Network File System (NFS) server that can be read from or written to.
|
default CreateLocationNfsResponse |
DataSyncClient.createLocationNfs(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest)
Defines a file system on a Network File System (NFS) server that can be read from or written to.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.builder() |
default CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.mountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
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.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.onPremConfig(OnPremConfig onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.serverHostname(String serverHostname)
The name of the NFS server.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.subdirectory(String subdirectory)
The subdirectory in the NFS file system that is used to read data from the NFS source location or write data
to the NFS destination.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationNfsRequest.Builder> |
CreateLocationNfsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.