| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFileSystemFromBackupResult> |
AbstractAmazonFSxAsync.createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest request,
AsyncHandler<CreateFileSystemFromBackupRequest,CreateFileSystemFromBackupResult> asyncHandler) |
Future<CreateFileSystemFromBackupResult> |
AmazonFSxAsyncClient.createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest request,
AsyncHandler<CreateFileSystemFromBackupRequest,CreateFileSystemFromBackupResult> asyncHandler) |
Future<CreateFileSystemFromBackupResult> |
AmazonFSxAsync.createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest createFileSystemFromBackupRequest,
AsyncHandler<CreateFileSystemFromBackupRequest,CreateFileSystemFromBackupResult> asyncHandler)
Creates a new Amazon FSx file system from an existing Amazon FSx for Windows File Server backup.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.clone() |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withBackupId(String backupId) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSecurityGroupIds(String... securityGroupIds)
A list of IDs for the security groups that apply to the specified network interfaces created for file system
access.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSubnetIds(Collection<String> subnetIds)
A list of IDs for the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withSubnetIds(String... subnetIds)
A list of IDs for the subnets that the file system will be accessible from.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Collection<Tag> tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withTags(Tag... tags)
The tags to be applied to the file system at file system creation.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
Copyright © 2019. All rights reserved.