| 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)
Returns metadata, such as the path information, about an NFS location.
|
DescribeLocationNfsResult |
AWSDataSyncClient.describeLocationNfs(DescribeLocationNfsRequest request)
Returns metadata, such as the path information, about an NFS location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationNfsResult> |
AbstractAWSDataSyncAsync.describeLocationNfsAsync(DescribeLocationNfsRequest request,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler) |
Future<DescribeLocationNfsResult> |
AWSDataSyncAsync.describeLocationNfsAsync(DescribeLocationNfsRequest describeLocationNfsRequest,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler)
Returns metadata, such as the path information, about an NFS location.
|
Future<DescribeLocationNfsResult> |
AWSDataSyncAsyncClient.describeLocationNfsAsync(DescribeLocationNfsRequest request,
AsyncHandler<DescribeLocationNfsRequest,DescribeLocationNfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationNfsResult |
DescribeLocationNfsResult.clone() |
DescribeLocationNfsResult |
DescribeLocationNfsResult.withCreationTime(Date creationTime)
The time that the NFS location was created.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withLocationUri(String locationUri)
The URL of the source NFS location that was described.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
DescribeLocationNfsResult |
DescribeLocationNfsResult.withOnPremConfig(OnPremConfig onPremConfig) |
Copyright © 2022. All rights reserved.