| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationFsxWindowsResult |
AWSDataSync.describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest)
Returns metadata, such as the path information about an Amazon FSx for Windows location.
|
DescribeLocationFsxWindowsResult |
AbstractAWSDataSync.describeLocationFsxWindows(DescribeLocationFsxWindowsRequest request) |
DescribeLocationFsxWindowsResult |
AWSDataSyncClient.describeLocationFsxWindows(DescribeLocationFsxWindowsRequest request)
Returns metadata, such as the path information about an Amazon FSx for Windows location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationFsxWindowsResult> |
AWSDataSyncAsync.describeLocationFsxWindowsAsync(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest,
AsyncHandler<DescribeLocationFsxWindowsRequest,DescribeLocationFsxWindowsResult> asyncHandler)
Returns metadata, such as the path information about an Amazon FSx for Windows location.
|
Future<DescribeLocationFsxWindowsResult> |
AWSDataSyncAsyncClient.describeLocationFsxWindowsAsync(DescribeLocationFsxWindowsRequest request,
AsyncHandler<DescribeLocationFsxWindowsRequest,DescribeLocationFsxWindowsResult> asyncHandler) |
Future<DescribeLocationFsxWindowsResult> |
AbstractAWSDataSyncAsync.describeLocationFsxWindowsAsync(DescribeLocationFsxWindowsRequest request,
AsyncHandler<DescribeLocationFsxWindowsRequest,DescribeLocationFsxWindowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.clone() |
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withCreationTime(Date creationTime)
The time that the FSx for Windows location was created.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withDomain(String domain)
The name of the Windows domain that the FSx for Windows server belongs to.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withLocationArn(String locationArn)
The Amazon resource Name (ARN) of the FSx for Windows location that was described.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withLocationUri(String locationUri)
The URL of the FSx for Windows location that was described.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the for the FSx for Windows file
system.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the for the FSx for Windows file
system.
|
DescribeLocationFsxWindowsResult |
DescribeLocationFsxWindowsResult.withUser(String user)
The user who has the permissions to access files and folders in the FSx for Windows file system.
|
Copyright © 2020. All rights reserved.