| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationNfsResult |
AbstractAWSDataSync.describeLocationNfs(DescribeLocationNfsRequest request) |
DescribeLocationNfsResult |
AWSDataSync.describeLocationNfs(DescribeLocationNfsRequest describeLocationNfsRequest)
Provides details about how an DataSync transfer location for a Network File System (NFS) file server is
configured.
|
DescribeLocationNfsResult |
AWSDataSyncClient.describeLocationNfs(DescribeLocationNfsRequest request)
Provides details about how an DataSync transfer location for a Network File System (NFS) file server is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationNfsResult> |
AbstractAWSDataSyncAsync.describeLocationNfsAsync(DescribeLocationNfsRequest request,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler) |
Future<DescribeLocationNfsResult> |
AWSDataSyncAsyncClient.describeLocationNfsAsync(DescribeLocationNfsRequest request,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler) |
Future<DescribeLocationNfsResult> |
AWSDataSyncAsync.describeLocationNfsAsync(DescribeLocationNfsRequest describeLocationNfsRequest,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler)
Provides details about how an DataSync transfer location for a Network File System (NFS) file server is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationNfsResult |
DescribeLocationNfsResult.clone() |
DescribeLocationNfsResult |
DescribeLocationNfsResult.withCreationTime(Date creationTime)
The time when the NFS location was created.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withLocationArn(String locationArn)
The ARN of the NFS location.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withLocationUri(String locationUri)
The URL of the NFS location.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withMountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withOnPremConfig(OnPremConfig onPremConfig) |
Copyright © 2024. All rights reserved.