Skip navigation links
A B C D E F G H I L M N O R S T U V W 

A

AbstractAmazonFSx - Class in com.amazonaws.services.fsx
Abstract implementation of AmazonFSx.
AbstractAmazonFSx() - Constructor for class com.amazonaws.services.fsx.AbstractAmazonFSx
 
AbstractAmazonFSxAsync - Class in com.amazonaws.services.fsx
Abstract implementation of AmazonFSxAsync.
AbstractAmazonFSxAsync() - Constructor for class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
ActiveDirectoryBackupAttributes - Class in com.amazonaws.services.fsx.model
The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.
ActiveDirectoryBackupAttributes() - Constructor for class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
ActiveDirectoryErrorException - Exception in com.amazonaws.services.fsx.model
An Active Directory error.
ActiveDirectoryErrorException(String) - Constructor for exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
Constructs a new ActiveDirectoryErrorException with the specified error message.
ActiveDirectoryErrorType - Enum in com.amazonaws.services.fsx.model
The type of error relating to Microsoft Active Directory.
AdministrativeAction - Class in com.amazonaws.services.fsx.model
Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.
AdministrativeAction() - Constructor for class com.amazonaws.services.fsx.model.AdministrativeAction
 
AdministrativeActionFailureDetails - Class in com.amazonaws.services.fsx.model
Provides information about a failed administrative action.
AdministrativeActionFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
 
AdministrativeActionType - Enum in com.amazonaws.services.fsx.model
Describes the type of administrative action, as follows:
Alias - Class in com.amazonaws.services.fsx.model
A DNS alias that is associated with the file system.
Alias() - Constructor for class com.amazonaws.services.fsx.model.Alias
 
AliasLifecycle - Enum in com.amazonaws.services.fsx.model
 
