| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationFsxWindowsResult> |
AbstractAWSDataSyncAsync.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest request,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler) |
Future<CreateLocationFsxWindowsResult> |
AWSDataSyncAsyncClient.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest request,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler) |
Future<CreateLocationFsxWindowsResult> |
AWSDataSyncAsync.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler)
Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data
transfer.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.clone() |
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withDomain(String domain)
Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withFsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withPassword(String password)
Specifies the password of the user who has the permissions to access files and folders in the file system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSecurityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSubdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withUser(String user)
Specifies the user who has the permissions to access files, folders, and metadata in your file system.
|
Copyright © 2024. All rights reserved.