| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationFsxWindowsResult> |
AWSDataSyncAsync.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler)
Creates an endpoint for an Amazon FSx for Windows file system.
|
Future<CreateLocationFsxWindowsResult> |
AWSDataSyncAsyncClient.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest request,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler) |
Future<CreateLocationFsxWindowsResult> |
AbstractAWSDataSyncAsync.createLocationFsxWindowsAsync(CreateLocationFsxWindowsRequest request,
AsyncHandler<CreateLocationFsxWindowsRequest,CreateLocationFsxWindowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.clone() |
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withDomain(String domain)
The name of the Windows domain that the FSx for Windows server belongs to.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withFsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows file system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withPassword(String password)
The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file
system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file
system.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withSubdirectory(String subdirectory)
A subdirectory in the location’s path.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.withTags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest |
CreateLocationFsxWindowsRequest.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.