AmazonFSx - Interface in com.amazonaws.services.fsx
Interface for accessing Amazon FSx.
AmazonFSxAsync - Interface in com.amazonaws.services.fsx
Interface for accessing Amazon FSx asynchronously.
AmazonFSxAsyncClient - Class in com.amazonaws.services.fsx
Client for accessing Amazon FSx asynchronously.
AmazonFSxAsyncClientBuilder - Class in com.amazonaws.services.fsx
Fluent builder for AmazonFSxAsync.
AmazonFSxClient - Class in com.amazonaws.services.fsx
Client for accessing Amazon FSx.
AmazonFSxClientBuilder - Class in com.amazonaws.services.fsx
Fluent builder for AmazonFSx.
AmazonFSxException - Exception in com.amazonaws.services.fsx.model
Base exception for all service exceptions thrown by Amazon FSx
AmazonFSxException(String) - Constructor for exception com.amazonaws.services.fsx.model.AmazonFSxException
Constructs a new AmazonFSxException with the specified error message.
associateFileSystemAliases(AssociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
associateFileSystemAliases(AssociateFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
associateFileSystemAliases(AssociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest, AsyncHandler<AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest, AsyncHandler<AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
associateFileSystemAliasesAsync(AssociateFileSystemAliasesRequest, AsyncHandler<AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
AssociateFileSystemAliasesRequest - Class in com.amazonaws.services.fsx.model
The request object specifying one or more DNS alias names to associate with an Amazon FSx for Windows File Server file system.
AssociateFileSystemAliasesRequest() - Constructor for class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
AssociateFileSystemAliasesResult - Class in com.amazonaws.services.fsx.model
The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system.
AssociateFileSystemAliasesResult() - Constructor for class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
 
asyncBuilder() - Static method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
AutoExportPolicy - Class in com.amazonaws.services.fsx.model
Describes a data repository association's automatic export policy.
AutoExportPolicy() - Constructor for class com.amazonaws.services.fsx.model.AutoExportPolicy
 
AutoImportPolicy - Class in com.amazonaws.services.fsx.model
Describes the data repository association's automatic import policy.
AutoImportPolicy() - Constructor for class com.amazonaws.services.fsx.model.AutoImportPolicy
 
AutoImportPolicyType - Enum in com.amazonaws.services.fsx.model
 

B

Backup - Class in com.amazonaws.services.fsx.model
A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
Backup() - Constructor for class com.amazonaws.services.fsx.model.Backup
 
BackupBeingCopiedException - Exception in com.amazonaws.services.fsx.model
You can't delete a backup while it's being copied.
BackupBeingCopiedException(String) - Constructor for exception com.amazonaws.services.fsx.model.BackupBeingCopiedException
Constructs a new BackupBeingCopiedException with the specified error message.
BackupFailureDetails - Class in com.amazonaws.services.fsx.model
If backup creation fails, this structure contains the details of that failure.
BackupFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.BackupFailureDetails
 
BackupInProgressException - Exception in com.amazonaws.services.fsx.model
Another backup is already under way.
BackupInProgressException(String) - Constructor for exception com.amazonaws.services.fsx.model.BackupInProgressException
Constructs a new BackupInProgressException with the specified error message.
BackupLifecycle - Enum in com.amazonaws.services.fsx.model
The lifecycle status of the backup.
BackupNotFoundException - Exception in com.amazonaws.services.fsx.model
No Amazon FSx backups were found based upon the supplied parameters.
BackupNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.BackupNotFoundException
Constructs a new BackupNotFoundException with the specified error message.
BackupRestoringException - Exception in com.amazonaws.services.fsx.model
You can't delete a backup while it's being used to restore a file system.
BackupRestoringException(String) - Constructor for exception com.amazonaws.services.fsx.model.BackupRestoringException
Constructs a new BackupRestoringException with the specified error message.
BackupType - Enum in com.amazonaws.services.fsx.model
The type of the backup.
BadRequestException - Exception in com.amazonaws.services.fsx.model
A generic error indicating a failure with a client request.
BadRequestException(String) - Constructor for exception com.amazonaws.services.fsx.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClientBuilder
Construct an asynchronous implementation of AmazonFSxAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.fsx.AmazonFSxClientBuilder
Construct a synchronous implementation of AmazonFSx using the current builder configuration.
builder() - Static method in class com.amazonaws.services.fsx.AmazonFSxClient
 

C

cancelDataRepositoryTask(CancelDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
cancelDataRepositoryTask(CancelDataRepositoryTaskRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state.
cancelDataRepositoryTask(CancelDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state.
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest, AsyncHandler<CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state.
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest, AsyncHandler<CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state.
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
cancelDataRepositoryTaskAsync(CancelDataRepositoryTaskRequest, AsyncHandler<CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CancelDataRepositoryTaskRequest - Class in com.amazonaws.services.fsx.model
Cancels a data repository task.
CancelDataRepositoryTaskRequest() - Constructor for class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
 
CancelDataRepositoryTaskResult - Class in com.amazonaws.services.fsx.model
 
CancelDataRepositoryTaskResult() - Constructor for class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
 
clone() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
clone() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
clone() - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.Alias
 
clone() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
 
clone() - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
 
clone() - Method in class com.amazonaws.services.fsx.model.Backup
 
clone() - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CompletionReport
 
clone() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
 
clone() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
 
clone() - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCache
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.FileSystem
 
clone() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
clone() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
 
clone() - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
 
clone() - Method in class com.amazonaws.services.fsx.model.Filter
 
clone() - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
clone() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
 
clone() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
clone() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
 
clone() - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
 
clone() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
 
clone() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
clone() - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
 
clone() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
clone() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
 
clone() - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
clone() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
 
clone() - Method in class com.amazonaws.services.fsx.model.Tag
 
clone() - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.fsx.model.TieringPolicy
 
clone() - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
clone() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
 
clone() - Method in class com.amazonaws.services.fsx.model.Volume
 
clone() - Method in class com.amazonaws.services.fsx.model.VolumeFilter
 
clone() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
 
clone() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
com.amazonaws.services.fsx - package 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 - package com.amazonaws.services.fsx.model
 
CompletionReport - Class in com.amazonaws.services.fsx.model
Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter.
CompletionReport() - Constructor for class com.amazonaws.services.fsx.model.CompletionReport
 
configFactory - Static variable in class com.amazonaws.services.fsx.AmazonFSxClient
Client configuration factory providing ClientConfigurations tailored to this client
copyBackup(CopyBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
copyBackup(CopyBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
copyBackup(CopyBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
copyBackupAsync(CopyBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
copyBackupAsync(CopyBackupRequest, AsyncHandler<CopyBackupRequest, CopyBackupResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
copyBackupAsync(CopyBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
copyBackupAsync(CopyBackupRequest, AsyncHandler<CopyBackupRequest, CopyBackupResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy).
copyBackupAsync(CopyBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
copyBackupAsync(CopyBackupRequest, AsyncHandler<CopyBackupRequest, CopyBackupResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CopyBackupRequest - Class in com.amazonaws.services.fsx.model
 
CopyBackupRequest() - Constructor for class com.amazonaws.services.fsx.model.CopyBackupRequest
 
CopyBackupResult - Class in com.amazonaws.services.fsx.model
 
CopyBackupResult() - Constructor for class com.amazonaws.services.fsx.model.CopyBackupResult
 
createBackup(CreateBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createBackup(CreateBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
createBackup(CreateBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
createBackupAsync(CreateBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createBackupAsync(CreateBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
createBackupAsync(CreateBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createBackupAsync(CreateBackupRequest, AsyncHandler<CreateBackupRequest, CreateBackupResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateBackupRequest - Class in com.amazonaws.services.fsx.model
The request object for the CreateBackup operation.
CreateBackupRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateBackupRequest
 
CreateBackupResult - Class in com.amazonaws.services.fsx.model
The response object for the CreateBackup operation.
CreateBackupResult() - Constructor for class com.amazonaws.services.fsx.model.CreateBackupResult
 
createDataRepositoryAssociation(CreateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createDataRepositoryAssociation(CreateDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates an Amazon FSx for Lustre data repository association (DRA).
createDataRepositoryAssociation(CreateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates an Amazon FSx for Lustre data repository association (DRA).
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest, AsyncHandler<CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an Amazon FSx for Lustre data repository association (DRA).
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest, AsyncHandler<CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an Amazon FSx for Lustre data repository association (DRA).
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createDataRepositoryAssociationAsync(CreateDataRepositoryAssociationRequest, AsyncHandler<CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateDataRepositoryAssociationRequest - Class in com.amazonaws.services.fsx.model
 
CreateDataRepositoryAssociationRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
CreateDataRepositoryAssociationResult - Class in com.amazonaws.services.fsx.model
 
CreateDataRepositoryAssociationResult() - Constructor for class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
 
createDataRepositoryTask(CreateDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createDataRepositoryTask(CreateDataRepositoryTaskRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates an Amazon FSx for Lustre data repository task.
createDataRepositoryTask(CreateDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates an Amazon FSx for Lustre data repository task.
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest, AsyncHandler<CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an Amazon FSx for Lustre data repository task.
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest, AsyncHandler<CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an Amazon FSx for Lustre data repository task.
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createDataRepositoryTaskAsync(CreateDataRepositoryTaskRequest, AsyncHandler<CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateDataRepositoryTaskRequest - Class in com.amazonaws.services.fsx.model
 
CreateDataRepositoryTaskRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
CreateDataRepositoryTaskResult - Class in com.amazonaws.services.fsx.model
 
CreateDataRepositoryTaskResult() - Constructor for class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
 
createFileCache(CreateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createFileCache(CreateFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a new Amazon File Cache resource.
createFileCache(CreateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a new Amazon File Cache resource.
createFileCacheAsync(CreateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileCacheAsync(CreateFileCacheRequest, AsyncHandler<CreateFileCacheRequest, CreateFileCacheResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileCacheAsync(CreateFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon File Cache resource.
createFileCacheAsync(CreateFileCacheRequest, AsyncHandler<CreateFileCacheRequest, CreateFileCacheResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon File Cache resource.
createFileCacheAsync(CreateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createFileCacheAsync(CreateFileCacheRequest, AsyncHandler<CreateFileCacheRequest, CreateFileCacheResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateFileCacheLustreConfiguration - Class in com.amazonaws.services.fsx.model
The Amazon File Cache configuration for the cache that you are creating.
CreateFileCacheLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
CreateFileCacheRequest - Class in com.amazonaws.services.fsx.model
 
CreateFileCacheRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
CreateFileCacheResult - Class in com.amazonaws.services.fsx.model
 
CreateFileCacheResult() - Constructor for class com.amazonaws.services.fsx.model.CreateFileCacheResult
 
createFileSystem(CreateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createFileSystem(CreateFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a new, empty Amazon FSx file system.
createFileSystem(CreateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a new, empty Amazon FSx file system.
createFileSystemAsync(CreateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileSystemAsync(CreateFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new, empty Amazon FSx file system.
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new, empty Amazon FSx file system.
createFileSystemAsync(CreateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createFileSystemFromBackup(CreateFileSystemFromBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createFileSystemFromBackup(CreateFileSystemFromBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.
createFileSystemFromBackup(CreateFileSystemFromBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest, AsyncHandler<CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest, AsyncHandler<CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createFileSystemFromBackupAsync(CreateFileSystemFromBackupRequest, AsyncHandler<CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateFileSystemFromBackupRequest - Class in com.amazonaws.services.fsx.model
The request object for the CreateFileSystemFromBackup operation.
CreateFileSystemFromBackupRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
CreateFileSystemFromBackupResult - Class in com.amazonaws.services.fsx.model
The response object for the CreateFileSystemFromBackup operation.
CreateFileSystemFromBackupResult() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
 
CreateFileSystemLustreConfiguration - Class in com.amazonaws.services.fsx.model
The Lustre configuration for the file system being created.
CreateFileSystemLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
CreateFileSystemOntapConfiguration - Class in com.amazonaws.services.fsx.model
The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
CreateFileSystemOntapConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
CreateFileSystemOpenZFSConfiguration - Class in com.amazonaws.services.fsx.model
The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.
CreateFileSystemOpenZFSConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
CreateFileSystemRequest - Class in com.amazonaws.services.fsx.model
The request object used to create a new Amazon FSx file system.
CreateFileSystemRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
CreateFileSystemResult - Class in com.amazonaws.services.fsx.model
The response object returned after the file system is created.
CreateFileSystemResult() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemResult
 
CreateFileSystemWindowsConfiguration - Class in com.amazonaws.services.fsx.model
The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.
CreateFileSystemWindowsConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
CreateOntapVolumeConfiguration - Class in com.amazonaws.services.fsx.model
Specifies the configuration of the ONTAP volume that you are creating.
CreateOntapVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
CreateOpenZFSOriginSnapshotConfiguration - Class in com.amazonaws.services.fsx.model
The snapshot configuration to use when creating an OpenZFS volume from a snapshot.
CreateOpenZFSOriginSnapshotConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
CreateOpenZFSVolumeConfiguration - Class in com.amazonaws.services.fsx.model
Specifies the configuration of the Amazon FSx for OpenZFS volume that you are creating.
CreateOpenZFSVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
 
createSnapshot(CreateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createSnapshot(CreateSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
createSnapshot(CreateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
createSnapshotAsync(CreateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createSnapshotAsync(CreateSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createSnapshotAsync(CreateSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
createSnapshotAsync(CreateSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
createSnapshotAsync(CreateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createSnapshotAsync(CreateSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateSnapshotRequest - Class in com.amazonaws.services.fsx.model
 
CreateSnapshotRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
CreateSnapshotResult - Class in com.amazonaws.services.fsx.model
 
CreateSnapshotResult() - Constructor for class com.amazonaws.services.fsx.model.CreateSnapshotResult
 
createStorageVirtualMachine(CreateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createStorageVirtualMachine(CreateStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
createStorageVirtualMachine(CreateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest, AsyncHandler<CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest, AsyncHandler<CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createStorageVirtualMachineAsync(CreateStorageVirtualMachineRequest, AsyncHandler<CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateStorageVirtualMachineRequest - Class in com.amazonaws.services.fsx.model
 
CreateStorageVirtualMachineRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
CreateStorageVirtualMachineResult - Class in com.amazonaws.services.fsx.model
 
CreateStorageVirtualMachineResult() - Constructor for class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
 
CreateSvmActiveDirectoryConfiguration - Class in com.amazonaws.services.fsx.model
The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.
CreateSvmActiveDirectoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
createVolume(CreateVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createVolume(CreateVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
createVolume(CreateVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
createVolumeAsync(CreateVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createVolumeAsync(CreateVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createVolumeAsync(CreateVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
createVolumeAsync(CreateVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
createVolumeAsync(CreateVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createVolumeAsync(CreateVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createVolumeFromBackup(CreateVolumeFromBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
createVolumeFromBackup(CreateVolumeFromBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
createVolumeFromBackup(CreateVolumeFromBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest, AsyncHandler<CreateVolumeFromBackupRequest, CreateVolumeFromBackupResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest, AsyncHandler<CreateVolumeFromBackupRequest, CreateVolumeFromBackupResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
createVolumeFromBackupAsync(CreateVolumeFromBackupRequest, AsyncHandler<CreateVolumeFromBackupRequest, CreateVolumeFromBackupResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
CreateVolumeFromBackupRequest - Class in com.amazonaws.services.fsx.model
 
CreateVolumeFromBackupRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
CreateVolumeFromBackupResult - Class in com.amazonaws.services.fsx.model
 
CreateVolumeFromBackupResult() - Constructor for class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
 
CreateVolumeRequest - Class in com.amazonaws.services.fsx.model
 
CreateVolumeRequest() - Constructor for class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
CreateVolumeResult - Class in com.amazonaws.services.fsx.model
 
CreateVolumeResult() - Constructor for class com.amazonaws.services.fsx.model.CreateVolumeResult
 

D

DataCompressionType - Enum in com.amazonaws.services.fsx.model
 
DataRepositoryAssociation - Class in com.amazonaws.services.fsx.model
The configuration of a data repository association that links an Amazon FSx for Lustre file system to an Amazon S3 bucket or an Amazon File Cache resource to an Amazon S3 bucket or an NFS file system.
DataRepositoryAssociation() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
DataRepositoryAssociationNotFoundException - Exception in com.amazonaws.services.fsx.model
No data repository associations were found based upon the supplied parameters.
DataRepositoryAssociationNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.DataRepositoryAssociationNotFoundException
Constructs a new DataRepositoryAssociationNotFoundException with the specified error message.
DataRepositoryConfiguration - Class in com.amazonaws.services.fsx.model
The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.
DataRepositoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
DataRepositoryFailureDetails - Class in com.amazonaws.services.fsx.model
Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED.
DataRepositoryFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
DataRepositoryLifecycle - Enum in com.amazonaws.services.fsx.model
 
DataRepositoryTask - Class in com.amazonaws.services.fsx.model
A description of the data repository task.
DataRepositoryTask() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryTask
 
DataRepositoryTaskEndedException - Exception in com.amazonaws.services.fsx.model
The data repository task could not be canceled because the task has already ended.
DataRepositoryTaskEndedException(String) - Constructor for exception com.amazonaws.services.fsx.model.DataRepositoryTaskEndedException
Constructs a new DataRepositoryTaskEndedException with the specified error message.
DataRepositoryTaskExecutingException - Exception in com.amazonaws.services.fsx.model
An existing data repository task is currently executing on the file system.
DataRepositoryTaskExecutingException(String) - Constructor for exception com.amazonaws.services.fsx.model.DataRepositoryTaskExecutingException
Constructs a new DataRepositoryTaskExecutingException with the specified error message.
DataRepositoryTaskFailureDetails - Class in com.amazonaws.services.fsx.model
Provides information about why a data repository task failed.
DataRepositoryTaskFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
DataRepositoryTaskFilter - Class in com.amazonaws.services.fsx.model
(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response.
DataRepositoryTaskFilter() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
 
DataRepositoryTaskFilterName - Enum in com.amazonaws.services.fsx.model
 
DataRepositoryTaskLifecycle - Enum in com.amazonaws.services.fsx.model
 
DataRepositoryTaskNotFoundException - Exception in com.amazonaws.services.fsx.model
The data repository task or tasks you specified could not be found.
DataRepositoryTaskNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.DataRepositoryTaskNotFoundException
Constructs a new DataRepositoryTaskNotFoundException with the specified error message.
DataRepositoryTaskStatus - Class in com.amazonaws.services.fsx.model
Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.
DataRepositoryTaskStatus() - Constructor for class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
 
DataRepositoryTaskType - Enum in com.amazonaws.services.fsx.model
 
defaultClient() - Static method in class com.amazonaws.services.fsx.AmazonFSxAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.fsx.AmazonFSxClientBuilder
 
deleteBackup(DeleteBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteBackup(DeleteBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes an Amazon FSx backup.
deleteBackup(DeleteBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes an Amazon FSx backup.
deleteBackupAsync(DeleteBackupRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteBackupAsync(DeleteBackupRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx backup.
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx backup.
deleteBackupAsync(DeleteBackupRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteBackupAsync(DeleteBackupRequest, AsyncHandler<DeleteBackupRequest, DeleteBackupResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteBackupRequest - Class in com.amazonaws.services.fsx.model
The request object for the DeleteBackup operation.
DeleteBackupRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteBackupRequest
 
DeleteBackupResult - Class in com.amazonaws.services.fsx.model
The response object for the DeleteBackup operation.
DeleteBackupResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteBackupResult
 
deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes a data repository association on an Amazon FSx for Lustre file system.
deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes a data repository association on an Amazon FSx for Lustre file system.
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest, AsyncHandler<DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes a data repository association on an Amazon FSx for Lustre file system.
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest, AsyncHandler<DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes a data repository association on an Amazon FSx for Lustre file system.
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteDataRepositoryAssociationAsync(DeleteDataRepositoryAssociationRequest, AsyncHandler<DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteDataRepositoryAssociationRequest - Class in com.amazonaws.services.fsx.model
 
DeleteDataRepositoryAssociationRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
DeleteDataRepositoryAssociationResult - Class in com.amazonaws.services.fsx.model
 
DeleteDataRepositoryAssociationResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
 
deleteFileCache(DeleteFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteFileCache(DeleteFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes an Amazon File Cache resource.
deleteFileCache(DeleteFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes an Amazon File Cache resource.
deleteFileCacheAsync(DeleteFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteFileCacheAsync(DeleteFileCacheRequest, AsyncHandler<DeleteFileCacheRequest, DeleteFileCacheResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteFileCacheAsync(DeleteFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon File Cache resource.
deleteFileCacheAsync(DeleteFileCacheRequest, AsyncHandler<DeleteFileCacheRequest, DeleteFileCacheResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon File Cache resource.
deleteFileCacheAsync(DeleteFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteFileCacheAsync(DeleteFileCacheRequest, AsyncHandler<DeleteFileCacheRequest, DeleteFileCacheResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteFileCacheRequest - Class in com.amazonaws.services.fsx.model
 
DeleteFileCacheRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
DeleteFileCacheResult - Class in com.amazonaws.services.fsx.model
 
DeleteFileCacheResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileCacheResult
 
deleteFileSystem(DeleteFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteFileSystem(DeleteFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes a file system.
deleteFileSystem(DeleteFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes a file system.
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes a file system.
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes a file system.
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteFileSystemLustreConfiguration - Class in com.amazonaws.services.fsx.model
The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.
DeleteFileSystemLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
 
DeleteFileSystemLustreResponse - Class in com.amazonaws.services.fsx.model
The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.
DeleteFileSystemLustreResponse() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
 
DeleteFileSystemOpenZFSConfiguration - Class in com.amazonaws.services.fsx.model
The configuration object for the Amazon FSx for OpenZFS file system used in the DeleteFileSystem operation.
DeleteFileSystemOpenZFSConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
 
DeleteFileSystemOpenZFSOption - Enum in com.amazonaws.services.fsx.model
 
DeleteFileSystemOpenZFSResponse - Class in com.amazonaws.services.fsx.model
The response object for the Amazon FSx for OpenZFS file system that's being deleted in the DeleteFileSystem operation.
DeleteFileSystemOpenZFSResponse() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
DeleteFileSystemRequest - Class in com.amazonaws.services.fsx.model
The request object for DeleteFileSystem operation.
DeleteFileSystemRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
DeleteFileSystemResult - Class in com.amazonaws.services.fsx.model
The response object for the DeleteFileSystem operation.
DeleteFileSystemResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
DeleteFileSystemWindowsConfiguration - Class in com.amazonaws.services.fsx.model
The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.
DeleteFileSystemWindowsConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
 
DeleteFileSystemWindowsResponse - Class in com.amazonaws.services.fsx.model
The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.
DeleteFileSystemWindowsResponse() - Constructor for class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
 
DeleteOpenZFSVolumeOption - Enum in com.amazonaws.services.fsx.model
 
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteSnapshot(DeleteSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes an Amazon FSx for OpenZFS snapshot.
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes an Amazon FSx for OpenZFS snapshot.
deleteSnapshotAsync(DeleteSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteSnapshotAsync(DeleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteSnapshotAsync(DeleteSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx for OpenZFS snapshot.
deleteSnapshotAsync(DeleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx for OpenZFS snapshot.
deleteSnapshotAsync(DeleteSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteSnapshotAsync(DeleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteSnapshotRequest - Class in com.amazonaws.services.fsx.model
 
DeleteSnapshotRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
DeleteSnapshotResult - Class in com.amazonaws.services.fsx.model
 
DeleteSnapshotResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteSnapshotResult
 
deleteStorageVirtualMachine(DeleteStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteStorageVirtualMachine(DeleteStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM).
deleteStorageVirtualMachine(DeleteStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM).
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest, AsyncHandler<DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM).
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest, AsyncHandler<DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM).
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteStorageVirtualMachineAsync(DeleteStorageVirtualMachineRequest, AsyncHandler<DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteStorageVirtualMachineRequest - Class in com.amazonaws.services.fsx.model
 
DeleteStorageVirtualMachineRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
DeleteStorageVirtualMachineResult - Class in com.amazonaws.services.fsx.model
 
DeleteStorageVirtualMachineResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
 
deleteVolume(DeleteVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
deleteVolume(DeleteVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
deleteVolume(DeleteVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
deleteVolumeAsync(DeleteVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteVolumeAsync(DeleteVolumeRequest, AsyncHandler<DeleteVolumeRequest, DeleteVolumeResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
deleteVolumeAsync(DeleteVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
deleteVolumeAsync(DeleteVolumeRequest, AsyncHandler<DeleteVolumeRequest, DeleteVolumeResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
deleteVolumeAsync(DeleteVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
deleteVolumeAsync(DeleteVolumeRequest, AsyncHandler<DeleteVolumeRequest, DeleteVolumeResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DeleteVolumeOntapConfiguration - Class in com.amazonaws.services.fsx.model
Use to specify skipping a final backup, or to add tags to a final backup.
DeleteVolumeOntapConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
DeleteVolumeOntapResponse - Class in com.amazonaws.services.fsx.model
The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the DeleteVolume operation.
DeleteVolumeOntapResponse() - Constructor for class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
DeleteVolumeOpenZFSConfiguration - Class in com.amazonaws.services.fsx.model
A value that specifies whether to delete all child volumes and snapshots.
DeleteVolumeOpenZFSConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
 
DeleteVolumeRequest - Class in com.amazonaws.services.fsx.model
 
DeleteVolumeRequest() - Constructor for class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
DeleteVolumeResult - Class in com.amazonaws.services.fsx.model
 
DeleteVolumeResult() - Constructor for class com.amazonaws.services.fsx.model.DeleteVolumeResult
 
describeBackups(DescribeBackupsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeBackups(DescribeBackupsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of a specific Amazon FSx backup, if a BackupIds value is provided for that backup.
describeBackups(DescribeBackupsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of a specific Amazon FSx backup, if a BackupIds value is provided for that backup.
describeBackupsAsync(DescribeBackupsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeBackupsAsync(DescribeBackupsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of a specific Amazon FSx backup, if a BackupIds value is provided for that backup.
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of a specific Amazon FSx backup, if a BackupIds value is provided for that backup.
describeBackupsAsync(DescribeBackupsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeBackupsAsync(DescribeBackupsRequest, AsyncHandler<DescribeBackupsRequest, DescribeBackupsResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeBackupsRequest - Class in com.amazonaws.services.fsx.model
The request object for the DescribeBackups operation.
DescribeBackupsRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeBackupsRequest
 
DescribeBackupsResult - Class in com.amazonaws.services.fsx.model
Response object for the DescribeBackups operation.
DescribeBackupsResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeBackupsResult
 
describeDataRepositoryAssociations(DescribeDataRepositoryAssociationsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeDataRepositoryAssociations(DescribeDataRepositoryAssociationsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryAssociations(DescribeDataRepositoryAssociationsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest, AsyncHandler<DescribeDataRepositoryAssociationsRequest, DescribeDataRepositoryAssociationsResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest, AsyncHandler<DescribeDataRepositoryAssociationsRequest, DescribeDataRepositoryAssociationsResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeDataRepositoryAssociationsAsync(DescribeDataRepositoryAssociationsRequest, AsyncHandler<DescribeDataRepositoryAssociationsRequest, DescribeDataRepositoryAssociationsResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeDataRepositoryAssociationsRequest - Class in com.amazonaws.services.fsx.model
 
DescribeDataRepositoryAssociationsRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
DescribeDataRepositoryAssociationsResult - Class in com.amazonaws.services.fsx.model
 
DescribeDataRepositoryAssociationsResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest, AsyncHandler<DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest, AsyncHandler<DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request.
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeDataRepositoryTasksAsync(DescribeDataRepositoryTasksRequest, AsyncHandler<DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeDataRepositoryTasksRequest - Class in com.amazonaws.services.fsx.model
 
DescribeDataRepositoryTasksRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
DescribeDataRepositoryTasksResult - Class in com.amazonaws.services.fsx.model
 
DescribeDataRepositoryTasksResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
describeFileCaches(DescribeFileCachesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeFileCaches(DescribeFileCachesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache.
describeFileCaches(DescribeFileCachesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache.
describeFileCachesAsync(DescribeFileCachesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileCachesAsync(DescribeFileCachesRequest, AsyncHandler<DescribeFileCachesRequest, DescribeFileCachesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileCachesAsync(DescribeFileCachesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache.
describeFileCachesAsync(DescribeFileCachesRequest, AsyncHandler<DescribeFileCachesRequest, DescribeFileCachesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache.
describeFileCachesAsync(DescribeFileCachesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeFileCachesAsync(DescribeFileCachesRequest, AsyncHandler<DescribeFileCachesRequest, DescribeFileCachesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeFileCachesRequest - Class in com.amazonaws.services.fsx.model
 
DescribeFileCachesRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
DescribeFileCachesResult - Class in com.amazonaws.services.fsx.model
 
DescribeFileCachesResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
describeFileSystemAliases(DescribeFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeFileSystemAliases(DescribeFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system.
describeFileSystemAliases(DescribeFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system.
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest, AsyncHandler<DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system.
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest, AsyncHandler<DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system.
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeFileSystemAliasesAsync(DescribeFileSystemAliasesRequest, AsyncHandler<DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeFileSystemAliasesRequest - Class in com.amazonaws.services.fsx.model
The request object for DescribeFileSystemAliases operation.
DescribeFileSystemAliasesRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
DescribeFileSystemAliasesResult - Class in com.amazonaws.services.fsx.model
The response object for DescribeFileSystemAliases operation.
DescribeFileSystemAliasesResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
 
describeFileSystems(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeFileSystems(DescribeFileSystemsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system.
describeFileSystems(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system.
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system.
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system.
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeFileSystemsRequest - Class in com.amazonaws.services.fsx.model
The request object for DescribeFileSystems operation.
DescribeFileSystemsRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
 
DescribeFileSystemsResult - Class in com.amazonaws.services.fsx.model
The response object for DescribeFileSystems operation.
DescribeFileSystemsResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
 
describeSnapshots(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeSnapshots(DescribeSnapshotsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a SnapshotIds value is provided.
describeSnapshots(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a SnapshotIds value is provided.
describeSnapshotsAsync(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeSnapshotsAsync(DescribeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeSnapshotsAsync(DescribeSnapshotsRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a SnapshotIds value is provided.
describeSnapshotsAsync(DescribeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a SnapshotIds value is provided.
describeSnapshotsAsync(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeSnapshotsAsync(DescribeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeSnapshotsRequest - Class in com.amazonaws.services.fsx.model
 
DescribeSnapshotsRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
DescribeSnapshotsResult - Class in com.amazonaws.services.fsx.model
 
DescribeSnapshotsResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
describeStorageVirtualMachines(DescribeStorageVirtualMachinesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeStorageVirtualMachines(DescribeStorageVirtualMachinesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
describeStorageVirtualMachines(DescribeStorageVirtualMachinesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest, AsyncHandler<DescribeStorageVirtualMachinesRequest, DescribeStorageVirtualMachinesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest, AsyncHandler<DescribeStorageVirtualMachinesRequest, DescribeStorageVirtualMachinesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeStorageVirtualMachinesAsync(DescribeStorageVirtualMachinesRequest, AsyncHandler<DescribeStorageVirtualMachinesRequest, DescribeStorageVirtualMachinesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeStorageVirtualMachinesRequest - Class in com.amazonaws.services.fsx.model
 
DescribeStorageVirtualMachinesRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
DescribeStorageVirtualMachinesResult - Class in com.amazonaws.services.fsx.model
 
DescribeStorageVirtualMachinesResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
describeVolumes(DescribeVolumesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
describeVolumes(DescribeVolumesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
describeVolumes(DescribeVolumesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
describeVolumesAsync(DescribeVolumesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeVolumesAsync(DescribeVolumesRequest, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
describeVolumesAsync(DescribeVolumesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
describeVolumesAsync(DescribeVolumesRequest, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
describeVolumesAsync(DescribeVolumesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
describeVolumesAsync(DescribeVolumesRequest, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DescribeVolumesRequest - Class in com.amazonaws.services.fsx.model
 
DescribeVolumesRequest() - Constructor for class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
DescribeVolumesResult - Class in com.amazonaws.services.fsx.model
 
DescribeVolumesResult() - Constructor for class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
disassociateFileSystemAliases(DisassociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
disassociateFileSystemAliases(DisassociateFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system.
disassociateFileSystemAliases(DisassociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system.
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest, AsyncHandler<DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system.
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest, AsyncHandler<DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system.
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
disassociateFileSystemAliasesAsync(DisassociateFileSystemAliasesRequest, AsyncHandler<DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
DisassociateFileSystemAliasesRequest - Class in com.amazonaws.services.fsx.model
The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.
DisassociateFileSystemAliasesRequest() - Constructor for class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
DisassociateFileSystemAliasesResult - Class in com.amazonaws.services.fsx.model
The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system.
DisassociateFileSystemAliasesResult() - Constructor for class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
 
DiskIopsConfiguration - Class in com.amazonaws.services.fsx.model
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system.
DiskIopsConfiguration() - Constructor for class com.amazonaws.services.fsx.model.DiskIopsConfiguration
 
DiskIopsConfigurationMode - Enum in com.amazonaws.services.fsx.model
 
DriveCacheType - Enum in com.amazonaws.services.fsx.model
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.fsx.AmazonFSx
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Alias
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Backup
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CompletionReport
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCache
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Filter
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.Volume
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
 
equals(Object) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
EventType - Enum in com.amazonaws.services.fsx.model
 

F

FileCache - Class in com.amazonaws.services.fsx.model
A description of a specific Amazon File Cache resource, which is a response object from the DescribeFileCaches operation.
FileCache() - Constructor for class com.amazonaws.services.fsx.model.FileCache
 
FileCacheCreating - Class in com.amazonaws.services.fsx.model
The response object for the Amazon File Cache resource being created in the CreateFileCache operation.
FileCacheCreating() - Constructor for class com.amazonaws.services.fsx.model.FileCacheCreating
 
FileCacheDataRepositoryAssociation - Class in com.amazonaws.services.fsx.model
The configuration for a data repository association (DRA) to be created during the Amazon File Cache resource creation.
FileCacheDataRepositoryAssociation() - Constructor for class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
 
FileCacheFailureDetails - Class in com.amazonaws.services.fsx.model
A structure providing details of any failures that occurred.
FileCacheFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.FileCacheFailureDetails
 
FileCacheLifecycle - Enum in com.amazonaws.services.fsx.model
 
FileCacheLustreConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for the Amazon File Cache resource.
FileCacheLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
FileCacheLustreDeploymentType - Enum in com.amazonaws.services.fsx.model
 
FileCacheLustreMetadataConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for a Lustre MDT (Metadata Target) storage volume.
FileCacheLustreMetadataConfiguration() - Constructor for class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
 
FileCacheNFSConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.
FileCacheNFSConfiguration() - Constructor for class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
 
FileCacheNotFoundException - Exception in com.amazonaws.services.fsx.model
No caches were found based upon supplied parameters.
FileCacheNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.FileCacheNotFoundException
Constructs a new FileCacheNotFoundException with the specified error message.
FileCacheType - Enum in com.amazonaws.services.fsx.model
 
FileSystem - Class in com.amazonaws.services.fsx.model
A description of a specific Amazon FSx file system.
FileSystem() - Constructor for class com.amazonaws.services.fsx.model.FileSystem
 
FileSystemEndpoint - Class in com.amazonaws.services.fsx.model
An Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
FileSystemEndpoint() - Constructor for class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
FileSystemEndpoints - Class in com.amazonaws.services.fsx.model
An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
FileSystemEndpoints() - Constructor for class com.amazonaws.services.fsx.model.FileSystemEndpoints
 
FileSystemFailureDetails - Class in com.amazonaws.services.fsx.model
A structure providing details of any failures that occurred.
FileSystemFailureDetails() - Constructor for class com.amazonaws.services.fsx.model.FileSystemFailureDetails
 
FileSystemLifecycle - Enum in com.amazonaws.services.fsx.model
The lifecycle status of the file system.
FileSystemMaintenanceOperation - Enum in com.amazonaws.services.fsx.model
An enumeration specifying the currently ongoing maintenance operation.
FileSystemNotFoundException - Exception in com.amazonaws.services.fsx.model
No Amazon FSx file systems were found based upon supplied parameters.
FileSystemNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.FileSystemNotFoundException
Constructs a new FileSystemNotFoundException with the specified error message.
FileSystemType - Enum in com.amazonaws.services.fsx.model
The type of file system.
Filter - Class in com.amazonaws.services.fsx.model
A filter used to restrict the results of describe calls.
Filter() - Constructor for class com.amazonaws.services.fsx.model.Filter
 
FilterName - Enum in com.amazonaws.services.fsx.model
The name for a filter.
FlexCacheEndpointType - Enum in com.amazonaws.services.fsx.model
 
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.ActiveDirectoryErrorType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.AdministrativeActionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.AliasLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.AutoImportPolicyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.BackupLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.BackupType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DataCompressionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskFilterName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSOption
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DeleteOpenZFSVolumeOption
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DiskIopsConfigurationMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.DriveCacheType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.EventType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheLustreDeploymentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemMaintenanceOperation
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FilterName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.FlexCacheEndpointType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.LustreAccessAuditLogLevel
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.LustreDeploymentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.NfsVersion
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OntapDeploymentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OntapVolumeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSCopyStrategy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDataCompressionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDeploymentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSQuotaType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.ReportFormat
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.ReportScope
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.ResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.RestoreOpenZFSVolumeOption
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.SecurityStyle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.ServiceLimit
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.SnapshotFilterName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.SnapshotLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.Status
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.StorageType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineFilterName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineRootVolumeSecurityStyle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineSubtype
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.TieringPolicyName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeFilterName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeLifecycle
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.WindowsAccessAuditLogLevel
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.fsx.model.WindowsDeploymentType
Use this in place of valueOf.

G

getActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
Describes the self-managed Microsoft Active Directory to which you want to join the SVM.
getActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
getActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
getActiveDirectoryId() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
getActiveDirectoryId() - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The directory ID of the directory that an error pertains to.
getActiveDirectoryId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.
getActiveDirectoryId() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.
getAdministrativeActions() - Method in class com.amazonaws.services.fsx.model.FileSystem
A list of administrative actions for the file system that are in process or waiting to be processed.
getAdministrativeActions() - Method in class com.amazonaws.services.fsx.model.Snapshot
A list of administrative actions for the file system that are in process or waiting to be processed.
getAdministrativeActions() - Method in class com.amazonaws.services.fsx.model.Volume
A list of administrative actions for the file system that are in process or waiting to be processed.
getAdministrativeActionType() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
getAliases() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
An array of one or more DNS alias names to associate with the file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
An array of the DNS aliases that Amazon FSx is associating with the file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
An array of one or more DNS aliases currently associated with the specified file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
An array of one or more DNS alias names to disassociate, or remove, from the file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
getAliases() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
getAssociation() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
The response object returned after the data repository association is created.
getAssociation() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
The response object returned after the data repository association is updated.
getAssociationId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The system-generated, unique ID of the data repository association.
getAssociationId() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
The ID of the data repository association that you want to delete.
getAssociationId() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
The ID of the data repository association being deleted.
getAssociationId() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The ID of the data repository association that you are updating.
getAssociationIds() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
IDs of the data repository associations whose descriptions you want to retrieve (String).
getAssociations() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
An array of one or more data repository association descriptions.
getAuditLogConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
getAuditLogConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..
getAuditLogConfiguration() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
getAuditLogDestination() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
The Amazon Resource Name (ARN) for the destination of the audit logs.
getAuditLogDestination() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the audit logs.
getAutoExportPolicy() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
This parameter is not supported for Amazon File Cache.
getAutoExportPolicy() - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
getAutoImportPolicy() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
getAutoImportPolicy() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the file system's linked S3 data repository's AutoImportPolicy.
getAutoImportPolicy() - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
getAutoImportPolicy() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The number of days to retain automatic backups.
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The number of days to retain automatic daily backups.
getAutomaticBackupRetentionDays() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The number of days to retain automatic backups.
getBackup() - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
getBackup() - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
A description of the backup.
getBackupId() - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the backup.
getBackupId() - Method in exception com.amazonaws.services.fsx.model.BackupBeingCopiedException
 
getBackupId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
getBackupId() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
getBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
The ID of the backup that you want to delete.
getBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The ID of the backup that was deleted.
getBackupId() - Method in exception com.amazonaws.services.fsx.model.SourceBackupUnavailableException
 
getBackupIds() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The IDs of the backups that you want to retrieve.
getBackups() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
An array of backups.
getBatchImportMetaDataOnCreate() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created.
getBatchImportMetaDataOnCreate() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCapacityToRelease() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
getCapacityToRelease() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
getClientConfigurations() - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
An idempotency token for resource creation, in a string of up to 64 ASCII characters.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
getClientRequestToken() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
getClients() - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
A value that specifies who can mount the file system.
getCoolingPeriod() - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool.
getCopyStrategy() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
getCopyStrategy() - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
getCopyTags() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
A Boolean flag indicating whether tags from the source backup should be copied to the backup copy.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Not available for use with file systems that are linked to a data repository.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
A boolean flag indicating whether tags for the file system should be copied to backups.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
A boolean flag indicating whether tags on the file system are copied to backups.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags on the file system should be copied to backups.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
getCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
A boolean flag indicating whether tags on the file system should be copied to backups.
getCopyTagsToDataRepositoryAssociations() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
getCopyTagsToDataRepositoryAssociations() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
getCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
getCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
getCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
getCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to volumes.
getCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
getCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
getCreationTime() - Method in class com.amazonaws.services.fsx.model.Backup
The time when a particular backup was created.
getCreationTime() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.FileSystem
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
getCreationTime() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
getCreationTime() - Method in class com.amazonaws.services.fsx.model.Volume
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
getDailyAutomaticBackupStartTime() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred time to take daily automatic backups, in the UTC time zone.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The data compression configuration for the file system.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the method used to compress the data on the volume.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
getDataCompressionType() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
getDataRepositoryAssociationIds() - Method in class com.amazonaws.services.fsx.model.FileCache
A list of IDs of data repository associations that are associated with this cache.
getDataRepositoryAssociationIds() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A list of IDs of data repository associations that are associated with this cache.
getDataRepositoryAssociations() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
getDataRepositoryConfiguration() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
getDataRepositoryPath() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The path to the Amazon S3 data repository that will be linked to the file system.
getDataRepositoryPath() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The path to the data repository that will be linked to the cache or file system.
getDataRepositoryPath() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The path to the S3 or NFS data repository that links to the cache.
getDataRepositorySubdirectories() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
getDataRepositorySubdirectories() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A list of NFS Exports that will be linked with this data repository association.
getDataRepositoryTask() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
The description of the data repository task that you just created.
getDataRepositoryTasks() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
The collection of data repository task descriptions returned.
getDeleteDataInFileSystem() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
Set to true to delete the data in the file system that corresponds to the data repository association.
getDeleteDataInFileSystem() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Specifies the cache deployment type, which must be CACHE_1.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the file system deployment type.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Specifies the file system deployment type, valid values are the following:
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The deployment type of the Amazon File Cache resource, which must be CACHE_1.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The deployment type of the FSx for Lustre file system.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
Specifies the FSx for ONTAP file system deployment type in use in the file system.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
Specifies the file-system deployment type.
getDeploymentType() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
Specifies the file system deployment type, valid values are the following:
getDestination() - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
getDestination() - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
getDirectoryInformation() - Method in class com.amazonaws.services.fsx.model.Backup
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The SSD IOPS configuration for the FSx for ONTAP file system.
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
getDiskIopsConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
getDnsIps() - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
getDnsIps() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
getDnsIps() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
getDnsIps() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
getDnsIps() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
getDNSName() - Method in class com.amazonaws.services.fsx.model.FileCache
The Domain Name System (DNS) name for the cache.
getDNSName() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Domain Name System (DNS) name for the cache.
getDNSName() - Method in class com.amazonaws.services.fsx.model.FileSystem
The Domain Name System (DNS) name for the file system.
getDNSName() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
getDNSName() - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
getDomainName() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The fully qualified domain name of the self-managed Active Directory directory.
getDomainName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified domain name of the self-managed AD directory.
getDomainName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The fully qualified domain name of the self-managed AD directory, such as corp.example.com.
getDriveCacheType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
getDriveCacheType() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
getEnabled() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Set Enabled to True to generate a CompletionReport when the task completes.
getEndpointIpAddressRange() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
getEndpointIpAddressRange() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.
getEndpoints() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
getEndpoints() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
getEndTime() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system completed processing the task, populated after the task is complete.
getEvents() - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
The AutoExportPolicy can have the following event values:
getEvents() - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
The AutoImportPolicy can have the following event values:
getExecutorService() - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
Returns the executor service used by this client to execute async requests.
getExportPath() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
getExportPath() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.
getFailedCount() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task failed to process.
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.Backup
Details explaining any failures that occurred when creating a backup.
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.FileCache
A structure providing details of any failures that occurred.
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A structure providing details of any failures that occurred.
getFailureDetails() - Method in class com.amazonaws.services.fsx.model.FileSystem
 
getFileAccessAuditLogLevel() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
getFileAccessAuditLogLevel() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
getFileCache() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
A description of the cache that was created.
getFileCache() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
A description of the cache that was updated.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The globally unique ID of the Amazon File Cache resource.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique ID of the cache.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
The ID of the cache that's being deleted.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The ID of the cache that's being deleted.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.FileCache
The system-generated, unique ID of the cache.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The system-generated, unique ID of the cache.
getFileCacheId() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The ID of the cache that you are updating.
getFileCacheIds() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
IDs of the caches whose descriptions you want to retrieve (String).
getFileCachePath() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon File Cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
getFileCachePath() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
getFileCaches() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
The response object for the DescribeFileCaches operation.
getFileCacheType() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The type of cache that you're creating, which must be LUSTRE.
getFileCacheType() - Method in class com.amazonaws.services.fsx.model.FileCache
The type of cache, which must be LUSTRE.
getFileCacheType() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The type of cache, which must be LUSTRE.
getFileCacheTypeVersion() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Sets the Lustre version for the cache that you're creating, which must be 2.12.
getFileCacheTypeVersion() - Method in class com.amazonaws.services.fsx.model.FileCache
The Lustre version of the cache, which must be 2.12.
getFileCacheTypeVersion() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Lustre version of the cache, which must be 2.12.
getFileShareAccessAuditLogLevel() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
getFileShareAccessAuditLogLevel() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
getFileSystem() - Method in class com.amazonaws.services.fsx.model.Backup
The metadata of the file system associated with the backup.
getFileSystem() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
A description of the file system.
getFileSystem() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
The configuration of the file system that was created.
getFileSystem() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
getFileSystem() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
A description of the file system that was updated.
getFileSystemAdministratorsGroup() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The name of the domain group whose members have administrative privileges for the FSx file system.
getFileSystemAdministratorsGroup() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The name of the domain group whose members are granted administrative privileges for the file system.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
Specifies the file system with which you want to associate one or more DNS aliases.
getFileSystemId() - Method in exception com.amazonaws.services.fsx.model.BackupRestoringException
The ID of a file system being restored from the backup.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
The ID of the file system to back up.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The globally unique ID of the file system.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The ID of the file system that you want to delete.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The ID of the file system that's being deleted.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
The ID of the file system to return the associated DNS aliases for (String).
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
Specifies the file system from which to disassociate the DNS aliases.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.FileSystem
The system-generated, unique 17-digit ID of the file system.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The ID of the file system that you are updating.
getFileSystemId() - Method in class com.amazonaws.services.fsx.model.Volume
 
getFileSystemIds() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
IDs of the file systems whose descriptions you want to retrieve (String).
getFileSystemPath() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
getFileSystemPath() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
getFileSystems() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
An array of file system descriptions.
getFileSystemType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The type of Amazon FSx file system to create.
getFileSystemType() - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.
getFileSystemTypeVersion() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
getFileSystemTypeVersion() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
getFileSystemTypeVersion() - Method in class com.amazonaws.services.fsx.model.FileSystem
The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The filters structure.
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The filters structure.
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter a filter name:value pair to view a select set of SVMs.
getFilters() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
Enter a filter Name and Values pair to view a select set of volumes.
getFinalBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The ID of the final backup for this file system.
getFinalBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
getFinalBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The ID of the final backup for this file system.
getFinalBackupId() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup.
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The set of tags applied to the final backup.
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
A list of tags to apply to the file system's final backup.
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
A set of tags for your final backup.
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The set of tags applied to the final backup.
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
getFinalBackupTags() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
getFlexCacheEndpointType() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the FlexCache endpoint type of the volume.
getFormat() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
getFsxAdminPassword() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.
getFsxAdminPassword() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user.
getId() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The ID of the user or group.
getImportedFileChunkSize() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
getImportedFileChunkSize() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
getImportedFileChunkSize() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
getImportedFileChunkSize() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
getImportedFileChunkSize() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
getImportPath() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system.
getImportPath() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix.
getIntercluster() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
getInvalidRouteTableId() - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The route table ID is either invalid or not part of the VPC specified.
getInvalidSecurityGroupId() - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The security group ID is either invalid or not part of the VPC specified.
getInvalidSubnetId() - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The subnet ID that is either invalid or not part of the VPC specified.
getIops() - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
The total number of SSD IOPS provisioned for the file system.
getIpAddresses() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
IP addresses of the file system endpoint.
getIpAddresses() - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
The SVM endpoint's IP addresses.
getIscsi() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
getJunctionPath() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
getJunctionPath() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address.
getJunctionPath() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
getKey() - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagKey, the name of the tag.
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.FileCache
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
getKmsKeyId() - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
getLastUpdatedTime() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The time at which the task status was last updated.
getLevel() - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The data repository events that are logged by Amazon FSx.
getLevel() - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
Sets which data repository events are logged by Amazon FSx.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.Alias
Describes the state of the DNS alias.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.Backup
The lifecycle status of the backup.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The lifecycle status of the data repository task, as follows:
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
Describes the state of a data repository association.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The lifecycle status of the data repository task, as follows:
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The lifecycle status of the backup.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Describes the lifecycle state of the data repository association being deleted.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The cache lifecycle for the deletion request.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The file system lifecycle for the deletion request.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The lifecycle status of the snapshot.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
Describes the lifecycle state of the SVM being deleted.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The lifecycle state of the volume being deleted.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.FileCache
The lifecycle status of the cache.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The lifecycle status of the cache.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.FileSystem
The lifecycle status of the file system.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The lifecycle state of the volume being restored.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.Snapshot
The lifecycle status of the snapshot.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's lifecycle status.
getLifecycle() - Method in class com.amazonaws.services.fsx.model.Volume
The lifecycle status of the volume.
getLifecycleTransitionReason() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
getLifecycleTransitionReason() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes why the SVM lifecycle state changed.
getLifecycleTransitionReason() - Method in class com.amazonaws.services.fsx.model.Volume
The reason why the volume lifecycle status changed.
getLimit() - Method in exception com.amazonaws.services.fsx.model.ServiceLimitExceededException
Enumeration of the service limit that was exceeded.
getLogConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
getLogConfiguration() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
getLogConfiguration() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre logging configuration.
getLogConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The configuration for the Amazon File Cache resource being created.
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.FileCache
The configuration for the Amazon File Cache resource.
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The configuration for the Amazon File Cache resource.
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.FileSystem
 
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The configuration updates for an Amazon File Cache resource.
getLustreConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
getLustreResponse() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
getMaintenanceOperationsInProgress() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The list of maintenance operations in progress for this file system.
getManagement() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
getManagement() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
Maximum number of backups to return in the response.
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
The maximum number of resources to return in the response.
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Maximum number of DNS aliases to return in the response (integer).
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Maximum number of file systems to return in the response (integer).
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
getMaxResults() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
getMaxResults() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Maximum number of tags to return in the response (integer).
getMessage() - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
Error message providing details about the failed administrative action.
getMessage() - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
A message describing the backup-creation failure.
getMessage() - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
getMessage() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
getMessage() - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
A message describing any failures that occurred.
getMessage() - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
A message describing any failures that occurred.
getMessage() - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
getMetadataConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
getMetadataConfiguration() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
getMode() - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
getMountName() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
You use the MountName value when mounting the cache.
getMountName() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
You use the MountName value when mounting the file system.
getName() - Method in class com.amazonaws.services.fsx.model.Alias
The name of the DNS alias.
getName() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The name of the snapshot.
getName() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The name of the SVM.
getName() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
The name of the new volume you're creating.
getName() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the name of the volume that you're creating.
getName() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Name of the task property to use in filtering the tasks returned in the response.
getName() - Method in class com.amazonaws.services.fsx.model.Filter
The name for this filter.
getName() - Method in class com.amazonaws.services.fsx.model.Snapshot
The name of the snapshot.
getName() - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The name of the filter to use.
getName() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The name of the SVM, if provisioned.
getName() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The name for this filter.
getName() - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the tiering policy used to transition data.
getName() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The name of the snapshot to update.
getName() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The name of the OpenZFS volume.
getName() - Method in class com.amazonaws.services.fsx.model.Volume
The name of the volume.
getName() - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The name for this filter.
getNetBiosName() - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
getNetBiosName() - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
getNetworkInterfaceIds() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getNetworkInterfaceIds() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getNetworkInterfaceIds() - Method in class com.amazonaws.services.fsx.model.FileSystem
The IDs of the elastic network interfaces from which a specific file system is accessible.
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
An opaque pagination token returned from a previous DescribeBackups operation.
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
A NextToken value is present if there are more backups than returned in the response.
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String).
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
Present if there are more DNS aliases than returned in the response (String).
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Opaque pagination token returned from a previous DescribeFileSystems operation (String).
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
getNextToken() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Opaque pagination token returned from a previous ListTagsForResource operation (String).
getNextToken() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
This is present if there are more tags than returned in the response (String).
getNFS() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.
getNFS() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
getNfs() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Network File System (NFS) protocol.
getNfsExports() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
getNfsExports() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
The configuration object for mounting a file system.
getNfsExports() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
getNfsExports() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
getNoSquashNids() - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
Specifies the configuration of the ONTAP volume that you are creating.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the ONTAP volume.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for NetApp ONTAP file system.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the ONTAP volume that you are updating.
getOntapConfiguration() - Method in class com.amazonaws.services.fsx.model.Volume
 
getOntapResponse() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
Returned after a DeleteVolume request, showing the status of the delete request.
getOntapVolumeType() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the type of volume.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The OpenZFS configuration for the file system that's being created.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The OpenZFS configuration for the file system that's being created.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the OpenZFS volume.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for OpenZFS file system.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for OpenZFS file system.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the OpenZFS volume that you are updating.
getOpenZFSConfiguration() - Method in class com.amazonaws.services.fsx.model.Volume
The configuration of an Amazon FSx for OpenZFS volume.
getOpenZFSResponse() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.
getOptions() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
getOptions() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
getOptions() - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
The options to use when mounting the file system.
getOptions() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The settings used when restoring the specified volume from snapshot.
getOrganizationalUnitDistinguishedName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
getOrganizationalUnitDistinguishedName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory.
getOriginSnapshot() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
getOriginSnapshot() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
getOwnerId() - Method in class com.amazonaws.services.fsx.model.Backup
 
getOwnerId() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getOwnerId() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getOwnerId() - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Web Services account that created the file system.
getParameter() - Method in exception com.amazonaws.services.fsx.model.IncompatibleParameterErrorException
A parameter that is incompatible with the earlier request.
getParentVolumeId() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The ID of the volume to use as the parent volume of the volume that you are creating.
getParentVolumeId() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The ID of the parent volume.
getPassword() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
getPassword() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
getPath() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
getPaths() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
A list of paths for the data repository task to use when the task is processed.
getPaths() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
An array of paths that specify the data for the data repository task to process.
getPerUnitStorageThroughput() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB.
getPerUnitStorageThroughput() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB.
getPerUnitStorageThroughput() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
getPerUnitStorageThroughput() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
getPreferredFileServerIp() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.
getPreferredSubnetId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
getPreferredSubnetId() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
getPreferredSubnetId() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
getPreferredSubnetId() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located.
getProgressPercent() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The percentage-complete status of a STORAGE_OPTIMIZATION administrative action.
getProgressPercent() - Method in class com.amazonaws.services.fsx.model.Backup
 
getReadOnly() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
getReadOnly() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
getReadOnly() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
getReadOnly() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
getRecordSizeKiB() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB).
getRecordSizeKiB() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
getRecordSizeKiB() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The record size of an OpenZFS volume, in kibibytes (KiB).
getRecordSizeKiB() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
getReleasedCapacity() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
getRemoteAdministrationEndpoint() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.
getReport() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
getReport() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
getRequestTime() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The time that the administrative action request was received.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.Backup
The Amazon Resource Name (ARN) for the backup resource.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Resource Name (ARN) of the file system resource.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
The ARN of the Amazon FSx resource that will have its tags listed.
getResourceARN() - Method in exception com.amazonaws.services.fsx.model.NotServiceResourceErrorException
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
getResourceARN() - Method in exception com.amazonaws.services.fsx.model.ResourceDoesNotSupportTaggingException
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
getResourceARN() - Method in exception com.amazonaws.services.fsx.model.ResourceNotFoundException
The resource ARN of the resource that can't be found.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
getResourceARN() - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
The ARN of the Amazon FSx resource to untag.
getResourceARN() - Method in class com.amazonaws.services.fsx.model.Volume
 
getResourceType() - Method in class com.amazonaws.services.fsx.model.Backup
Specifies the resource type that's backed up.
getRootSquash() - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534).
getRootSquashConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
getRootSquashConfiguration() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
getRootSquashConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
getRootVolumeConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
getRootVolumeId() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The ID of the root volume of the OpenZFS file system.
getRootVolumeSecurityStyle() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The security style of the root volume of the SVM.
getRootVolumeSecurityStyle() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The security style of the root volume of the SVM.
getRouteTableIds() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created.
getRouteTableIds() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
getS3() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
getS3() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
getS3() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
getScope() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
getSecurityGroupIds() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.
getSecurityGroupIds() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A list of IDs for the security groups that apply to the specified network interfaces created for file system access.
getSecurityGroupIds() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
getSecurityStyle() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the security style for the volume.
getSecurityStyle() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The security style for the volume, which can be UNIX, NTFS, or MIXED.
getSecurityStyle() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
The security style for the volume, which can be UNIX.
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
getSelfManagedActiveDirectoryConfiguration() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
getSizeInMegabytes() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the size of the volume, in megabytes (MB), that you are creating.
getSizeInMegabytes() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The configured size of the volume, in megabytes (MBs).
getSizeInMegabytes() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the size of the volume in megabytes.
getSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting.
getSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
getSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
getSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
Set to true if you want to skip taking a final backup of the volume you are deleting.
getSmb() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Server Message Block (SMB) protocol.
getSnapshot() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
A description of the snapshot.
getSnapshot() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
getSnapshotARN() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
getSnapshotARN() - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
getSnapshotId() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
The ID of the snapshot that you want to delete.
getSnapshotId() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The ID of the deleted snapshot.
getSnapshotId() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the source snapshot.
getSnapshotId() - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the snapshot.
getSnapshotId() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.
getSnapshotIds() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The IDs of the snapshots that you want to retrieve.
getSnapshots() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
An array of snapshots.
getSourceBackupId() - Method in class com.amazonaws.services.fsx.model.Backup
 
getSourceBackupId() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The ID of the source backup.
getSourceBackupRegion() - Method in class com.amazonaws.services.fsx.model.Backup
The source Region of the backup.
getSourceRegion() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The source Amazon Web Services Region of the backup.
getStartTime() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system began processing the task.
getStatus() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the status of the administrative action, as follows:
getStatus() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Provides the status of the number of files that the task has processed successfully and failed to process.
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The storage capacity of the cache in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.FileCache
The storage capacity of the cache in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The storage capacity of the cache in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.FileSystem
The storage capacity of the file system in gibibytes (GiB).
getStorageCapacity() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system.
getStorageCapacityQuotaGiB() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Sets the maximum storage size in gibibytes (GiB) for the volume.
getStorageCapacityQuotaGiB() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The amount of storage that the user or group can use in gibibytes (GiB).
getStorageCapacityQuotaGiB() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.
getStorageCapacityQuotaGiB() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
getStorageCapacityReservationGiB() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the amount of storage in gibibytes (GiB) to reserve from the parent volume.
getStorageCapacityReservationGiB() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
getStorageCapacityReservationGiB() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
getStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
getStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's storage efficiency setting.
getStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Default is false.
getStorageType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
getStorageType() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage type for the file system that you're creating.
getStorageType() - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of storage the file system is using.
getStorageVirtualMachine() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
getStorageVirtualMachine() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the ONTAP SVM in which to create the volume.
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
The ID of the SVM that you want to delete.
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
The ID of the SVM Amazon FSx is deleting.
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The ID of the volume's storage virtual machine.
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's system generated unique ID.
getStorageVirtualMachineId() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.
getStorageVirtualMachineIds() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter the ID of one or more SVMs that you want to view.
getStorageVirtualMachineRoot() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM).
getStorageVirtualMachines() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Specifies the IDs of the subnets that the file system will be accessible from.
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Specifies the IDs of the subnets that the file system will be accessible from.
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getSubnetIds() - Method in class com.amazonaws.services.fsx.model.FileSystem
Specifies the IDs of the subnets that the file system is accessible from.
getSubtype() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's subtype.
getSucceededCount() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task has successfully processed.
getSvmAdminPassword() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
getSvmAdminPassword() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Enter a new SvmAdminPassword if you are updating it.
getTagKeys() - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
A list of keys of tags on the resource to untag.
getTags() - Method in class com.amazonaws.services.fsx.model.Backup
The tags associated with a particular file system.
getTags() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The tags to apply to the backup at backup creation.
getTags() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The tags to be applied to the file system at file system creation.
getTags() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The tags to apply to the file system that's being created.
getTags() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
getTags() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
getTags() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
getTags() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getTags() - Method in class com.amazonaws.services.fsx.model.FileSystem
The tags to associate with the file system.
getTags() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
A list of tags on the resource.
getTags() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
getTags() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
getTags() - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
A list of tags for the resource.
getTags() - Method in class com.amazonaws.services.fsx.model.Volume
 
getTargetFileSystemValues() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the target value for the administration action, provided in the UpdateFileSystem operation.
getTargetSnapshotValues() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
getTargetVolumeValues() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
getTaskId() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
Specifies the data repository task to cancel.
getTaskId() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The ID of the task being canceled.
getTaskId() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique 17-digit ID of the data repository task.
getTaskIds() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Sets the throughput capacity for the file system that you're creating.
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
getThroughputCapacity() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The throughput of the Amazon FSx file system, measured in megabytes per second.
getTieringPolicy() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
getTieringPolicy() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's TieringPolicy setting.
getTieringPolicy() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Update the volume's data tiering policy.
getTotalCount() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total number of files that the task will process.
getType() - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The type of Active Directory error.
getType() - Method in class com.amazonaws.services.fsx.model.Backup
The type of the file-system backup.
getType() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the type of data repository task to create.
getType() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The type of data repository task.
getType() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
A value that specifies whether the quota applies to a user or group.
getUserAndGroupQuotas() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
getUserAndGroupQuotas() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
getUserAndGroupQuotas() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
getUserAndGroupQuotas() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
getUserName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
getUserName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
getUserName() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
getUUID() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's universally unique identifier (UUID).
getUUID() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's UUID (universally unique identifier).
getValue() - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagValue, the value assigned to the corresponding tag key.
getValues() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
getValues() - Method in class com.amazonaws.services.fsx.model.Filter
The values of the filter.
getValues() - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The file-system-id or volume-id that you are filtering for.
getValues() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The values of the filter.
getValues() - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The values of the filter.
getVersion() - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
getVersion() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
getVolume() - Method in class com.amazonaws.services.fsx.model.Backup
 
getVolume() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.
getVolume() - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
Returned after a successful CreateVolume API operation, describing the volume just created.
getVolume() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
A description of the volume just updated.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The ID of the FSx for ONTAP volume to back up.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The ID of the volume that you are taking a snapshot of.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
The ID of the volume that you are deleting.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The ID of the volume that's being deleted.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the volume that you are restoring.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The ID of the volume that you restored.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the volume that the snapshot is of.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
getVolumeId() - Method in class com.amazonaws.services.fsx.model.Volume
The system-generated, unique ID of the volume.
getVolumeIds() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
The IDs of the volumes whose descriptions you want to retrieve.
getVolumePath() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The path to the volume from the root volume.
getVolumes() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
Returned after a successful DescribeVolumes operation, describing each volume.
getVolumeType() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.
getVolumeType() - Method in class com.amazonaws.services.fsx.model.Volume
The type of the volume.
getVpcId() - Method in class com.amazonaws.services.fsx.model.FileCache
 
getVpcId() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
getVpcId() - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the primary virtual private cloud (VPC) for the file system.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
getWeeklyMaintenanceStartTime() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
getWindowsConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The configuration for this Microsoft Windows file system.
getWindowsConfiguration() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The Microsoft Windows configuration for the file system that's being created.
getWindowsConfiguration() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
getWindowsConfiguration() - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for Windows File Server file system.
getWindowsConfiguration() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for Windows File Server file system.
getWindowsResponse() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 

H

hashCode() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Alias
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
 
hashCode() - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Backup
 
hashCode() - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CompletionReport
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCache
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileSystem
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
 
hashCode() - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Filter
 
hashCode() - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
hashCode() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
 
hashCode() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Snapshot
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
 
hashCode() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
hashCode() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
hashCode() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Tag
 
hashCode() - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.TieringPolicy
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
hashCode() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
 
hashCode() - Method in class com.amazonaws.services.fsx.model.Volume
 
hashCode() - Method in class com.amazonaws.services.fsx.model.VolumeFilter
 
hashCode() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
 
hashCode() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 

I

IncompatibleParameterErrorException - Exception in com.amazonaws.services.fsx.model
The error returned when a second request is received with the same client request token but different parameters settings.
IncompatibleParameterErrorException(String) - Constructor for exception com.amazonaws.services.fsx.model.IncompatibleParameterErrorException
Constructs a new IncompatibleParameterErrorException with the specified error message.
IncompatibleRegionForMultiAZException - Exception in com.amazonaws.services.fsx.model
Amazon FSx doesn't support Multi-AZ Windows File Server copy backup in the destination Region, so the copied backup can't be restored.
IncompatibleRegionForMultiAZException(String) - Constructor for exception com.amazonaws.services.fsx.model.IncompatibleRegionForMultiAZException
Constructs a new IncompatibleRegionForMultiAZException with the specified error message.
InternalServerErrorException - Exception in com.amazonaws.services.fsx.model
A generic error indicating a server-side failure.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.fsx.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
InvalidDataRepositoryTypeException - Exception in com.amazonaws.services.fsx.model
You have filtered the response to a data repository type that is not supported.
InvalidDataRepositoryTypeException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidDataRepositoryTypeException
Constructs a new InvalidDataRepositoryTypeException with the specified error message.
InvalidDestinationKmsKeyException - Exception in com.amazonaws.services.fsx.model
The Key Management Service (KMS) key of the destination backup is not valid.
InvalidDestinationKmsKeyException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidDestinationKmsKeyException
Constructs a new InvalidDestinationKmsKeyException with the specified error message.
InvalidExportPathException - Exception in com.amazonaws.services.fsx.model
The path provided for data repository export isn't valid.
InvalidExportPathException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidExportPathException
Constructs a new InvalidExportPathException with the specified error message.
InvalidImportPathException - Exception in com.amazonaws.services.fsx.model
The path provided for data repository import isn't valid.
InvalidImportPathException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidImportPathException
Constructs a new InvalidImportPathException with the specified error message.
InvalidNetworkSettingsException - Exception in com.amazonaws.services.fsx.model
One or more network settings specified in the request are invalid.
InvalidNetworkSettingsException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
Constructs a new InvalidNetworkSettingsException with the specified error message.
InvalidPerUnitStorageThroughputException - Exception in com.amazonaws.services.fsx.model
An invalid value for PerUnitStorageThroughput was provided.
InvalidPerUnitStorageThroughputException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidPerUnitStorageThroughputException
Constructs a new InvalidPerUnitStorageThroughputException with the specified error message.
InvalidRegionException - Exception in com.amazonaws.services.fsx.model
The Region provided for SourceRegion is not valid or is in a different Amazon Web Services partition.
InvalidRegionException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidRegionException
Constructs a new InvalidRegionException with the specified error message.
InvalidSourceKmsKeyException - Exception in com.amazonaws.services.fsx.model
The Key Management Service (KMS) key of the source backup is not valid.
InvalidSourceKmsKeyException(String) - Constructor for exception com.amazonaws.services.fsx.model.InvalidSourceKmsKeyException
Constructs a new InvalidSourceKmsKeyException with the specified error message.
isBatchImportMetaDataOnCreate() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created.
isBatchImportMetaDataOnCreate() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
isCopyTags() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
A Boolean flag indicating whether tags from the source backup should be copied to the backup copy.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Not available for use with file systems that are linked to a data repository.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
A boolean flag indicating whether tags for the file system should be copied to backups.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
A boolean flag indicating whether tags on the file system are copied to backups.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags on the file system should be copied to backups.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
isCopyTagsToBackups() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
A boolean flag indicating whether tags on the file system should be copied to backups.
isCopyTagsToDataRepositoryAssociations() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
isCopyTagsToDataRepositoryAssociations() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
isCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
isCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
isCopyTagsToSnapshots() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
isCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to volumes.
isCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
isCopyTagsToVolumes() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
isDeleteDataInFileSystem() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
Set to true to delete the data in the file system that corresponds to the data repository association.
isDeleteDataInFileSystem() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
isEnabled() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Set Enabled to True to generate a CompletionReport when the task completes.
isReadOnly() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
isReadOnly() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
isReadOnly() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
isReadOnly() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
isSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting.
isSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
isSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
isSkipFinalBackup() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
Set to true if you want to skip taking a final backup of the volume you are deleting.
isStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
isStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's storage efficiency setting.
isStorageEfficiencyEnabled() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Default is false.
isStorageVirtualMachineRoot() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM).

L

LifecycleTransitionReason - Class in com.amazonaws.services.fsx.model
Describes why a resource lifecycle state changed.
LifecycleTransitionReason() - Constructor for class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Lists tags for Amazon FSx resources.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Lists tags for Amazon FSx resources.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Lists tags for Amazon FSx resources.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Lists tags for Amazon FSx resources.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.fsx.model
The request object for ListTagsForResource operation.
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.fsx.model
The response object for ListTagsForResource operation.
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.fsx.model.ListTagsForResourceResult
 
LustreAccessAuditLogLevel - Enum in com.amazonaws.services.fsx.model
 
LustreDeploymentType - Enum in com.amazonaws.services.fsx.model
 
LustreFileSystemConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for the Amazon FSx for Lustre file system.
LustreFileSystemConfiguration() - Constructor for class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
LustreLogConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for Lustre logging used to write the enabled logging events for your Amazon FSx for Lustre file system or Amazon File Cache resource to Amazon CloudWatch Logs.
LustreLogConfiguration() - Constructor for class com.amazonaws.services.fsx.model.LustreLogConfiguration
 
LustreLogCreateConfiguration - Class in com.amazonaws.services.fsx.model
The Lustre logging configuration used when creating or updating an Amazon FSx for Lustre file system.
LustreLogCreateConfiguration() - Constructor for class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
 
LustreRootSquashConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for Lustre root squash used to restrict root-level access from clients that try to access your FSx for Lustre file system as root.
LustreRootSquashConfiguration() - Constructor for class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Alias
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Backup
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CompletionReport
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCache
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Filter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.Volume
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
MissingFileCacheConfigurationException - Exception in com.amazonaws.services.fsx.model
A cache configuration is required for this operation.
MissingFileCacheConfigurationException(String) - Constructor for exception com.amazonaws.services.fsx.model.MissingFileCacheConfigurationException
Constructs a new MissingFileCacheConfigurationException with the specified error message.
MissingFileSystemConfigurationException - Exception in com.amazonaws.services.fsx.model
A file system configuration is required for this operation.
MissingFileSystemConfigurationException(String) - Constructor for exception com.amazonaws.services.fsx.model.MissingFileSystemConfigurationException
Constructs a new MissingFileSystemConfigurationException with the specified error message.
MissingVolumeConfigurationException - Exception in com.amazonaws.services.fsx.model
A volume configuration is required for this operation.
MissingVolumeConfigurationException(String) - Constructor for exception com.amazonaws.services.fsx.model.MissingVolumeConfigurationException
Constructs a new MissingVolumeConfigurationException with the specified error message.

N

NFSDataRepositoryConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
NFSDataRepositoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
 
NfsVersion - Enum in com.amazonaws.services.fsx.model
 
NotServiceResourceErrorException - Exception in com.amazonaws.services.fsx.model
The resource specified for the tagging operation is not a resource type owned by Amazon FSx.
NotServiceResourceErrorException(String) - Constructor for exception com.amazonaws.services.fsx.model.NotServiceResourceErrorException
Constructs a new NotServiceResourceErrorException with the specified error message.

O

OntapDeploymentType - Enum in com.amazonaws.services.fsx.model
 
OntapFileSystemConfiguration - Class in com.amazonaws.services.fsx.model
Configuration for the FSx for NetApp ONTAP file system.
OntapFileSystemConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
OntapVolumeConfiguration - Class in com.amazonaws.services.fsx.model
The configuration of an Amazon FSx for NetApp ONTAP volume.
OntapVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
 
OntapVolumeType - Enum in com.amazonaws.services.fsx.model
 
OpenZFSClientConfiguration - Class in com.amazonaws.services.fsx.model
Specifies who can mount an OpenZFS file system and the options available while mounting the file system.
OpenZFSClientConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
 
OpenZFSCopyStrategy - Enum in com.amazonaws.services.fsx.model
 
OpenZFSCreateRootVolumeConfiguration - Class in com.amazonaws.services.fsx.model
The configuration of an Amazon FSx for OpenZFS root volume.
OpenZFSCreateRootVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
 
OpenZFSDataCompressionType - Enum in com.amazonaws.services.fsx.model
 
OpenZFSDeploymentType - Enum in com.amazonaws.services.fsx.model
 
OpenZFSFileSystemConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for the Amazon FSx for OpenZFS file system.
OpenZFSFileSystemConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
OpenZFSNfsExport - Class in com.amazonaws.services.fsx.model
The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.
OpenZFSNfsExport() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSNfsExport
 
OpenZFSOriginSnapshotConfiguration - Class in com.amazonaws.services.fsx.model
The snapshot configuration to use when creating an OpenZFS volume from a snapshot.
OpenZFSOriginSnapshotConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
OpenZFSQuotaType - Enum in com.amazonaws.services.fsx.model
 
OpenZFSUserOrGroupQuota - Class in com.amazonaws.services.fsx.model
The configuration for how much storage a user or group can use on the volume.
OpenZFSUserOrGroupQuota() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
 
OpenZFSVolumeConfiguration - Class in com.amazonaws.services.fsx.model
The configuration of an Amazon FSx for OpenZFS volume.
OpenZFSVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
 

R

releaseFileSystemNfsV3Locks(ReleaseFileSystemNfsV3LocksRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
releaseFileSystemNfsV3Locks(ReleaseFileSystemNfsV3LocksRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Releases the file system lock from an Amazon FSx for OpenZFS file system.
releaseFileSystemNfsV3Locks(ReleaseFileSystemNfsV3LocksRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Releases the file system lock from an Amazon FSx for OpenZFS file system.
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest, AsyncHandler<ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Releases the file system lock from an Amazon FSx for OpenZFS file system.
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest, AsyncHandler<ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Releases the file system lock from an Amazon FSx for OpenZFS file system.
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
releaseFileSystemNfsV3LocksAsync(ReleaseFileSystemNfsV3LocksRequest, AsyncHandler<ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
ReleaseFileSystemNfsV3LocksRequest - Class in com.amazonaws.services.fsx.model
 
ReleaseFileSystemNfsV3LocksRequest() - Constructor for class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
ReleaseFileSystemNfsV3LocksResult - Class in com.amazonaws.services.fsx.model
 
ReleaseFileSystemNfsV3LocksResult() - Constructor for class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
ReportFormat - Enum in com.amazonaws.services.fsx.model
 
ReportScope - Enum in com.amazonaws.services.fsx.model
 
ResourceDoesNotSupportTaggingException - Exception in com.amazonaws.services.fsx.model
The resource specified does not support tagging.
ResourceDoesNotSupportTaggingException(String) - Constructor for exception com.amazonaws.services.fsx.model.ResourceDoesNotSupportTaggingException
Constructs a new ResourceDoesNotSupportTaggingException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.fsx.model
The resource specified by the Amazon Resource Name (ARN) can't be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceType - Enum in com.amazonaws.services.fsx.model
 
RestoreOpenZFSVolumeOption - Enum in com.amazonaws.services.fsx.model
 
restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
restoreVolumeFromSnapshot(RestoreVolumeFromSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest, AsyncHandler<RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest, AsyncHandler<RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
restoreVolumeFromSnapshotAsync(RestoreVolumeFromSnapshotRequest, AsyncHandler<RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
RestoreVolumeFromSnapshotRequest - Class in com.amazonaws.services.fsx.model
 
RestoreVolumeFromSnapshotRequest() - Constructor for class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
RestoreVolumeFromSnapshotResult - Class in com.amazonaws.services.fsx.model
 
RestoreVolumeFromSnapshotResult() - Constructor for class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
 

S

S3DataRepositoryConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
S3DataRepositoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
 
SecurityStyle - Enum in com.amazonaws.services.fsx.model
 
SelfManagedActiveDirectoryAttributes - Class in com.amazonaws.services.fsx.model
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
SelfManagedActiveDirectoryAttributes() - Constructor for class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
 
SelfManagedActiveDirectoryConfiguration - Class in com.amazonaws.services.fsx.model
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory.
SelfManagedActiveDirectoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
 
SelfManagedActiveDirectoryConfigurationUpdates - Class in com.amazonaws.services.fsx.model
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
SelfManagedActiveDirectoryConfigurationUpdates() - Constructor for class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
 
ServiceLimit - Enum in com.amazonaws.services.fsx.model
The types of limits on your service utilization.
ServiceLimitExceededException - Exception in com.amazonaws.services.fsx.model
An error indicating that a particular service limit was exceeded.
ServiceLimitExceededException(String) - Constructor for exception com.amazonaws.services.fsx.model.ServiceLimitExceededException
Constructs a new ServiceLimitExceededException with the specified error message.
setActiveDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
Describes the self-managed Microsoft Active Directory to which you want to join the SVM.
setActiveDirectoryConfiguration(SvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
setActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
setActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
setActiveDirectoryId(String) - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The directory ID of the directory that an error pertains to.
setActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.
setActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.
setAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.FileSystem
A list of administrative actions for the file system that are in process or waiting to be processed.
setAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.Snapshot
A list of administrative actions for the file system that are in process or waiting to be processed.
setAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.Volume
A list of administrative actions for the file system that are in process or waiting to be processed.
setAdministrativeActionType(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
setAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
An array of one or more DNS alias names to associate with the file system.
setAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
An array of the DNS aliases that Amazon FSx is associating with the file system.
setAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
setAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
An array of one or more DNS aliases currently associated with the specified file system.
setAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
An array of one or more DNS alias names to disassociate, or remove, from the file system.
setAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
setAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
setAssociation(DataRepositoryAssociation) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
The response object returned after the data repository association is created.
setAssociation(DataRepositoryAssociation) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
The response object returned after the data repository association is updated.
setAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The system-generated, unique ID of the data repository association.
setAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
The ID of the data repository association that you want to delete.
setAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
The ID of the data repository association being deleted.
setAssociationId(String) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The ID of the data repository association that you are updating.
setAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
IDs of the data repository associations whose descriptions you want to retrieve (String).
setAssociations(Collection<DataRepositoryAssociation>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
An array of one or more data repository association descriptions.
setAuditLogConfiguration(WindowsAuditLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
setAuditLogConfiguration(WindowsAuditLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..
setAuditLogConfiguration(WindowsAuditLogConfiguration) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
setAuditLogDestination(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
The Amazon Resource Name (ARN) for the destination of the audit logs.
setAuditLogDestination(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the audit logs.
setAutoExportPolicy(AutoExportPolicy) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
This parameter is not supported for Amazon File Cache.
setAutoExportPolicy(AutoExportPolicy) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
setAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
setAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the file system's linked S3 data repository's AutoImportPolicy.
setAutoImportPolicy(AutoImportPolicy) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
setAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The number of days to retain automatic backups.
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The number of days to retain automatic daily backups.
setAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The number of days to retain automatic backups.
setBackup(Backup) - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
setBackup(Backup) - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
A description of the backup.
setBackupId(String) - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the backup.
setBackupId(String) - Method in exception com.amazonaws.services.fsx.model.BackupBeingCopiedException
 
setBackupId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
setBackupId(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
setBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
The ID of the backup that you want to delete.
setBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The ID of the backup that was deleted.
setBackupId(String) - Method in exception com.amazonaws.services.fsx.model.SourceBackupUnavailableException
 
setBackupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The IDs of the backups that you want to retrieve.
setBackups(Collection<Backup>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
An array of backups.
setBatchImportMetaDataOnCreate(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created.
setBatchImportMetaDataOnCreate(Boolean) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
setCapacityToRelease(Long) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
setCapacityToRelease(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
setClientConfigurations(Collection<OpenZFSClientConfiguration>) - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
An idempotency token for resource creation, in a string of up to 64 ASCII characters.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
setClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
setClients(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
A value that specifies who can mount the file system.
setCoolingPeriod(Integer) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool.
setCopyStrategy(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
setCopyStrategy(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
setCopyTags(Boolean) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
A Boolean flag indicating whether tags from the source backup should be copied to the backup copy.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Not available for use with file systems that are linked to a data repository.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
A boolean flag indicating whether tags for the file system should be copied to backups.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
A boolean flag indicating whether tags on the file system are copied to backups.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags on the file system should be copied to backups.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
setCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
A boolean flag indicating whether tags on the file system should be copied to backups.
setCopyTagsToDataRepositoryAssociations(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
setCopyTagsToDataRepositoryAssociations(Boolean) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
setCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
setCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
setCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
setCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to volumes.
setCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
setCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Backup
The time when a particular backup was created.
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileSystem
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
setCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Volume
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
setDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred time to take daily automatic backups, in the UTC time zone.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The data compression configuration for the file system.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the method used to compress the data on the volume.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
setDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
setDataRepositoryAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
A list of IDs of data repository associations that are associated with this cache.
setDataRepositoryAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A list of IDs of data repository associations that are associated with this cache.
setDataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
setDataRepositoryConfiguration(DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
setDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The path to the Amazon S3 data repository that will be linked to the file system.
setDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The path to the data repository that will be linked to the cache or file system.
setDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The path to the S3 or NFS data repository that links to the cache.
setDataRepositorySubdirectories(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
setDataRepositorySubdirectories(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A list of NFS Exports that will be linked with this data repository association.
setDataRepositoryTask(DataRepositoryTask) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
The description of the data repository task that you just created.
setDataRepositoryTasks(Collection<DataRepositoryTask>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
The collection of data repository task descriptions returned.
setDeleteDataInFileSystem(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
Set to true to delete the data in the file system that corresponds to the data repository association.
setDeleteDataInFileSystem(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Specifies the cache deployment type, which must be CACHE_1.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the file system deployment type.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Specifies the file system deployment type, valid values are the following:
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The deployment type of the Amazon File Cache resource, which must be CACHE_1.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The deployment type of the FSx for Lustre file system.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
Specifies the FSx for ONTAP file system deployment type in use in the file system.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
Specifies the file-system deployment type.
setDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
Specifies the file system deployment type, valid values are the following:
setDestination(String) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
setDestination(String) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
setDirectoryInformation(ActiveDirectoryBackupAttributes) - Method in class com.amazonaws.services.fsx.model.Backup
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The SSD IOPS configuration for the FSx for ONTAP file system.
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
setDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
setDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
setDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
setDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
setDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
setDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
setDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The Domain Name System (DNS) name for the cache.
setDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Domain Name System (DNS) name for the cache.
setDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Domain Name System (DNS) name for the file system.
setDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
setDNSName(String) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
setDomainName(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The fully qualified domain name of the self-managed Active Directory directory.
setDomainName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified domain name of the self-managed AD directory.
setDomainName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The fully qualified domain name of the self-managed AD directory, such as corp.example.com.
setDriveCacheType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
setDriveCacheType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
setEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Set Enabled to True to generate a CompletionReport when the task completes.
setEndpointIpAddressRange(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
setEndpointIpAddressRange(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.
setEndpoints(FileSystemEndpoints) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
setEndpoints(SvmEndpoints) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
setEndTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system completed processing the task, populated after the task is complete.
setEvents(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
The AutoExportPolicy can have the following event values:
setEvents(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
The AutoImportPolicy can have the following event values:
setExportPath(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
setExportPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.
setFailedCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task failed to process.
setFailureDetails(AdministrativeActionFailureDetails) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
setFailureDetails(BackupFailureDetails) - Method in class com.amazonaws.services.fsx.model.Backup
Details explaining any failures that occurred when creating a backup.
setFailureDetails(DataRepositoryFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
setFailureDetails(DataRepositoryFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
setFailureDetails(DataRepositoryTaskFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.
setFailureDetails(FileCacheFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileCache
A structure providing details of any failures that occurred.
setFailureDetails(FileCacheFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A structure providing details of any failures that occurred.
setFailureDetails(FileSystemFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
setFileAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
setFileAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
setFileCache(FileCacheCreating) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
A description of the cache that was created.
setFileCache(FileCache) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
A description of the cache that was updated.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The globally unique ID of the Amazon File Cache resource.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique ID of the cache.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
The ID of the cache that's being deleted.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The ID of the cache that's being deleted.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The system-generated, unique ID of the cache.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The system-generated, unique ID of the cache.
setFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The ID of the cache that you are updating.
setFileCacheIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
IDs of the caches whose descriptions you want to retrieve (String).
setFileCachePath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon File Cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
setFileCachePath(String) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
setFileCaches(Collection<FileCache>) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
The response object for the DescribeFileCaches operation.
setFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The type of cache that you're creating, which must be LUSTRE.
setFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The type of cache, which must be LUSTRE.
setFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The type of cache, which must be LUSTRE.
setFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Sets the Lustre version for the cache that you're creating, which must be 2.12.
setFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The Lustre version of the cache, which must be 2.12.
setFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Lustre version of the cache, which must be 2.12.
setFileShareAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
setFileShareAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
setFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.Backup
The metadata of the file system associated with the backup.
setFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
A description of the file system.
setFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
The configuration of the file system that was created.
setFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
setFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
A description of the file system that was updated.
setFileSystemAdministratorsGroup(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The name of the domain group whose members have administrative privileges for the FSx file system.
setFileSystemAdministratorsGroup(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The name of the domain group whose members are granted administrative privileges for the file system.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
Specifies the file system with which you want to associate one or more DNS aliases.
setFileSystemId(String) - Method in exception com.amazonaws.services.fsx.model.BackupRestoringException
The ID of a file system being restored from the backup.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
The ID of the file system to back up.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The globally unique ID of the file system.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The ID of the file system that you want to delete.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The ID of the file system that's being deleted.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
The ID of the file system to return the associated DNS aliases for (String).
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
Specifies the file system from which to disassociate the DNS aliases.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The system-generated, unique 17-digit ID of the file system.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The ID of the file system that you are updating.
setFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.Volume
 
setFileSystemIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
IDs of the file systems whose descriptions you want to retrieve (String).
setFileSystemPath(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
setFileSystemPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
setFileSystems(Collection<FileSystem>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
An array of file system descriptions.
setFileSystemType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The type of Amazon FSx file system to create.
setFileSystemType(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.
setFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
setFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
setFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.
setFilters(Collection<Filter>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The filters structure.
setFilters(Collection<Filter>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
setFilters(Collection<DataRepositoryTaskFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.
setFilters(Collection<SnapshotFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The filters structure.
setFilters(Collection<StorageVirtualMachineFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter a filter name:value pair to view a select set of SVMs.
setFilters(Collection<VolumeFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
Enter a filter Name and Values pair to view a select set of volumes.
setFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The ID of the final backup for this file system.
setFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
setFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The ID of the final backup for this file system.
setFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup.
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The set of tags applied to the final backup.
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
A list of tags to apply to the file system's final backup.
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
A set of tags for your final backup.
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The set of tags applied to the final backup.
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
setFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
setFlexCacheEndpointType(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the FlexCache endpoint type of the volume.
setFormat(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
setFsxAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.
setFsxAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user.
setId(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The ID of the user or group.
setImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
setImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
setImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
setImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
setImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
setImportPath(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system.
setImportPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix.
setIntercluster(FileSystemEndpoint) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
setInvalidRouteTableId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The route table ID is either invalid or not part of the VPC specified.
setInvalidSecurityGroupId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The security group ID is either invalid or not part of the VPC specified.
setInvalidSubnetId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The subnet ID that is either invalid or not part of the VPC specified.
setIops(Long) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
The total number of SSD IOPS provisioned for the file system.
setIpAddresses(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
IP addresses of the file system endpoint.
setIpAddresses(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
The SVM endpoint's IP addresses.
setIscsi(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
setJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
setJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address.
setJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
setKey(String) - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagKey, the name of the tag.
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
setKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
setLastUpdatedTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The time at which the task status was last updated.
setLevel(String) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The data repository events that are logged by Amazon FSx.
setLevel(String) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
Sets which data repository events are logged by Amazon FSx.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Alias
Describes the state of the DNS alias.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Backup
The lifecycle status of the backup.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The lifecycle status of the data repository task, as follows:
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
Describes the state of a data repository association.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The lifecycle status of the data repository task, as follows:
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The lifecycle status of the backup.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Describes the lifecycle state of the data repository association being deleted.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The cache lifecycle for the deletion request.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The file system lifecycle for the deletion request.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The lifecycle status of the snapshot.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
Describes the lifecycle state of the SVM being deleted.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The lifecycle state of the volume being deleted.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The lifecycle status of the cache.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The lifecycle status of the cache.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The lifecycle status of the file system.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The lifecycle state of the volume being restored.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The lifecycle status of the snapshot.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's lifecycle status.
setLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Volume
The lifecycle status of the volume.
setLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
setLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes why the SVM lifecycle state changed.
setLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.Volume
The reason why the volume lifecycle status changed.
setLimit(String) - Method in exception com.amazonaws.services.fsx.model.ServiceLimitExceededException
Enumeration of the service limit that was exceeded.
setLogConfiguration(LustreLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
setLogConfiguration(LustreLogConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
setLogConfiguration(LustreLogConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre logging configuration.
setLogConfiguration(LustreLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.
setLustreConfiguration(CreateFileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The configuration for the Amazon File Cache resource being created.
setLustreConfiguration(CreateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
setLustreConfiguration(CreateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
setLustreConfiguration(DeleteFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
setLustreConfiguration(FileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCache
The configuration for the Amazon File Cache resource.
setLustreConfiguration(FileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The configuration for the Amazon File Cache resource.
setLustreConfiguration(LustreFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
setLustreConfiguration(UpdateFileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The configuration updates for an Amazon File Cache resource.
setLustreConfiguration(UpdateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
setLustreResponse(DeleteFileSystemLustreResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
setMaintenanceOperationsInProgress(Collection<String>) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The list of maintenance operations in progress for this file system.
setManagement(FileSystemEndpoint) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
setManagement(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
Maximum number of backups to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
The maximum number of resources to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Maximum number of DNS aliases to return in the response (integer).
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Maximum number of file systems to return in the response (integer).
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
setMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Maximum number of tags to return in the response (integer).
setMessage(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
Error message providing details about the failed administrative action.
setMessage(String) - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
A message describing the backup-creation failure.
setMessage(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
setMessage(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
setMessage(String) - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
A message describing any failures that occurred.
setMessage(String) - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
A message describing any failures that occurred.
setMessage(String) - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
setMetadataConfiguration(FileCacheLustreMetadataConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
setMetadataConfiguration(FileCacheLustreMetadataConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
setMode(String) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
setMountName(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
You use the MountName value when mounting the cache.
setMountName(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
You use the MountName value when mounting the file system.
setName(String) - Method in class com.amazonaws.services.fsx.model.Alias
The name of the DNS alias.
setName(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The name of the snapshot.
setName(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The name of the SVM.
setName(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
The name of the new volume you're creating.
setName(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the name of the volume that you're creating.
setName(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Name of the task property to use in filtering the tasks returned in the response.
setName(String) - Method in class com.amazonaws.services.fsx.model.Filter
The name for this filter.
setName(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The name of the snapshot.
setName(String) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The name of the filter to use.
setName(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The name of the SVM, if provisioned.
setName(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The name for this filter.
setName(String) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the tiering policy used to transition data.
setName(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The name of the snapshot to update.
setName(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The name of the OpenZFS volume.
setName(String) - Method in class com.amazonaws.services.fsx.model.Volume
The name of the volume.
setName(String) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The name for this filter.
setNetBiosName(String) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
setNetBiosName(String) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
setNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystem
The IDs of the elastic network interfaces from which a specific file system is accessible.
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
An opaque pagination token returned from a previous DescribeBackups operation.
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
A NextToken value is present if there are more backups than returned in the response.
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String).
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
Present if there are more DNS aliases than returned in the response (String).
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Opaque pagination token returned from a previous DescribeFileSystems operation (String).
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Opaque pagination token returned from a previous ListTagsForResource operation (String).
setNextToken(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
This is present if there are more tags than returned in the response (String).
setNFS(NFSDataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.
setNFS(FileCacheNFSConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
setNfs(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Network File System (NFS) protocol.
setNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
setNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
The configuration object for mounting a file system.
setNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
setNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
setNoSquashNids(Collection<String>) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.
setOntapConfiguration(CreateFileSystemOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
setOntapConfiguration(CreateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
Specifies the configuration of the ONTAP volume that you are creating.
setOntapConfiguration(CreateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the ONTAP volume.
setOntapConfiguration(DeleteVolumeOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup.
setOntapConfiguration(OntapFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for NetApp ONTAP file system.
setOntapConfiguration(UpdateFileSystemOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
setOntapConfiguration(UpdateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the ONTAP volume that you are updating.
setOntapConfiguration(OntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.Volume
 
setOntapResponse(DeleteVolumeOntapResponse) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
Returned after a DeleteVolume request, showing the status of the delete request.
setOntapVolumeType(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the type of volume.
setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The OpenZFS configuration for the file system that's being created.
setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The OpenZFS configuration for the file system that's being created.
setOpenZFSConfiguration(CreateOpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the OpenZFS volume.
setOpenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
setOpenZFSConfiguration(DeleteVolumeOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
setOpenZFSConfiguration(OpenZFSFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for OpenZFS file system.
setOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for OpenZFS file system.
setOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the OpenZFS volume that you are updating.
setOpenZFSConfiguration(OpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.Volume
The configuration of an Amazon FSx for OpenZFS volume.
setOpenZFSResponse(DeleteFileSystemOpenZFSResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.
setOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
setOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
setOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
The options to use when mounting the file system.
setOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The settings used when restoring the specified volume from snapshot.
setOrganizationalUnitDistinguishedName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
setOrganizationalUnitDistinguishedName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory.
setOriginSnapshot(CreateOpenZFSOriginSnapshotConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
setOriginSnapshot(OpenZFSOriginSnapshotConfiguration) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
setOwnerId(String) - Method in class com.amazonaws.services.fsx.model.Backup
 
setOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Web Services account that created the file system.
setParameter(String) - Method in exception com.amazonaws.services.fsx.model.IncompatibleParameterErrorException
A parameter that is incompatible with the earlier request.
setParentVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The ID of the volume to use as the parent volume of the volume that you are creating.
setParentVolumeId(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The ID of the parent volume.
setPassword(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
setPassword(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
setPath(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
setPaths(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
A list of paths for the data repository task to use when the task is processed.
setPaths(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
An array of paths that specify the data for the data repository task to process.
setPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB.
setPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB.
setPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
setPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
setPreferredFileServerIp(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.
setPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
setPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
setPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
setPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located.
setProgressPercent(Integer) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The percentage-complete status of a STORAGE_OPTIMIZATION administrative action.
setProgressPercent(Integer) - Method in class com.amazonaws.services.fsx.model.Backup
 
setReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
setReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
setReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
setReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
setRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB).
setRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
setRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The record size of an OpenZFS volume, in kibibytes (KiB).
setRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
setReleasedCapacity(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
setRemoteAdministrationEndpoint(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.
setReport(CompletionReport) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
setReport(CompletionReport) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
setRequestTime(Date) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The time that the administrative action request was received.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Backup
The Amazon Resource Name (ARN) for the backup resource.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Resource Name (ARN) of the file system resource.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
The ARN of the Amazon FSx resource that will have its tags listed.
setResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.NotServiceResourceErrorException
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
setResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.ResourceDoesNotSupportTaggingException
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
setResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.ResourceNotFoundException
The resource ARN of the resource that can't be found.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
The ARN of the Amazon FSx resource to untag.
setResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Volume
 
setResourceType(String) - Method in class com.amazonaws.services.fsx.model.Backup
Specifies the resource type that's backed up.
setRootSquash(String) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534).
setRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
setRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
setRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
setRootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
setRootVolumeId(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The ID of the root volume of the OpenZFS file system.
setRootVolumeSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The security style of the root volume of the SVM.
setRootVolumeSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The security style of the root volume of the SVM.
setRouteTableIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created.
setRouteTableIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
setS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
setS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
setS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
setScope(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A list of IDs for the security groups that apply to the specified network interfaces created for file system access.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
setSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the security style for the volume.
setSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The security style for the volume, which can be UNIX, NTFS, or MIXED.
setSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
The security style for the volume, which can be UNIX.
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates) - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
setSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the size of the volume, in megabytes (MB), that you are creating.
setSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The configured size of the volume, in megabytes (MBs).
setSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the size of the volume in megabytes.
setSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting.
setSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
setSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
setSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
Set to true if you want to skip taking a final backup of the volume you are deleting.
setSmb(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Server Message Block (SMB) protocol.
setSnapshot(Snapshot) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
A description of the snapshot.
setSnapshot(Snapshot) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
setSnapshotARN(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
setSnapshotARN(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
setSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
The ID of the snapshot that you want to delete.
setSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The ID of the deleted snapshot.
setSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the source snapshot.
setSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the snapshot.
setSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.
setSnapshotIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The IDs of the snapshots that you want to retrieve.
setSnapshots(Collection<Snapshot>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
An array of snapshots.
setSourceBackupId(String) - Method in class com.amazonaws.services.fsx.model.Backup
 
setSourceBackupId(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The ID of the source backup.
setSourceBackupRegion(String) - Method in class com.amazonaws.services.fsx.model.Backup
The source Region of the backup.
setSourceRegion(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The source Amazon Web Services Region of the backup.
setStartTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system began processing the task.
setStatus(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the status of the administrative action, as follows:
setStatus(DataRepositoryTaskStatus) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Provides the status of the number of files that the task has processed successfully and failed to process.
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The storage capacity of the cache in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCache
The storage capacity of the cache in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The storage capacity of the cache in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileSystem
The storage capacity of the file system in gibibytes (GiB).
setStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system.
setStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Sets the maximum storage size in gibibytes (GiB) for the volume.
setStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The amount of storage that the user or group can use in gibibytes (GiB).
setStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.
setStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
setStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the amount of storage in gibibytes (GiB) to reserve from the parent volume.
setStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
setStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
setStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
setStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's storage efficiency setting.
setStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Default is false.
setStorageType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
setStorageType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage type for the file system that you're creating.
setStorageType(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of storage the file system is using.
setStorageVirtualMachine(StorageVirtualMachine) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
setStorageVirtualMachine(StorageVirtualMachine) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the ONTAP SVM in which to create the volume.
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
The ID of the SVM that you want to delete.
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
The ID of the SVM Amazon FSx is deleting.
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The ID of the volume's storage virtual machine.
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's system generated unique ID.
setStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.
setStorageVirtualMachineIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter the ID of one or more SVMs that you want to view.
setStorageVirtualMachineRoot(Boolean) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM).
setStorageVirtualMachines(Collection<StorageVirtualMachine>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Specifies the IDs of the subnets that the file system will be accessible from.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Specifies the IDs of the subnets that the file system will be accessible from.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystem
Specifies the IDs of the subnets that the file system is accessible from.
setSubtype(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's subtype.
setSucceededCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task has successfully processed.
setSvmAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
setSvmAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Enter a new SvmAdminPassword if you are updating it.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
A list of keys of tags on the resource to untag.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Backup
The tags associated with a particular file system.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The tags to apply to the backup at backup creation.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The tags to be applied to the file system at file system creation.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The tags to apply to the file system that's being created.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.FileSystem
The tags to associate with the file system.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
A list of tags on the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
A list of tags for the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Volume
 
setTargetFileSystemValues(FileSystem) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the target value for the administration action, provided in the UpdateFileSystem operation.
setTargetSnapshotValues(Snapshot) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
setTargetVolumeValues(Volume) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
setTaskId(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
Specifies the data repository task to cancel.
setTaskId(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The ID of the task being canceled.
setTaskId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique 17-digit ID of the data repository task.
setTaskIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Sets the throughput capacity for the file system that you're creating.
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
setThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The throughput of the Amazon FSx file system, measured in megabytes per second.
setTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
setTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's TieringPolicy setting.
setTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Update the volume's data tiering policy.
setTotalCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total number of files that the task will process.
setType(String) - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The type of Active Directory error.
setType(String) - Method in class com.amazonaws.services.fsx.model.Backup
The type of the file-system backup.
setType(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the type of data repository task to create.
setType(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The type of data repository task.
setType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
A value that specifies whether the quota applies to a user or group.
setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
setUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
setUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
setUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
setUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
setUUID(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's universally unique identifier (UUID).
setUUID(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's UUID (universally unique identifier).
setValue(String) - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagValue, the value assigned to the corresponding tag key.
setValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
setValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.Filter
The values of the filter.
setValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The file-system-id or volume-id that you are filtering for.
setValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The values of the filter.
setValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The values of the filter.
setVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
setVersion(String) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
setVolume(Volume) - Method in class com.amazonaws.services.fsx.model.Backup
 
setVolume(Volume) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.
setVolume(Volume) - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
Returned after a successful CreateVolume API operation, describing the volume just created.
setVolume(Volume) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
A description of the volume just updated.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The ID of the FSx for ONTAP volume to back up.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The ID of the volume that you are taking a snapshot of.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
The ID of the volume that you are deleting.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The ID of the volume that's being deleted.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the volume that you are restoring.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The ID of the volume that you restored.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the volume that the snapshot is of.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
setVolumeId(String) - Method in class com.amazonaws.services.fsx.model.Volume
The system-generated, unique ID of the volume.
setVolumeIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
The IDs of the volumes whose descriptions you want to retrieve.
setVolumePath(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The path to the volume from the root volume.
setVolumes(Collection<Volume>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
Returned after a successful DescribeVolumes operation, describing each volume.
setVolumeType(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.
setVolumeType(String) - Method in class com.amazonaws.services.fsx.model.Volume
The type of the volume.
setVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
setVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
setVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the primary virtual private cloud (VPC) for the file system.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
setWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
setWindowsConfiguration(CreateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The configuration for this Microsoft Windows file system.
setWindowsConfiguration(CreateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The Microsoft Windows configuration for the file system that's being created.
setWindowsConfiguration(DeleteFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
setWindowsConfiguration(WindowsFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for Windows File Server file system.
setWindowsConfiguration(UpdateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for Windows File Server file system.
setWindowsResponse(DeleteFileSystemWindowsResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
shutdown() - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
shutdown() - Method in interface com.amazonaws.services.fsx.AmazonFSx
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.fsx.AmazonFSxClient
 
Snapshot - Class in com.amazonaws.services.fsx.model
A snapshot of an Amazon FSx for OpenZFS volume.
Snapshot() - Constructor for class com.amazonaws.services.fsx.model.Snapshot
 
SnapshotFilter - Class in com.amazonaws.services.fsx.model
A filter used to restrict the results of DescribeSnapshots calls.
SnapshotFilter() - Constructor for class com.amazonaws.services.fsx.model.SnapshotFilter
 
SnapshotFilterName - Enum in com.amazonaws.services.fsx.model
 
SnapshotLifecycle - Enum in com.amazonaws.services.fsx.model
 
SnapshotNotFoundException - Exception in com.amazonaws.services.fsx.model
No Amazon FSx snapshots were found based on the supplied parameters.
SnapshotNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.SnapshotNotFoundException
Constructs a new SnapshotNotFoundException with the specified error message.
SourceBackupUnavailableException - Exception in com.amazonaws.services.fsx.model
The request was rejected because the lifecycle status of the source backup isn't AVAILABLE.
SourceBackupUnavailableException(String) - Constructor for exception com.amazonaws.services.fsx.model.SourceBackupUnavailableException
Constructs a new SourceBackupUnavailableException with the specified error message.
standard() - Static method in class com.amazonaws.services.fsx.AmazonFSxAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.fsx.AmazonFSxClientBuilder
 
Status - Enum in com.amazonaws.services.fsx.model
 
StorageType - Enum in com.amazonaws.services.fsx.model
The storage type for your Amazon FSx file system.
StorageVirtualMachine - Class in com.amazonaws.services.fsx.model
Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.
StorageVirtualMachine() - Constructor for class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
StorageVirtualMachineFilter - Class in com.amazonaws.services.fsx.model
A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
StorageVirtualMachineFilter() - Constructor for class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
 
StorageVirtualMachineFilterName - Enum in com.amazonaws.services.fsx.model
 
StorageVirtualMachineLifecycle - Enum in com.amazonaws.services.fsx.model
 
StorageVirtualMachineNotFoundException - Exception in com.amazonaws.services.fsx.model
No FSx for ONTAP SVMs were found based upon the supplied parameters.
StorageVirtualMachineNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.StorageVirtualMachineNotFoundException
Constructs a new StorageVirtualMachineNotFoundException with the specified error message.
StorageVirtualMachineRootVolumeSecurityStyle - Enum in com.amazonaws.services.fsx.model
 
StorageVirtualMachineSubtype - Enum in com.amazonaws.services.fsx.model
 
SvmActiveDirectoryConfiguration - Class in com.amazonaws.services.fsx.model
Describes the configuration of the Microsoft Active Directory (AD) directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined.
SvmActiveDirectoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
SvmEndpoint - Class in com.amazonaws.services.fsx.model
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
SvmEndpoint() - Constructor for class com.amazonaws.services.fsx.model.SvmEndpoint
 
SvmEndpoints - Class in com.amazonaws.services.fsx.model
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
SvmEndpoints() - Constructor for class com.amazonaws.services.fsx.model.SvmEndpoints
 

T

Tag - Class in com.amazonaws.services.fsx.model
Specifies a key-value pair for a resource tag.
Tag() - Constructor for class com.amazonaws.services.fsx.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Tags an Amazon FSx resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Tags an Amazon FSx resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Tags an Amazon FSx resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Tags an Amazon FSx resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.fsx.model
The request object for the TagResource operation.
TagResourceRequest() - Constructor for class com.amazonaws.services.fsx.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.fsx.model
The response object for the TagResource operation.
TagResourceResult() - Constructor for class com.amazonaws.services.fsx.model.TagResourceResult
 
TieringPolicy - Class in com.amazonaws.services.fsx.model
Describes the data tiering policy for an ONTAP volume.
TieringPolicy() - Constructor for class com.amazonaws.services.fsx.model.TieringPolicy
 
TieringPolicyName - Enum in com.amazonaws.services.fsx.model
 
toString() - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.ActiveDirectoryErrorType
 
toString() - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.AdministrativeActionType
 
toString() - Method in class com.amazonaws.services.fsx.model.Alias
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.AliasLifecycle
 
toString() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.AutoImportPolicyType
 
toString() - Method in class com.amazonaws.services.fsx.model.Backup
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.BackupLifecycle
 
toString() - Method in enum com.amazonaws.services.fsx.model.BackupType
 
toString() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CompletionReport
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DataCompressionType
 
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DataRepositoryLifecycle
 
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskFilterName
 
toString() - Method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskLifecycle
 
toString() - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskType
 
toString() - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSOption
 
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DeleteOpenZFSVolumeOption
 
toString() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.DiskIopsConfigurationMode
 
toString() - Method in enum com.amazonaws.services.fsx.model.DriveCacheType
 
toString() - Method in enum com.amazonaws.services.fsx.model.EventType
 
toString() - Method in class com.amazonaws.services.fsx.model.FileCache
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.FileCacheLifecycle
 
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.FileCacheLustreDeploymentType
 
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.FileCacheType
 
toString() - Method in class com.amazonaws.services.fsx.model.FileSystem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.FileSystemLifecycle
 
toString() - Method in enum com.amazonaws.services.fsx.model.FileSystemMaintenanceOperation
 
toString() - Method in enum com.amazonaws.services.fsx.model.FileSystemType
 
toString() - Method in class com.amazonaws.services.fsx.model.Filter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.FilterName
 
toString() - Method in enum com.amazonaws.services.fsx.model.FlexCacheEndpointType
 
toString() - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.LustreAccessAuditLogLevel
 
toString() - Method in enum com.amazonaws.services.fsx.model.LustreDeploymentType
 
toString() - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.NfsVersion
 
toString() - Method in enum com.amazonaws.services.fsx.model.OntapDeploymentType
 
toString() - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.OntapVolumeType
 
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.OpenZFSCopyStrategy
 
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.OpenZFSDataCompressionType
 
toString() - Method in enum com.amazonaws.services.fsx.model.OpenZFSDeploymentType
 
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.OpenZFSQuotaType
 
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.ReportFormat
 
toString() - Method in enum com.amazonaws.services.fsx.model.ReportScope
 
toString() - Method in enum com.amazonaws.services.fsx.model.ResourceType
 
toString() - Method in enum com.amazonaws.services.fsx.model.RestoreOpenZFSVolumeOption
 
toString() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.SecurityStyle
 
toString() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.ServiceLimit
 
toString() - Method in class com.amazonaws.services.fsx.model.Snapshot
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.SnapshotFilterName
 
toString() - Method in enum com.amazonaws.services.fsx.model.SnapshotLifecycle
 
toString() - Method in enum com.amazonaws.services.fsx.model.Status
 
toString() - Method in enum com.amazonaws.services.fsx.model.StorageType
 
toString() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineFilterName
 
toString() - Method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineLifecycle
 
toString() - Method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineRootVolumeSecurityStyle
 
toString() - Method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineSubtype
 
toString() - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.TieringPolicyName
 
toString() - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.Volume
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.VolumeFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.VolumeFilterName
 
toString() - Method in enum com.amazonaws.services.fsx.model.VolumeLifecycle
 
toString() - Method in enum com.amazonaws.services.fsx.model.VolumeType
 
toString() - Method in enum com.amazonaws.services.fsx.model.WindowsAccessAuditLogLevel
 
toString() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.fsx.model.WindowsDeploymentType
 
toString() - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
Returns a string representation of this object.

U

UnsupportedOperationException - Exception in com.amazonaws.services.fsx.model
The requested operation is not supported for this resource or API.
UnsupportedOperationException(String) - Constructor for exception com.amazonaws.services.fsx.model.UnsupportedOperationException
Constructs a new UnsupportedOperationException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
This action removes a tag from an Amazon FSx resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
This action removes a tag from an Amazon FSx resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
This action removes a tag from an Amazon FSx resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
This action removes a tag from an Amazon FSx resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.fsx.model
The request object for UntagResource action.
UntagResourceRequest() - Constructor for class com.amazonaws.services.fsx.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.fsx.model
The response object for UntagResource action.
UntagResourceResult() - Constructor for class com.amazonaws.services.fsx.model.UntagResourceResult
 
updateDataRepositoryAssociation(UpdateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateDataRepositoryAssociation(UpdateDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.
updateDataRepositoryAssociation(UpdateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest, AsyncHandler<UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest, AsyncHandler<UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateDataRepositoryAssociationAsync(UpdateDataRepositoryAssociationRequest, AsyncHandler<UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateDataRepositoryAssociationRequest - Class in com.amazonaws.services.fsx.model
 
UpdateDataRepositoryAssociationRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
UpdateDataRepositoryAssociationResult - Class in com.amazonaws.services.fsx.model
 
UpdateDataRepositoryAssociationResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
 
updateFileCache(UpdateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateFileCache(UpdateFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Updates the configuration of an existing Amazon File Cache resource.
updateFileCache(UpdateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Updates the configuration of an existing Amazon File Cache resource.
updateFileCacheAsync(UpdateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateFileCacheAsync(UpdateFileCacheRequest, AsyncHandler<UpdateFileCacheRequest, UpdateFileCacheResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateFileCacheAsync(UpdateFileCacheRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an existing Amazon File Cache resource.
updateFileCacheAsync(UpdateFileCacheRequest, AsyncHandler<UpdateFileCacheRequest, UpdateFileCacheResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an existing Amazon File Cache resource.
updateFileCacheAsync(UpdateFileCacheRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateFileCacheAsync(UpdateFileCacheRequest, AsyncHandler<UpdateFileCacheRequest, UpdateFileCacheResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateFileCacheLustreConfiguration - Class in com.amazonaws.services.fsx.model
The configuration update for an Amazon File Cache resource.
UpdateFileCacheLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
UpdateFileCacheRequest - Class in com.amazonaws.services.fsx.model
 
UpdateFileCacheRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
UpdateFileCacheResult - Class in com.amazonaws.services.fsx.model
 
UpdateFileCacheResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileCacheResult
 
updateFileSystem(UpdateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateFileSystem(UpdateFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Use this operation to update the configuration of an existing Amazon FSx file system.
updateFileSystem(UpdateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Use this operation to update the configuration of an existing Amazon FSx file system.
updateFileSystemAsync(UpdateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateFileSystemAsync(UpdateFileSystemRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this operation to update the configuration of an existing Amazon FSx file system.
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Use this operation to update the configuration of an existing Amazon FSx file system.
updateFileSystemAsync(UpdateFileSystemRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateFileSystemLustreConfiguration - Class in com.amazonaws.services.fsx.model
The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.
UpdateFileSystemLustreConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
UpdateFileSystemOntapConfiguration - Class in com.amazonaws.services.fsx.model
The configuration updates for an Amazon FSx for NetApp ONTAP file system.
UpdateFileSystemOntapConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
UpdateFileSystemOpenZFSConfiguration - Class in com.amazonaws.services.fsx.model
The configuration updates for an Amazon FSx for OpenZFS file system.
UpdateFileSystemOpenZFSConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
UpdateFileSystemRequest - Class in com.amazonaws.services.fsx.model
The request object for the UpdateFileSystem operation.
UpdateFileSystemRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
UpdateFileSystemResult - Class in com.amazonaws.services.fsx.model
The response object for the UpdateFileSystem operation.
UpdateFileSystemResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemResult
 
UpdateFileSystemWindowsConfiguration - Class in com.amazonaws.services.fsx.model
Updates the configuration for an existing Amazon FSx for Windows File Server file system.
UpdateFileSystemWindowsConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
 
UpdateOntapVolumeConfiguration - Class in com.amazonaws.services.fsx.model
Used to specify changes to the ONTAP configuration for the volume you are updating.
UpdateOntapVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
 
UpdateOpenZFSVolumeConfiguration - Class in com.amazonaws.services.fsx.model
Used to specify changes to the OpenZFS configuration for the volume that you are updating.
UpdateOpenZFSVolumeConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
 
updateSnapshot(UpdateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateSnapshot(UpdateSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Updates the name of an Amazon FSx for OpenZFS snapshot.
updateSnapshot(UpdateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Updates the name of an Amazon FSx for OpenZFS snapshot.
updateSnapshotAsync(UpdateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateSnapshotAsync(UpdateSnapshotRequest, AsyncHandler<UpdateSnapshotRequest, UpdateSnapshotResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateSnapshotAsync(UpdateSnapshotRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the name of an Amazon FSx for OpenZFS snapshot.
updateSnapshotAsync(UpdateSnapshotRequest, AsyncHandler<UpdateSnapshotRequest, UpdateSnapshotResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the name of an Amazon FSx for OpenZFS snapshot.
updateSnapshotAsync(UpdateSnapshotRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateSnapshotAsync(UpdateSnapshotRequest, AsyncHandler<UpdateSnapshotRequest, UpdateSnapshotResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateSnapshotRequest - Class in com.amazonaws.services.fsx.model
 
UpdateSnapshotRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
UpdateSnapshotResult - Class in com.amazonaws.services.fsx.model
 
UpdateSnapshotResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateSnapshotResult
 
updateStorageVirtualMachine(UpdateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateStorageVirtualMachine(UpdateStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
updateStorageVirtualMachine(UpdateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest, AsyncHandler<UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest, AsyncHandler<UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateStorageVirtualMachineAsync(UpdateStorageVirtualMachineRequest, AsyncHandler<UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateStorageVirtualMachineRequest - Class in com.amazonaws.services.fsx.model
 
UpdateStorageVirtualMachineRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
UpdateStorageVirtualMachineResult - Class in com.amazonaws.services.fsx.model
 
UpdateStorageVirtualMachineResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
UpdateSvmActiveDirectoryConfiguration - Class in com.amazonaws.services.fsx.model
Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD.
UpdateSvmActiveDirectoryConfiguration() - Constructor for class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
updateVolume(UpdateVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSx
 
updateVolume(UpdateVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSx
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
updateVolume(UpdateVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxClient
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
updateVolumeAsync(UpdateVolumeRequest) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateVolumeAsync(UpdateVolumeRequest, AsyncHandler<UpdateVolumeRequest, UpdateVolumeResult>) - Method in class com.amazonaws.services.fsx.AbstractAmazonFSxAsync
 
updateVolumeAsync(UpdateVolumeRequest) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
updateVolumeAsync(UpdateVolumeRequest, AsyncHandler<UpdateVolumeRequest, UpdateVolumeResult>) - Method in interface com.amazonaws.services.fsx.AmazonFSxAsync
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
updateVolumeAsync(UpdateVolumeRequest) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
updateVolumeAsync(UpdateVolumeRequest, AsyncHandler<UpdateVolumeRequest, UpdateVolumeResult>) - Method in class com.amazonaws.services.fsx.AmazonFSxAsyncClient
 
UpdateVolumeRequest - Class in com.amazonaws.services.fsx.model
 
UpdateVolumeRequest() - Constructor for class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
UpdateVolumeResult - Class in com.amazonaws.services.fsx.model
 
UpdateVolumeResult() - Constructor for class com.amazonaws.services.fsx.model.UpdateVolumeResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.ActiveDirectoryErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.AdministrativeActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.AliasLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.AutoImportPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.BackupLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.BackupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DataCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskFilterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DeleteOpenZFSVolumeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DiskIopsConfigurationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.DriveCacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheLustreDeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileCacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemMaintenanceOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FileSystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FilterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.FlexCacheEndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.LustreAccessAuditLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.LustreDeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.NfsVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OntapDeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OntapVolumeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSCopyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDataCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.OpenZFSQuotaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.ReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.ReportScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.RestoreOpenZFSVolumeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.SecurityStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.ServiceLimit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.SnapshotFilterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.SnapshotLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineFilterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineRootVolumeSecurityStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineSubtype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.TieringPolicyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeFilterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.VolumeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.WindowsAccessAuditLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.fsx.model.WindowsDeploymentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.fsx.model.ActiveDirectoryErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.AdministrativeActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.AliasLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.AutoImportPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.BackupLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.BackupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DataCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskFilterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DataRepositoryTaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DeleteOpenZFSVolumeOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DiskIopsConfigurationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.DriveCacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileCacheLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileCacheLustreDeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileCacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileSystemLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileSystemMaintenanceOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FileSystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FilterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.FlexCacheEndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.LustreAccessAuditLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.LustreDeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.NfsVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OntapDeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OntapVolumeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OpenZFSCopyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDataCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OpenZFSDeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.OpenZFSQuotaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.ReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.ReportScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.RestoreOpenZFSVolumeOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.SecurityStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.ServiceLimit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.SnapshotFilterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.SnapshotLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineFilterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineRootVolumeSecurityStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.StorageVirtualMachineSubtype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.TieringPolicyName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.VolumeFilterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.VolumeLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.VolumeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.WindowsAccessAuditLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.fsx.model.WindowsDeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in com.amazonaws.services.fsx.model
Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
Volume() - Constructor for class com.amazonaws.services.fsx.model.Volume
 
VolumeFilter - Class in com.amazonaws.services.fsx.model
A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
VolumeFilter() - Constructor for class com.amazonaws.services.fsx.model.VolumeFilter
 
VolumeFilterName - Enum in com.amazonaws.services.fsx.model
 
VolumeLifecycle - Enum in com.amazonaws.services.fsx.model
 
VolumeNotFoundException - Exception in com.amazonaws.services.fsx.model
No Amazon FSx volumes were found based upon the supplied parameters.
VolumeNotFoundException(String) - Constructor for exception com.amazonaws.services.fsx.model.VolumeNotFoundException
Constructs a new VolumeNotFoundException with the specified error message.
VolumeType - Enum in com.amazonaws.services.fsx.model
 

W

WindowsAccessAuditLogLevel - Enum in com.amazonaws.services.fsx.model
 
WindowsAuditLogConfiguration - Class in com.amazonaws.services.fsx.model
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
WindowsAuditLogConfiguration() - Constructor for class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
 
WindowsAuditLogCreateConfiguration - Class in com.amazonaws.services.fsx.model
The Windows file access auditing configuration used when creating or updating an Amazon FSx for Windows File Server file system.
WindowsAuditLogCreateConfiguration() - Constructor for class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
 
WindowsDeploymentType - Enum in com.amazonaws.services.fsx.model
 
WindowsFileSystemConfiguration - Class in com.amazonaws.services.fsx.model
The configuration for this Microsoft Windows file system.
WindowsFileSystemConfiguration() - Constructor for class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
withActiveDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
Describes the self-managed Microsoft Active Directory to which you want to join the SVM.
withActiveDirectoryConfiguration(SvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
withActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
withActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
withActiveDirectoryId(String) - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The directory ID of the directory that an error pertains to.
withActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.
withActiveDirectoryId(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.
withAdministrativeActions(AdministrativeAction...) - Method in class com.amazonaws.services.fsx.model.FileSystem
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.FileSystem
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActions(AdministrativeAction...) - Method in class com.amazonaws.services.fsx.model.Snapshot
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.Snapshot
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActions(AdministrativeAction...) - Method in class com.amazonaws.services.fsx.model.Volume
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActions(Collection<AdministrativeAction>) - Method in class com.amazonaws.services.fsx.model.Volume
A list of administrative actions for the file system that are in process or waiting to be processed.
withAdministrativeActionType(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
withAdministrativeActionType(AdministrativeActionType) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
withAliases(String...) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
An array of one or more DNS alias names to associate with the file system.
withAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
An array of one or more DNS alias names to associate with the file system.
withAliases(Alias...) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
An array of the DNS aliases that Amazon FSx is associating with the file system.
withAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesResult
An array of the DNS aliases that Amazon FSx is associating with the file system.
withAliases(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
withAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
withAliases(Alias...) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
An array of one or more DNS aliases currently associated with the specified file system.
withAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
An array of one or more DNS aliases currently associated with the specified file system.
withAliases(String...) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
An array of one or more DNS alias names to disassociate, or remove, from the file system.
withAliases(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
An array of one or more DNS alias names to disassociate, or remove, from the file system.
withAliases(Alias...) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
withAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesResult
An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
withAliases(Alias...) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
NOTE: This method appends the values to the existing list (if any).
withAliases(Collection<Alias>) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
withAssociation(DataRepositoryAssociation) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationResult
The response object returned after the data repository association is created.
withAssociation(DataRepositoryAssociation) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationResult
The response object returned after the data repository association is updated.
withAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The system-generated, unique ID of the data repository association.
withAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
The ID of the data repository association that you want to delete.
withAssociationId(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
The ID of the data repository association being deleted.
withAssociationId(String) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The ID of the data repository association that you are updating.
withAssociationIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
IDs of the data repository associations whose descriptions you want to retrieve (String).
withAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
IDs of the data repository associations whose descriptions you want to retrieve (String).
withAssociations(DataRepositoryAssociation...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
An array of one or more data repository association descriptions.
withAssociations(Collection<DataRepositoryAssociation>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
An array of one or more data repository association descriptions.
withAuditLogConfiguration(WindowsAuditLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
withAuditLogConfiguration(WindowsAuditLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..
withAuditLogConfiguration(WindowsAuditLogConfiguration) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.
withAuditLogDestination(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
The Amazon Resource Name (ARN) for the destination of the audit logs.
withAuditLogDestination(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the audit logs.
withAutoExportPolicy(AutoExportPolicy) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
This parameter is not supported for Amazon File Cache.
withAutoExportPolicy(AutoExportPolicy) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
withAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
withAutoImportPolicy(AutoImportPolicyType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
withAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the file system's linked S3 data repository's AutoImportPolicy.
withAutoImportPolicy(AutoImportPolicyType) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the file system's linked S3 data repository's AutoImportPolicy.
withAutoImportPolicy(AutoImportPolicy) - Method in class com.amazonaws.services.fsx.model.S3DataRepositoryConfiguration
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
withAutoImportPolicy(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
withAutoImportPolicy(AutoImportPolicyType) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The number of days to retain automatic backups.
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The number of days to retain automatic daily backups.
withAutomaticBackupRetentionDays(Integer) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The number of days to retain automatic backups.
withBackup(Backup) - Method in class com.amazonaws.services.fsx.model.CopyBackupResult
 
withBackup(Backup) - Method in class com.amazonaws.services.fsx.model.CreateBackupResult
A description of the backup.
withBackupId(String) - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the backup.
withBackupId(String) - Method in exception com.amazonaws.services.fsx.model.BackupBeingCopiedException
 
withBackupId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
withBackupId(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
withBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
The ID of the backup that you want to delete.
withBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The ID of the backup that was deleted.
withBackupId(String) - Method in exception com.amazonaws.services.fsx.model.SourceBackupUnavailableException
 
withBackupIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The IDs of the backups that you want to retrieve.
withBackupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The IDs of the backups that you want to retrieve.
withBackups(Backup...) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
An array of backups.
withBackups(Collection<Backup>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
An array of backups.
withBatchImportMetaDataOnCreate(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created.
withBatchImportMetaDataOnCreate(Boolean) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
withCapacityToRelease(Long) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
withCapacityToRelease(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
withClientConfigurations(OpenZFSClientConfiguration...) - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
withClientConfigurations(Collection<OpenZFSClientConfiguration>) - Method in class com.amazonaws.services.fsx.model.OpenZFSNfsExport
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
An idempotency token for resource creation, in a string of up to 64 ASCII characters.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
 
withClientRequestToken(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
 
withClients(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
A value that specifies who can mount the file system.
withCoolingPeriod(Integer) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool.
withCopyStrategy(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
withCopyStrategy(OpenZFSCopyStrategy) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
withCopyStrategy(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
withCopyStrategy(OpenZFSCopyStrategy) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
The strategy used when copying data from the snapshot to the new volume.
withCopyTags(Boolean) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
A Boolean flag indicating whether tags from the source backup should be copied to the backup copy.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Not available for use with file systems that are linked to a data repository.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
A boolean flag indicating whether tags for the file system should be copied to backups.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
A boolean flag indicating whether tags on the file system are copied to backups.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags on the file system should be copied to backups.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to backups.
withCopyTagsToBackups(Boolean) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
A boolean flag indicating whether tags on the file system should be copied to backups.
withCopyTagsToDataRepositoryAssociations(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
withCopyTagsToDataRepositoryAssociations(Boolean) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A boolean flag indicating whether tags for the cache should be copied to data repository associations.
withCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
withCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
withCopyTagsToSnapshots(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
withCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the file system should be copied to volumes.
withCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
withCopyTagsToVolumes(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
A Boolean value indicating whether tags for the volume should be copied to snapshots.
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Backup
The time when a particular backup was created.
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.FileSystem
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
withCreationTime(Date) - Method in class com.amazonaws.services.fsx.model.Volume
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
withDailyAutomaticBackupStartTime(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred time to take daily automatic backups, in the UTC time zone.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
withDataCompressionType(DataCompressionType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(OpenZFSDataCompressionType) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The data compression configuration for the file system.
withDataCompressionType(DataCompressionType) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The data compression configuration for the file system.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(OpenZFSDataCompressionType) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(OpenZFSDataCompressionType) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
withDataCompressionType(DataCompressionType) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
Sets the data compression configuration for the file system.
withDataCompressionType(String) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataCompressionType(OpenZFSDataCompressionType) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the method used to compress the data on the volume.
withDataRepositoryAssociationIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCache
A list of IDs of data repository associations that are associated with this cache.
withDataRepositoryAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
A list of IDs of data repository associations that are associated with this cache.
withDataRepositoryAssociationIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A list of IDs of data repository associations that are associated with this cache.
withDataRepositoryAssociationIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A list of IDs of data repository associations that are associated with this cache.
withDataRepositoryAssociations(FileCacheDataRepositoryAssociation...) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
withDataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
withDataRepositoryConfiguration(DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
 
withDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The path to the Amazon S3 data repository that will be linked to the file system.
withDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The path to the data repository that will be linked to the cache or file system.
withDataRepositoryPath(String) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The path to the S3 or NFS data repository that links to the cache.
withDataRepositorySubdirectories(String...) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
withDataRepositorySubdirectories(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
withDataRepositorySubdirectories(String...) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A list of NFS Exports that will be linked with this data repository association.
withDataRepositorySubdirectories(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A list of NFS Exports that will be linked with this data repository association.
withDataRepositoryTask(DataRepositoryTask) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskResult
The description of the data repository task that you just created.
withDataRepositoryTasks(DataRepositoryTask...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
The collection of data repository task descriptions returned.
withDataRepositoryTasks(Collection<DataRepositoryTask>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
The collection of data repository task descriptions returned.
withDeleteDataInFileSystem(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationRequest
Set to true to delete the data in the file system that corresponds to the data repository association.
withDeleteDataInFileSystem(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Specifies the cache deployment type, which must be CACHE_1.
withDeploymentType(FileCacheLustreDeploymentType) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Specifies the cache deployment type, which must be CACHE_1.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data.
withDeploymentType(LustreDeploymentType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
withDeploymentType(OntapDeploymentType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the file system deployment type.
withDeploymentType(OpenZFSDeploymentType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the file system deployment type.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Specifies the file system deployment type, valid values are the following:
withDeploymentType(WindowsDeploymentType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Specifies the file system deployment type, valid values are the following:
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The deployment type of the Amazon File Cache resource, which must be CACHE_1.
withDeploymentType(FileCacheLustreDeploymentType) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The deployment type of the Amazon File Cache resource, which must be CACHE_1.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The deployment type of the FSx for Lustre file system.
withDeploymentType(LustreDeploymentType) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The deployment type of the FSx for Lustre file system.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
Specifies the FSx for ONTAP file system deployment type in use in the file system.
withDeploymentType(OntapDeploymentType) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
Specifies the FSx for ONTAP file system deployment type in use in the file system.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
Specifies the file-system deployment type.
withDeploymentType(OpenZFSDeploymentType) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
Specifies the file-system deployment type.
withDeploymentType(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
Specifies the file system deployment type, valid values are the following:
withDeploymentType(WindowsDeploymentType) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
Specifies the file system deployment type, valid values are the following:
withDestination(String) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
withDestination(String) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
The Amazon Resource Name (ARN) that specifies the destination of the logs.
withDirectoryInformation(ActiveDirectoryBackupAttributes) - Method in class com.amazonaws.services.fsx.model.Backup
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The SSD IOPS configuration for the FSx for ONTAP file system.
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
withDiskIopsConfiguration(DiskIopsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
withDnsIps(String...) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
withDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
withDnsIps(String...) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
withDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
withDnsIps(String...) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDnsIps(String...) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDnsIps(String...) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDnsIps(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
withDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The Domain Name System (DNS) name for the cache.
withDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Domain Name System (DNS) name for the cache.
withDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Domain Name System (DNS) name for the file system.
withDNSName(String) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
 
withDNSName(String) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
 
withDomainName(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
The fully qualified domain name of the self-managed Active Directory directory.
withDomainName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified domain name of the self-managed AD directory.
withDomainName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The fully qualified domain name of the self-managed AD directory, such as corp.example.com.
withDriveCacheType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
withDriveCacheType(DriveCacheType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
withDriveCacheType(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
withDriveCacheType(DriveCacheType) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
withEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Set Enabled to True to generate a CompletionReport when the task completes.
withEndpointIpAddressRange(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
withEndpointIpAddressRange(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.
withEndpoints(FileSystemEndpoints) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
withEndpoints(SvmEndpoints) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
withEndTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system completed processing the task, populated after the task is complete.
withEvents(String...) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
The AutoExportPolicy can have the following event values:
withEvents(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
The AutoExportPolicy can have the following event values:
withEvents(EventType...) - Method in class com.amazonaws.services.fsx.model.AutoExportPolicy
The AutoExportPolicy can have the following event values:
withEvents(String...) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
The AutoImportPolicy can have the following event values:
withEvents(Collection<String>) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
The AutoImportPolicy can have the following event values:
withEvents(EventType...) - Method in class com.amazonaws.services.fsx.model.AutoImportPolicy
The AutoImportPolicy can have the following event values:
withExportPath(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) Available with Scratch and Persistent_1 deployment types.
withExportPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.
withFailedCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task failed to process.
withFailureDetails(AdministrativeActionFailureDetails) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
withFailureDetails(BackupFailureDetails) - Method in class com.amazonaws.services.fsx.model.Backup
Details explaining any failures that occurred when creating a backup.
withFailureDetails(DataRepositoryFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
withFailureDetails(DataRepositoryFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
 
withFailureDetails(DataRepositoryTaskFailureDetails) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.
withFailureDetails(FileCacheFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileCache
A structure providing details of any failures that occurred.
withFailureDetails(FileCacheFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
A structure providing details of any failures that occurred.
withFailureDetails(FileSystemFailureDetails) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
withFileAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
withFileAccessAuditLogLevel(WindowsAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
withFileAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
withFileAccessAuditLogLevel(WindowsAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
withFileCache(FileCacheCreating) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheResult
A description of the cache that was created.
withFileCache(FileCache) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheResult
A description of the cache that was updated.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The globally unique ID of the Amazon File Cache resource.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique ID of the cache.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheRequest
The ID of the cache that's being deleted.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The ID of the cache that's being deleted.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The system-generated, unique ID of the cache.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The system-generated, unique ID of the cache.
withFileCacheId(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The ID of the cache that you are updating.
withFileCacheIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
IDs of the caches whose descriptions you want to retrieve (String).
withFileCacheIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
IDs of the caches whose descriptions you want to retrieve (String).
withFileCachePath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon File Cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
withFileCachePath(String) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
withFileCaches(FileCache...) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
The response object for the DescribeFileCaches operation.
withFileCaches(Collection<FileCache>) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
The response object for the DescribeFileCaches operation.
withFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The type of cache that you're creating, which must be LUSTRE.
withFileCacheType(FileCacheType) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The type of cache that you're creating, which must be LUSTRE.
withFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The type of cache, which must be LUSTRE.
withFileCacheType(FileCacheType) - Method in class com.amazonaws.services.fsx.model.FileCache
The type of cache, which must be LUSTRE.
withFileCacheType(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The type of cache, which must be LUSTRE.
withFileCacheType(FileCacheType) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The type of cache, which must be LUSTRE.
withFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Sets the Lustre version for the cache that you're creating, which must be 2.12.
withFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The Lustre version of the cache, which must be 2.12.
withFileCacheTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The Lustre version of the cache, which must be 2.12.
withFileShareAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
withFileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
withFileShareAccessAuditLogLevel(String) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
withFileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.WindowsAuditLogCreateConfiguration
Sets which attempt type is logged by Amazon FSx for file share accesses.
withFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.Backup
The metadata of the file system associated with the backup.
withFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupResult
A description of the file system.
withFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemResult
The configuration of the file system that was created.
withFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksResult
 
withFileSystem(FileSystem) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemResult
A description of the file system that was updated.
withFileSystemAdministratorsGroup(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The name of the domain group whose members have administrative privileges for the FSx file system.
withFileSystemAdministratorsGroup(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The name of the domain group whose members are granted administrative privileges for the file system.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.AssociateFileSystemAliasesRequest
Specifies the file system with which you want to associate one or more DNS aliases.
withFileSystemId(String) - Method in exception com.amazonaws.services.fsx.model.BackupRestoringException
The ID of a file system being restored from the backup.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
The ID of the file system to back up.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The globally unique ID of the file system.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The ID of the file system that you want to delete.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The ID of the file system that's being deleted.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
The ID of the file system to return the associated DNS aliases for (String).
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.DisassociateFileSystemAliasesRequest
Specifies the file system from which to disassociate the DNS aliases.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The system-generated, unique 17-digit ID of the file system.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.ReleaseFileSystemNfsV3LocksRequest
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The ID of the file system that you are updating.
withFileSystemId(String) - Method in class com.amazonaws.services.fsx.model.Volume
 
withFileSystemIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
IDs of the file systems whose descriptions you want to retrieve (String).
withFileSystemIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
IDs of the file systems whose descriptions you want to retrieve (String).
withFileSystemPath(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
withFileSystemPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath.
withFileSystems(FileSystem...) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
An array of file system descriptions.
withFileSystems(Collection<FileSystem>) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
An array of file system descriptions.
withFileSystemType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The type of Amazon FSx file system to create.
withFileSystemType(FileSystemType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The type of Amazon FSx file system to create.
withFileSystemType(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.
withFileSystemType(FileSystemType) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.
withFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup.
withFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating.
withFileSystemTypeVersion(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.
withFilters(Filter...) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The filters structure.
withFilters(Collection<Filter>) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
The filters structure.
withFilters(Filter...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
NOTE: This method appends the values to the existing list (if any).
withFilters(Collection<Filter>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
withFilters(DataRepositoryTaskFilter...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.
withFilters(Collection<DataRepositoryTaskFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.
withFilters(SnapshotFilter...) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The filters structure.
withFilters(Collection<SnapshotFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The filters structure.
withFilters(StorageVirtualMachineFilter...) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter a filter name:value pair to view a select set of SVMs.
withFilters(Collection<StorageVirtualMachineFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter a filter name:value pair to view a select set of SVMs.
withFilters(VolumeFilter...) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
Enter a filter Name and Values pair to view a select set of volumes.
withFilters(Collection<VolumeFilter>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
Enter a filter Name and Values pair to view a select set of volumes.
withFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The ID of the final backup for this file system.
withFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
withFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The ID of the final backup for this file system.
withFinalBackupId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup.
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup.
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The set of tags applied to the final backup.
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreResponse
The set of tags applied to the final backup.
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
A list of tags to apply to the file system's final backup.
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
A list of tags to apply to the file system's final backup.
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
NOTE: This method appends the values to the existing list (if any).
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSResponse
 
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
A set of tags for your final backup.
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
A set of tags for your final backup.
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The set of tags applied to the final backup.
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsResponse
The set of tags applied to the final backup.
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
NOTE: This method appends the values to the existing list (if any).
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
 
withFinalBackupTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
NOTE: This method appends the values to the existing list (if any).
withFinalBackupTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapResponse
 
withFlexCacheEndpointType(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the FlexCache endpoint type of the volume.
withFlexCacheEndpointType(FlexCacheEndpointType) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the FlexCache endpoint type of the volume.
withFormat(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
withFormat(ReportFormat) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
withFsxAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.
withFsxAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
The ONTAP administrative password for the fsxadmin user.
withId(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The ID of the user or group.
withImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
withImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
withImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
withImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
withImportedFileChunkSize(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
withImportPath(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system.
withImportPath(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix.
withIntercluster(FileSystemEndpoint) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
withInvalidRouteTableId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The route table ID is either invalid or not part of the VPC specified.
withInvalidSecurityGroupId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The security group ID is either invalid or not part of the VPC specified.
withInvalidSubnetId(String) - Method in exception com.amazonaws.services.fsx.model.InvalidNetworkSettingsException
The subnet ID that is either invalid or not part of the VPC specified.
withIops(Long) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
The total number of SSD IOPS provisioned for the file system.
withIpAddresses(String...) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
IP addresses of the file system endpoint.
withIpAddresses(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoint
IP addresses of the file system endpoint.
withIpAddresses(String...) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
The SVM endpoint's IP addresses.
withIpAddresses(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SvmEndpoint
The SVM endpoint's IP addresses.
withIscsi(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
withJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
withJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address.
withJunctionPath(String) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the location in the SVM's namespace where the volume is mounted.
withKey(String) - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagKey, the name of the tag.
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.Backup
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache.
withKmsKeyId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
withLastUpdatedTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The time at which the task status was last updated.
withLevel(String) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The data repository events that are logged by Amazon FSx.
withLevel(LustreAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.LustreLogConfiguration
The data repository events that are logged by Amazon FSx.
withLevel(String) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
Sets which data repository events are logged by Amazon FSx.
withLevel(LustreAccessAuditLogLevel) - Method in class com.amazonaws.services.fsx.model.LustreLogCreateConfiguration
Sets which data repository events are logged by Amazon FSx.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Alias
Describes the state of the DNS alias.
withLifecycle(AliasLifecycle) - Method in class com.amazonaws.services.fsx.model.Alias
Describes the state of the DNS alias.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Backup
The lifecycle status of the backup.
withLifecycle(BackupLifecycle) - Method in class com.amazonaws.services.fsx.model.Backup
The lifecycle status of the backup.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The lifecycle status of the data repository task, as follows:
withLifecycle(DataRepositoryTaskLifecycle) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The lifecycle status of the data repository task, as follows:
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
Describes the state of a data repository association.
withLifecycle(DataRepositoryLifecycle) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
Describes the state of a data repository association.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
withLifecycle(DataRepositoryLifecycle) - Method in class com.amazonaws.services.fsx.model.DataRepositoryConfiguration
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The lifecycle status of the data repository task, as follows:
withLifecycle(DataRepositoryTaskLifecycle) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The lifecycle status of the data repository task, as follows:
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The lifecycle status of the backup.
withLifecycle(BackupLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteBackupResult
The lifecycle status of the backup.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Describes the lifecycle state of the data repository association being deleted.
withLifecycle(DataRepositoryLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteDataRepositoryAssociationResult
Describes the lifecycle state of the data repository association being deleted.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The cache lifecycle for the deletion request.
withLifecycle(FileCacheLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteFileCacheResult
The cache lifecycle for the deletion request.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The file system lifecycle for the deletion request.
withLifecycle(FileSystemLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The file system lifecycle for the deletion request.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The lifecycle status of the snapshot.
withLifecycle(SnapshotLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The lifecycle status of the snapshot.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
Describes the lifecycle state of the SVM being deleted.
withLifecycle(StorageVirtualMachineLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
Describes the lifecycle state of the SVM being deleted.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The lifecycle state of the volume being deleted.
withLifecycle(VolumeLifecycle) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The lifecycle state of the volume being deleted.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileCache
The lifecycle status of the cache.
withLifecycle(FileCacheLifecycle) - Method in class com.amazonaws.services.fsx.model.FileCache
The lifecycle status of the cache.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The lifecycle status of the cache.
withLifecycle(FileCacheLifecycle) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The lifecycle status of the cache.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The lifecycle status of the file system.
withLifecycle(FileSystemLifecycle) - Method in class com.amazonaws.services.fsx.model.FileSystem
The lifecycle status of the file system.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The lifecycle state of the volume being restored.
withLifecycle(VolumeLifecycle) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The lifecycle state of the volume being restored.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The lifecycle status of the snapshot.
withLifecycle(SnapshotLifecycle) - Method in class com.amazonaws.services.fsx.model.Snapshot
The lifecycle status of the snapshot.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's lifecycle status.
withLifecycle(StorageVirtualMachineLifecycle) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's lifecycle status.
withLifecycle(String) - Method in class com.amazonaws.services.fsx.model.Volume
The lifecycle status of the volume.
withLifecycle(VolumeLifecycle) - Method in class com.amazonaws.services.fsx.model.Volume
The lifecycle status of the volume.
withLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
withLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes why the SVM lifecycle state changed.
withLifecycleTransitionReason(LifecycleTransitionReason) - Method in class com.amazonaws.services.fsx.model.Volume
The reason why the volume lifecycle status changed.
withLimit(String) - Method in exception com.amazonaws.services.fsx.model.ServiceLimitExceededException
Enumeration of the service limit that was exceeded.
withLimit(ServiceLimit) - Method in exception com.amazonaws.services.fsx.model.ServiceLimitExceededException
Enumeration of the service limit that was exceeded.
withLogConfiguration(LustreLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
withLogConfiguration(LustreLogConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
withLogConfiguration(LustreLogConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre logging configuration.
withLogConfiguration(LustreLogCreateConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.
withLustreConfiguration(CreateFileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The configuration for the Amazon File Cache resource being created.
withLustreConfiguration(CreateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
 
withLustreConfiguration(CreateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
withLustreConfiguration(DeleteFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
withLustreConfiguration(FileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCache
The configuration for the Amazon File Cache resource.
withLustreConfiguration(FileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The configuration for the Amazon File Cache resource.
withLustreConfiguration(LustreFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
 
withLustreConfiguration(UpdateFileCacheLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheRequest
The configuration updates for an Amazon File Cache resource.
withLustreConfiguration(UpdateFileSystemLustreConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
withLustreResponse(DeleteFileSystemLustreResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
withMaintenanceOperationsInProgress(String...) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The list of maintenance operations in progress for this file system.
withMaintenanceOperationsInProgress(Collection<String>) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The list of maintenance operations in progress for this file system.
withMaintenanceOperationsInProgress(FileSystemMaintenanceOperation...) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The list of maintenance operations in progress for this file system.
withManagement(FileSystemEndpoint) - Method in class com.amazonaws.services.fsx.model.FileSystemEndpoints
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
withManagement(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
Maximum number of backups to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
The maximum number of resources to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Maximum number of DNS aliases to return in the response (integer).
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Maximum number of file systems to return in the response (integer).
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
withMaxResults(Integer) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Maximum number of tags to return in the response (integer).
withMessage(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeActionFailureDetails
Error message providing details about the failed administrative action.
withMessage(String) - Method in class com.amazonaws.services.fsx.model.BackupFailureDetails
A message describing the backup-creation failure.
withMessage(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryFailureDetails
 
withMessage(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFailureDetails
 
withMessage(String) - Method in class com.amazonaws.services.fsx.model.FileCacheFailureDetails
A message describing any failures that occurred.
withMessage(String) - Method in class com.amazonaws.services.fsx.model.FileSystemFailureDetails
A message describing any failures that occurred.
withMessage(String) - Method in class com.amazonaws.services.fsx.model.LifecycleTransitionReason
 
withMetadataConfiguration(FileCacheLustreMetadataConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
withMetadataConfiguration(FileCacheLustreMetadataConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
The configuration for a Lustre MDT (Metadata Target) storage volume.
withMode(String) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
withMode(DiskIopsConfigurationMode) - Method in class com.amazonaws.services.fsx.model.DiskIopsConfiguration
Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
withMountName(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
You use the MountName value when mounting the cache.
withMountName(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
You use the MountName value when mounting the file system.
withName(String) - Method in class com.amazonaws.services.fsx.model.Alias
The name of the DNS alias.
withName(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The name of the snapshot.
withName(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The name of the SVM.
withName(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
The name of the new volume you're creating.
withName(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the name of the volume that you're creating.
withName(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Name of the task property to use in filtering the tasks returned in the response.
withName(DataRepositoryTaskFilterName) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Name of the task property to use in filtering the tasks returned in the response.
withName(String) - Method in class com.amazonaws.services.fsx.model.Filter
The name for this filter.
withName(FilterName) - Method in class com.amazonaws.services.fsx.model.Filter
The name for this filter.
withName(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The name of the snapshot.
withName(String) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The name of the filter to use.
withName(SnapshotFilterName) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The name of the filter to use.
withName(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The name of the SVM, if provisioned.
withName(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The name for this filter.
withName(StorageVirtualMachineFilterName) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The name for this filter.
withName(String) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the tiering policy used to transition data.
withName(TieringPolicyName) - Method in class com.amazonaws.services.fsx.model.TieringPolicy
Specifies the tiering policy used to transition data.
withName(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The name of the snapshot to update.
withName(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The name of the OpenZFS volume.
withName(String) - Method in class com.amazonaws.services.fsx.model.Volume
The name of the volume.
withName(String) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The name for this filter.
withName(VolumeFilterName) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The name for this filter.
withNetBiosName(String) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
withNetBiosName(String) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
withNetworkInterfaceIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCache
NOTE: This method appends the values to the existing list (if any).
withNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withNetworkInterfaceIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
NOTE: This method appends the values to the existing list (if any).
withNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withNetworkInterfaceIds(String...) - Method in class com.amazonaws.services.fsx.model.FileSystem
The IDs of the elastic network interfaces from which a specific file system is accessible.
withNetworkInterfaceIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystem
The IDs of the elastic network interfaces from which a specific file system is accessible.
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsRequest
An opaque pagination token returned from a previous DescribeBackups operation.
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeBackupsResult
A NextToken value is present if there are more backups than returned in the response.
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryAssociationsResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileCachesResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesRequest
Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String).
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemAliasesResult
Present if there are more DNS aliases than returned in the response (String).
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsRequest
Opaque pagination token returned from a previous DescribeFileSystems operation (String).
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
 
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
Opaque pagination token returned from a previous ListTagsForResource operation (String).
withNextToken(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
This is present if there are more tags than returned in the response (String).
withNFS(NFSDataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.
withNFS(FileCacheNFSConfiguration) - Method in class com.amazonaws.services.fsx.model.FileCacheDataRepositoryAssociation
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
withNfs(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Network File System (NFS) protocol.
withNfsExports(OpenZFSNfsExport...) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNfsExports(OpenZFSNfsExport...) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
The configuration object for mounting a file system.
withNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
The configuration object for mounting a file system.
withNfsExports(OpenZFSNfsExport...) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNfsExports(OpenZFSNfsExport...) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNfsExports(Collection<OpenZFSNfsExport>) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The configuration object for mounting a Network File System (NFS) file system.
withNoSquashNids(String...) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.
withNoSquashNids(Collection<String>) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.
withOntapConfiguration(CreateFileSystemOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
 
withOntapConfiguration(CreateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
Specifies the configuration of the ONTAP volume that you are creating.
withOntapConfiguration(CreateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the ONTAP volume.
withOntapConfiguration(DeleteVolumeOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup.
withOntapConfiguration(OntapFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for NetApp ONTAP file system.
withOntapConfiguration(UpdateFileSystemOntapConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
 
withOntapConfiguration(UpdateOntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the ONTAP volume that you are updating.
withOntapConfiguration(OntapVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.Volume
 
withOntapResponse(DeleteVolumeOntapResponse) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
Returned after a DeleteVolume request, showing the status of the delete request.
withOntapVolumeType(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the type of volume.
withOntapVolumeType(OntapVolumeType) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
Specifies the type of volume.
withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The OpenZFS configuration for the file system that's being created.
withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The OpenZFS configuration for the file system that's being created.
withOpenZFSConfiguration(CreateOpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the configuration to use when creating the OpenZFS volume.
withOpenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
withOpenZFSConfiguration(DeleteVolumeOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
withOpenZFSConfiguration(OpenZFSFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for OpenZFS file system.
withOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for OpenZFS file system.
withOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The configuration of the OpenZFS volume that you are updating.
withOpenZFSConfiguration(OpenZFSVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.Volume
The configuration of an Amazon FSx for OpenZFS volume.
withOpenZFSResponse(DeleteFileSystemOpenZFSResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.
withOptions(String...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(DeleteFileSystemOpenZFSOption...) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(String...) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(DeleteOpenZFSVolumeOption...) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOpenZFSConfiguration
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
withOptions(String...) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
The options to use when mounting the file system.
withOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.OpenZFSClientConfiguration
The options to use when mounting the file system.
withOptions(String...) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The settings used when restoring the specified volume from snapshot.
withOptions(Collection<String>) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The settings used when restoring the specified volume from snapshot.
withOptions(RestoreOpenZFSVolumeOption...) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The settings used when restoring the specified volume from snapshot.
withOrganizationalUnitDistinguishedName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
withOrganizationalUnitDistinguishedName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
(Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory.
withOriginSnapshot(CreateOpenZFSOriginSnapshotConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
withOriginSnapshot(OpenZFSOriginSnapshotConfiguration) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
withOwnerId(String) - Method in class com.amazonaws.services.fsx.model.Backup
 
withOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withOwnerId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Web Services account that created the file system.
withParameter(String) - Method in exception com.amazonaws.services.fsx.model.IncompatibleParameterErrorException
A parameter that is incompatible with the earlier request.
withParentVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
The ID of the volume to use as the parent volume of the volume that you are creating.
withParentVolumeId(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The ID of the parent volume.
withPassword(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
withPassword(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
withPath(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
withPaths(String...) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
A list of paths for the data repository task to use when the task is processed.
withPaths(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
A list of paths for the data repository task to use when the task is processed.
withPaths(String...) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
An array of paths that specify the data for the data repository task to process.
withPaths(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
An array of paths that specify the data for the data repository task to process.
withPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB.
withPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB.
withPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
withPerUnitStorageThroughput(Integer) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.
withPreferredFileServerIp(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.
withPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
withPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Required when DeploymentType is set to MULTI_AZ_1.
withPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
withPreferredSubnetId(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located.
withProgressPercent(Integer) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The percentage-complete status of a STORAGE_OPTIMIZATION administrative action.
withProgressPercent(Integer) - Method in class com.amazonaws.services.fsx.model.Backup
 
withReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
withReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
withReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
withReadOnly(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
A Boolean value indicating whether the volume is read-only.
withRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB).
withRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
withRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The record size of an OpenZFS volume, in kibibytes (KiB).
withRecordSizeKiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
withReleasedCapacity(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
withRemoteAdministrationEndpoint(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.
withReport(CompletionReport) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
withReport(CompletionReport) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
withRequestTime(Date) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
The time that the administrative action request was received.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.ActiveDirectoryBackupAttributes
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Backup
The Amazon Resource Name (ARN) for the backup resource.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The Amazon Resource Name (ARN) of the file system resource.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceRequest
The ARN of the Amazon FSx resource that will have its tags listed.
withResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.NotServiceResourceErrorException
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
withResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.ResourceDoesNotSupportTaggingException
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
withResourceARN(String) - Method in exception com.amazonaws.services.fsx.model.ResourceNotFoundException
The resource ARN of the resource that can't be found.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
The ARN of the Amazon FSx resource to untag.
withResourceARN(String) - Method in class com.amazonaws.services.fsx.model.Volume
 
withResourceType(String) - Method in class com.amazonaws.services.fsx.model.Backup
Specifies the resource type that's backed up.
withResourceType(ResourceType) - Method in class com.amazonaws.services.fsx.model.Backup
Specifies the resource type that's backed up.
withRootSquash(String) - Method in class com.amazonaws.services.fsx.model.LustreRootSquashConfiguration
You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534).
withRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
withRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
withRootSquashConfiguration(LustreRootSquashConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
withRootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
withRootVolumeId(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The ID of the root volume of the OpenZFS file system.
withRootVolumeSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The security style of the root volume of the SVM.
withRootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The security style of the root volume of the SVM.
withRootVolumeSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The security style of the root volume of the SVM.
withRootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The security style of the root volume of the SVM.
withRouteTableIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created.
withRouteTableIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created.
withRouteTableIds(String...) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
withRouteTableIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
withS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
withS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
withS3(S3DataRepositoryConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateDataRepositoryAssociationRequest
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
withScope(String) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
withScope(ReportScope) - Method in class com.amazonaws.services.fsx.model.CompletionReport
Required if Enabled is set to true.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A list of IDs for the security groups that apply to the specified network interfaces created for file system access.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
A list of IDs for the security groups that apply to the specified network interfaces created for file system access.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
A list of IDs specifying the security groups to apply to all network interfaces created for file system access.
withSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the security style for the volume.
withSecurityStyle(SecurityStyle) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the security style for the volume.
withSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The security style for the volume, which can be UNIX, NTFS, or MIXED.
withSecurityStyle(SecurityStyle) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The security style for the volume, which can be UNIX, NTFS, or MIXED.
withSecurityStyle(String) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
The security style for the volume, which can be UNIX.
withSecurityStyle(SecurityStyle) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
The security style for the volume, which can be UNIX.
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
 
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateSvmActiveDirectoryConfiguration
 
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes) - Method in class com.amazonaws.services.fsx.model.SvmActiveDirectoryConfiguration
 
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates) - Method in class com.amazonaws.services.fsx.model.UpdateSvmActiveDirectoryConfiguration
 
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
 
withSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the size of the volume, in megabytes (MB), that you are creating.
withSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The configured size of the volume, in megabytes (MBs).
withSizeInMegabytes(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Specifies the size of the volume in megabytes.
withSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemLustreConfiguration
Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting.
withSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemOpenZFSConfiguration
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
withSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemWindowsConfiguration
By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked.
withSkipFinalBackup(Boolean) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeOntapConfiguration
Set to true if you want to skip taking a final backup of the volume you are deleting.
withSmb(SvmEndpoint) - Method in class com.amazonaws.services.fsx.model.SvmEndpoints
An endpoint for connecting using the Server Message Block (SMB) protocol.
withSnapshot(Snapshot) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotResult
A description of the snapshot.
withSnapshot(Snapshot) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotResult
Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.
withSnapshotARN(String) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSOriginSnapshotConfiguration
 
withSnapshotARN(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSOriginSnapshotConfiguration
 
withSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotRequest
The ID of the snapshot that you want to delete.
withSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.DeleteSnapshotResult
The ID of the deleted snapshot.
withSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the source snapshot.
withSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the snapshot.
withSnapshotId(String) - Method in class com.amazonaws.services.fsx.model.UpdateSnapshotRequest
The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.
withSnapshotIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The IDs of the snapshots that you want to retrieve.
withSnapshotIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsRequest
The IDs of the snapshots that you want to retrieve.
withSnapshots(Snapshot...) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
An array of snapshots.
withSnapshots(Collection<Snapshot>) - Method in class com.amazonaws.services.fsx.model.DescribeSnapshotsResult
An array of snapshots.
withSourceBackupId(String) - Method in class com.amazonaws.services.fsx.model.Backup
 
withSourceBackupId(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The ID of the source backup.
withSourceBackupRegion(String) - Method in class com.amazonaws.services.fsx.model.Backup
The source Region of the backup.
withSourceRegion(String) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
The source Amazon Web Services Region of the backup.
withStartTime(Date) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The time the system began processing the task.
withStatus(String) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the status of the administrative action, as follows:
withStatus(Status) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the status of the administrative action, as follows:
withStatus(DataRepositoryTaskStatus) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
Provides the status of the number of files that the task has processed successfully and failed to process.
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
The storage capacity of the cache in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCache
The storage capacity of the cache in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
The storage capacity of the cache in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreMetadataConfiguration
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.FileSystem
The storage capacity of the file system in gibibytes (GiB).
withStorageCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system.
withStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Sets the maximum storage size in gibibytes (GiB) for the volume.
withStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
The amount of storage that the user or group can use in gibibytes (GiB).
withStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.
withStorageCapacityQuotaGiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
withStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
Specifies the amount of storage in gibibytes (GiB) to reserve from the parent volume.
withStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
withStorageCapacityReservationGiB(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
withStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
withStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's storage efficiency setting.
withStorageEfficiencyEnabled(Boolean) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Default is false.
withStorageType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
withStorageType(StorageType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
withStorageType(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage type for the file system that you're creating.
withStorageType(StorageType) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Sets the storage type for the file system that you're creating.
withStorageType(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of storage the file system is using.
withStorageType(StorageType) - Method in class com.amazonaws.services.fsx.model.FileSystem
The type of storage the file system is using.
withStorageVirtualMachine(StorageVirtualMachine) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineResult
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
withStorageVirtualMachine(StorageVirtualMachine) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineResult
 
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
Specifies the ONTAP SVM in which to create the volume.
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineRequest
The ID of the SVM that you want to delete.
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.DeleteStorageVirtualMachineResult
The ID of the SVM Amazon FSx is deleting.
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The ID of the volume's storage virtual machine.
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's system generated unique ID.
withStorageVirtualMachineId(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.
withStorageVirtualMachineIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter the ID of one or more SVMs that you want to view.
withStorageVirtualMachineIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesRequest
Enter the ID of one or more SVMs that you want to view.
withStorageVirtualMachineRoot(Boolean) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM).
withStorageVirtualMachines(StorageVirtualMachine...) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.
withStorageVirtualMachines(Collection<StorageVirtualMachine>) - Method in class com.amazonaws.services.fsx.model.DescribeStorageVirtualMachinesResult
Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
NOTE: This method appends the values to the existing list (if any).
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Specifies the IDs of the subnets that the file system will be accessible from.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
Specifies the IDs of the subnets that the file system will be accessible from.
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Specifies the IDs of the subnets that the file system will be accessible from.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
Specifies the IDs of the subnets that the file system will be accessible from.
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCache
NOTE: This method appends the values to the existing list (if any).
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
NOTE: This method appends the values to the existing list (if any).
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withSubnetIds(String...) - Method in class com.amazonaws.services.fsx.model.FileSystem
Specifies the IDs of the subnets that the file system is accessible from.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.FileSystem
Specifies the IDs of the subnets that the file system is accessible from.
withSubtype(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's subtype.
withSubtype(StorageVirtualMachineSubtype) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
Describes the SVM's subtype.
withSucceededCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
A running total of the number of files that the task has successfully processed.
withSvmAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
withSvmAdminPassword(String) - Method in class com.amazonaws.services.fsx.model.UpdateStorageVirtualMachineRequest
Enter a new SvmAdminPassword if you are updating it.
withTagKeys(String...) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
A list of keys of tags on the resource to untag.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.fsx.model.UntagResourceRequest
A list of keys of tags on the resource to untag.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.Backup
The tags associated with a particular file system.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Backup
The tags associated with a particular file system.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CopyBackupRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The tags to apply to the backup at backup creation.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The tags to apply to the backup at backup creation.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryAssociationRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The tags to be applied to the file system at file system creation.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The tags to be applied to the file system at file system creation.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The tags to apply to the file system that's being created.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The tags to apply to the file system that's being created.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateStorageVirtualMachineRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryAssociation
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.FileSystem
The tags to associate with the file system.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.FileSystem
The tags to associate with the file system.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
A list of tags on the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.ListTagsForResourceResult
A list of tags on the resource.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.Snapshot
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Snapshot
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
 
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
A list of tags for the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.TagResourceRequest
A list of tags for the resource.
withTags(Tag...) - Method in class com.amazonaws.services.fsx.model.Volume
NOTE: This method appends the values to the existing list (if any).
withTags(Collection<Tag>) - Method in class com.amazonaws.services.fsx.model.Volume
 
withTargetFileSystemValues(FileSystem) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
Describes the target value for the administration action, provided in the UpdateFileSystem operation.
withTargetSnapshotValues(Snapshot) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
withTargetVolumeValues(Volume) - Method in class com.amazonaws.services.fsx.model.AdministrativeAction
 
withTaskId(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskRequest
Specifies the data repository task to cancel.
withTaskId(String) - Method in class com.amazonaws.services.fsx.model.CancelDataRepositoryTaskResult
The ID of the task being canceled.
withTaskId(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The system-generated, unique 17-digit ID of the data repository task.
withTaskIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
withTaskIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeDataRepositoryTasksRequest
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
Sets the throughput capacity for the file system that you're creating.
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
withThroughputCapacity(Integer) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The throughput of the Amazon FSx file system, measured in megabytes per second.
withTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.CreateOntapVolumeConfiguration
 
withTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's TieringPolicy setting.
withTieringPolicy(TieringPolicy) - Method in class com.amazonaws.services.fsx.model.UpdateOntapVolumeConfiguration
Update the volume's data tiering policy.
withTotalCount(Long) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskStatus
The total number of files that the task will process.
withType(String) - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The type of Active Directory error.
withType(ActiveDirectoryErrorType) - Method in exception com.amazonaws.services.fsx.model.ActiveDirectoryErrorException
The type of Active Directory error.
withType(String) - Method in class com.amazonaws.services.fsx.model.Backup
The type of the file-system backup.
withType(BackupType) - Method in class com.amazonaws.services.fsx.model.Backup
The type of the file-system backup.
withType(String) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the type of data repository task to create.
withType(DataRepositoryTaskType) - Method in class com.amazonaws.services.fsx.model.CreateDataRepositoryTaskRequest
Specifies the type of data repository task to create.
withType(String) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The type of data repository task.
withType(DataRepositoryTaskType) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTask
The type of data repository task.
withType(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
A value that specifies whether the quota applies to a user or group.
withType(OpenZFSQuotaType) - Method in class com.amazonaws.services.fsx.model.OpenZFSUserOrGroupQuota
A value that specifies whether the quota applies to a user or group.
withUserAndGroupQuotas(OpenZFSUserOrGroupQuota...) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.CreateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(OpenZFSUserOrGroupQuota...) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.OpenZFSCreateRootVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(OpenZFSUserOrGroupQuota...) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(OpenZFSUserOrGroupQuota...) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota>) - Method in class com.amazonaws.services.fsx.model.UpdateOpenZFSVolumeConfiguration
An object specifying how much storage users or groups can use on the volume.
withUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryAttributes
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
withUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfiguration
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
withUserName(String) - Method in class com.amazonaws.services.fsx.model.SelfManagedActiveDirectoryConfigurationUpdates
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
withUUID(String) - Method in class com.amazonaws.services.fsx.model.OntapVolumeConfiguration
The volume's universally unique identifier (UUID).
withUUID(String) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachine
The SVM's UUID (universally unique identifier).
withValue(String) - Method in class com.amazonaws.services.fsx.model.Tag
A value that specifies the TagValue, the value assigned to the corresponding tag key.
withValues(String...) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
withValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DataRepositoryTaskFilter
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
withValues(String...) - Method in class com.amazonaws.services.fsx.model.Filter
The values of the filter.
withValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.Filter
The values of the filter.
withValues(String...) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The file-system-id or volume-id that you are filtering for.
withValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.SnapshotFilter
The file-system-id or volume-id that you are filtering for.
withValues(String...) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The values of the filter.
withValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.StorageVirtualMachineFilter
The values of the filter.
withValues(String...) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The values of the filter.
withValues(Collection<String>) - Method in class com.amazonaws.services.fsx.model.VolumeFilter
The values of the filter.
withVersion(String) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
withVersion(NfsVersion) - Method in class com.amazonaws.services.fsx.model.FileCacheNFSConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
withVersion(String) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
withVersion(NfsVersion) - Method in class com.amazonaws.services.fsx.model.NFSDataRepositoryConfiguration
The version of the NFS (Network File System) protocol of the NFS data repository.
withVolume(Volume) - Method in class com.amazonaws.services.fsx.model.Backup
 
withVolume(Volume) - Method in class com.amazonaws.services.fsx.model.CreateVolumeFromBackupResult
Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.
withVolume(Volume) - Method in class com.amazonaws.services.fsx.model.CreateVolumeResult
Returned after a successful CreateVolume API operation, describing the volume just created.
withVolume(Volume) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeResult
A description of the volume just updated.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateBackupRequest
(Optional) The ID of the FSx for ONTAP volume to back up.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.CreateSnapshotRequest
The ID of the volume that you are taking a snapshot of.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeRequest
The ID of the volume that you are deleting.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.DeleteVolumeResult
The ID of the volume that's being deleted.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotRequest
The ID of the volume that you are restoring.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.RestoreVolumeFromSnapshotResult
The ID of the volume that you restored.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.Snapshot
The ID of the volume that the snapshot is of.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.UpdateVolumeRequest
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
withVolumeId(String) - Method in class com.amazonaws.services.fsx.model.Volume
The system-generated, unique ID of the volume.
withVolumeIds(String...) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
The IDs of the volumes whose descriptions you want to retrieve.
withVolumeIds(Collection<String>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesRequest
The IDs of the volumes whose descriptions you want to retrieve.
withVolumePath(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSVolumeConfiguration
The path to the volume from the root volume.
withVolumes(Volume...) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
Returned after a successful DescribeVolumes operation, describing each volume.
withVolumes(Collection<Volume>) - Method in class com.amazonaws.services.fsx.model.DescribeVolumesResult
Returned after a successful DescribeVolumes operation, describing each volume.
withVolumeType(String) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.
withVolumeType(VolumeType) - Method in class com.amazonaws.services.fsx.model.CreateVolumeRequest
Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.
withVolumeType(String) - Method in class com.amazonaws.services.fsx.model.Volume
The type of the volume.
withVolumeType(VolumeType) - Method in class com.amazonaws.services.fsx.model.Volume
The type of the volume.
withVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileCache
 
withVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileCacheCreating
 
withVpcId(String) - Method in class com.amazonaws.services.fsx.model.FileSystem
The ID of the primary virtual private cloud (VPC) for the file system.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileCacheLustreConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOntapConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemOpenZFSConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.FileCacheLustreConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.LustreFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.OntapFileSystemConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.OpenZFSFileSystemConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileCacheLustreConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemLustreConfiguration
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOntapConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemOpenZFSConfiguration
 
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemWindowsConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
withWeeklyMaintenanceStartTime(String) - Method in class com.amazonaws.services.fsx.model.WindowsFileSystemConfiguration
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
withWindowsConfiguration(CreateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemFromBackupRequest
The configuration for this Microsoft Windows file system.
withWindowsConfiguration(CreateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.CreateFileSystemRequest
The Microsoft Windows configuration for the file system that's being created.
withWindowsConfiguration(DeleteFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemRequest
 
withWindowsConfiguration(WindowsFileSystemConfiguration) - Method in class com.amazonaws.services.fsx.model.FileSystem
The configuration for this Amazon FSx for Windows File Server file system.
withWindowsConfiguration(UpdateFileSystemWindowsConfiguration) - Method in class com.amazonaws.services.fsx.model.UpdateFileSystemRequest
The configuration updates for an Amazon FSx for Windows File Server file system.
withWindowsResponse(DeleteFileSystemWindowsResponse) - Method in class com.amazonaws.services.fsx.model.DeleteFileSystemResult
 
A B C D E F G H I L M N O R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.