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