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

A

AbstractAmazonElasticFileSystem - Class in com.amazonaws.services.elasticfilesystem
Abstract implementation of AmazonElasticFileSystem.
AbstractAmazonElasticFileSystem() - Constructor for class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
AbstractAmazonElasticFileSystemAsync - Class in com.amazonaws.services.elasticfilesystem
Abstract implementation of AmazonElasticFileSystemAsync.
AbstractAmazonElasticFileSystemAsync() - Constructor for class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
AccessPointAlreadyExistsException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the access point that you are trying to create already exists, with the creation token you provided in the request.
AccessPointAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
Constructs a new AccessPointAlreadyExistsException with the specified error message.
AccessPointDescription - Class in com.amazonaws.services.elasticfilesystem.model
Provides a description of an EFS file system access point.
AccessPointDescription() - Constructor for class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
 
AccessPointLimitExceededException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the Amazon Web Services account has already created the maximum number of access points allowed per file system.
AccessPointLimitExceededException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.AccessPointLimitExceededException
Constructs a new AccessPointLimitExceededException with the specified error message.
AccessPointNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the specified AccessPointId value doesn't exist in the requester's Amazon Web Services account.
AccessPointNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.AccessPointNotFoundException
Constructs a new AccessPointNotFoundException with the specified error message.
AmazonElasticFileSystem - Interface in com.amazonaws.services.elasticfilesystem
Interface for accessing EFS.
AmazonElasticFileSystemAsync - Interface in com.amazonaws.services.elasticfilesystem
Interface for accessing EFS asynchronously.
AmazonElasticFileSystemAsyncClient - Class in com.amazonaws.services.elasticfilesystem
Client for accessing EFS asynchronously.
AmazonElasticFileSystemAsyncClient() - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
AmazonElasticFileSystemAsyncClientBuilder - Class in com.amazonaws.services.elasticfilesystem
Fluent builder for AmazonElasticFileSystemAsync.
AmazonElasticFileSystemClient - Class in com.amazonaws.services.elasticfilesystem
Client for accessing EFS.
AmazonElasticFileSystemClient() - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClient(ClientConfiguration) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClient(AWSCredentials) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonElasticFileSystemClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonElasticFileSystemClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
AmazonElasticFileSystemClientBuilder - Class in com.amazonaws.services.elasticfilesystem
Fluent builder for AmazonElasticFileSystem.
AmazonElasticFileSystemException - Exception in com.amazonaws.services.elasticfilesystem.model
Base exception for all service exceptions thrown by Amazon Elastic File System
AmazonElasticFileSystemException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.AmazonElasticFileSystemException
Constructs a new AmazonElasticFileSystemException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
AvailabilityZonesMismatchException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the Availability Zone that was specified for a mount target is different from the Availability Zone that was specified for One Zone storage.
AvailabilityZonesMismatchException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.AvailabilityZonesMismatchException
Constructs a new AvailabilityZonesMismatchException with the specified error message.

B

BackupPolicy - Class in com.amazonaws.services.elasticfilesystem.model
The backup policy for the file system used to create automatic daily backups.
BackupPolicy() - Constructor for class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
 
BadRequestException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
BadRequestException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClientBuilder
Construct an asynchronous implementation of AmazonElasticFileSystemAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClientBuilder
Construct a synchronous implementation of AmazonElasticFileSystem using the current builder configuration.
builder() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
 

C

clone() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
 
clone() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
 
com.amazonaws.services.elasticfilesystem - package com.amazonaws.services.elasticfilesystem
Amazon Elastic File System
com.amazonaws.services.elasticfilesystem.model - package com.amazonaws.services.elasticfilesystem.model
 
configFactory - Static variable in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the source file system in a replication is encrypted but the destination file system is unencrypted.
ConflictException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ConflictException
Constructs a new ConflictException with the specified error message.
createAccessPoint(CreateAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
createAccessPoint(CreateAccessPointRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Creates an EFS access point.
createAccessPoint(CreateAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Creates an EFS access point.
createAccessPointAsync(CreateAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createAccessPointAsync(CreateAccessPointRequest, AsyncHandler<CreateAccessPointRequest, CreateAccessPointResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createAccessPointAsync(CreateAccessPointRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates an EFS access point.
createAccessPointAsync(CreateAccessPointRequest, AsyncHandler<CreateAccessPointRequest, CreateAccessPointResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates an EFS access point.
createAccessPointAsync(CreateAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
createAccessPointAsync(CreateAccessPointRequest, AsyncHandler<CreateAccessPointRequest, CreateAccessPointResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
CreateAccessPointRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
CreateAccessPointRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
 
CreateAccessPointResult - Class in com.amazonaws.services.elasticfilesystem.model
Provides a description of an EFS file system access point.
CreateAccessPointResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
 
createFileSystem(CreateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
createFileSystem(CreateFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Creates a new, empty file system.
createFileSystem(CreateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Creates a new, empty file system.
createFileSystemAsync(CreateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createFileSystemAsync(CreateFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a new, empty file system.
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a new, empty file system.
createFileSystemAsync(CreateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
createFileSystemAsync(CreateFileSystemRequest, AsyncHandler<CreateFileSystemRequest, CreateFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
CreateFileSystemRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
CreateFileSystemRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
 
CreateFileSystemResult - Class in com.amazonaws.services.elasticfilesystem.model
A description of the file system.
CreateFileSystemResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
 
createMountTarget(CreateMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
createMountTarget(CreateMountTargetRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Creates a mount target for a file system.
createMountTarget(CreateMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Creates a mount target for a file system.
createMountTargetAsync(CreateMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createMountTargetAsync(CreateMountTargetRequest, AsyncHandler<CreateMountTargetRequest, CreateMountTargetResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createMountTargetAsync(CreateMountTargetRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a mount target for a file system.
createMountTargetAsync(CreateMountTargetRequest, AsyncHandler<CreateMountTargetRequest, CreateMountTargetResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a mount target for a file system.
createMountTargetAsync(CreateMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
createMountTargetAsync(CreateMountTargetRequest, AsyncHandler<CreateMountTargetRequest, CreateMountTargetResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
CreateMountTargetRequest - Class in com.amazonaws.services.elasticfilesystem.model

CreateMountTargetRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
 
CreateMountTargetResult - Class in com.amazonaws.services.elasticfilesystem.model
Provides a description of a mount target.
CreateMountTargetResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
 
createReplicationConfiguration(CreateReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
createReplicationConfiguration(CreateReplicationConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
createReplicationConfiguration(CreateReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest, AsyncHandler<CreateReplicationConfigurationRequest, CreateReplicationConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest, AsyncHandler<CreateReplicationConfigurationRequest, CreateReplicationConfigurationResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
createReplicationConfigurationAsync(CreateReplicationConfigurationRequest, AsyncHandler<CreateReplicationConfigurationRequest, CreateReplicationConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
CreateReplicationConfigurationRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
CreateReplicationConfigurationRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
 
CreateReplicationConfigurationResult - Class in com.amazonaws.services.elasticfilesystem.model
Describes the replication configuration for a specific file system.
CreateReplicationConfigurationResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
 
createTags(CreateTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
Deprecated.
createTags(CreateTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deprecated.
createTags(CreateTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deprecated.
createTagsAsync(CreateTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
createTagsAsync(CreateTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
createTagsAsync(CreateTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
createTagsAsync(CreateTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
createTagsAsync(CreateTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
createTagsAsync(CreateTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
CreateTagsRequest - Class in com.amazonaws.services.elasticfilesystem.model

CreateTagsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
 
CreateTagsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
CreateTagsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreateTagsResult
 
CreationInfo - Class in com.amazonaws.services.elasticfilesystem.model
Required if the RootDirectory > Path specified does not exist.
CreationInfo() - Constructor for class com.amazonaws.services.elasticfilesystem.model.CreationInfo
 

D

defaultClient() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClientBuilder
 
deleteAccessPoint(DeleteAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
deleteAccessPoint(DeleteAccessPointRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deletes the specified access point.
deleteAccessPoint(DeleteAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deletes the specified access point.
deleteAccessPointAsync(DeleteAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteAccessPointAsync(DeleteAccessPointRequest, AsyncHandler<DeleteAccessPointRequest, DeleteAccessPointResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteAccessPointAsync(DeleteAccessPointRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the specified access point.
deleteAccessPointAsync(DeleteAccessPointRequest, AsyncHandler<DeleteAccessPointRequest, DeleteAccessPointResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the specified access point.
deleteAccessPointAsync(DeleteAccessPointRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteAccessPointAsync(DeleteAccessPointRequest, AsyncHandler<DeleteAccessPointRequest, DeleteAccessPointResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DeleteAccessPointRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteAccessPointRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
 
DeleteAccessPointResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteAccessPointResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointResult
 
deleteFileSystem(DeleteFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
deleteFileSystem(DeleteFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deletes a file system, permanently severing access to its contents.
deleteFileSystem(DeleteFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deletes a file system, permanently severing access to its contents.
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes a file system, permanently severing access to its contents.
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes a file system, permanently severing access to its contents.
deleteFileSystemAsync(DeleteFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteFileSystemAsync(DeleteFileSystemRequest, AsyncHandler<DeleteFileSystemRequest, DeleteFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteFileSystemPolicy(DeleteFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
deleteFileSystemPolicy(DeleteFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deletes the FileSystemPolicy for the specified file system.
deleteFileSystemPolicy(DeleteFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deletes the FileSystemPolicy for the specified file system.
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest, AsyncHandler<DeleteFileSystemPolicyRequest, DeleteFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the FileSystemPolicy for the specified file system.
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest, AsyncHandler<DeleteFileSystemPolicyRequest, DeleteFileSystemPolicyResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the FileSystemPolicy for the specified file system.
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteFileSystemPolicyAsync(DeleteFileSystemPolicyRequest, AsyncHandler<DeleteFileSystemPolicyRequest, DeleteFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DeleteFileSystemPolicyRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteFileSystemPolicyRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
 
DeleteFileSystemPolicyResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteFileSystemPolicyResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyResult
 
DeleteFileSystemRequest - Class in com.amazonaws.services.elasticfilesystem.model

DeleteFileSystemRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
 
DeleteFileSystemResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteFileSystemResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemResult
 
deleteMountTarget(DeleteMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
deleteMountTarget(DeleteMountTargetRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deletes the specified mount target.
deleteMountTarget(DeleteMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deletes the specified mount target.
deleteMountTargetAsync(DeleteMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteMountTargetAsync(DeleteMountTargetRequest, AsyncHandler<DeleteMountTargetRequest, DeleteMountTargetResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteMountTargetAsync(DeleteMountTargetRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the specified mount target.
deleteMountTargetAsync(DeleteMountTargetRequest, AsyncHandler<DeleteMountTargetRequest, DeleteMountTargetResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes the specified mount target.
deleteMountTargetAsync(DeleteMountTargetRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteMountTargetAsync(DeleteMountTargetRequest, AsyncHandler<DeleteMountTargetRequest, DeleteMountTargetResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DeleteMountTargetRequest - Class in com.amazonaws.services.elasticfilesystem.model

DeleteMountTargetRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
 
DeleteMountTargetResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteMountTargetResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetResult
 
deleteReplicationConfiguration(DeleteReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
deleteReplicationConfiguration(DeleteReplicationConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deletes a replication configuration.
deleteReplicationConfiguration(DeleteReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deletes a replication configuration.
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest, AsyncHandler<DeleteReplicationConfigurationRequest, DeleteReplicationConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes a replication configuration.
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest, AsyncHandler<DeleteReplicationConfigurationRequest, DeleteReplicationConfigurationResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deletes a replication configuration.
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
deleteReplicationConfigurationAsync(DeleteReplicationConfigurationRequest, AsyncHandler<DeleteReplicationConfigurationRequest, DeleteReplicationConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DeleteReplicationConfigurationRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteReplicationConfigurationRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
 
DeleteReplicationConfigurationResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteReplicationConfigurationResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationResult
 
deleteTags(DeleteTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
Deprecated.
deleteTags(DeleteTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deprecated.
deleteTags(DeleteTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deprecated.
deleteTagsAsync(DeleteTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
deleteTagsAsync(DeleteTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
deleteTagsAsync(DeleteTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
DeleteTagsRequest - Class in com.amazonaws.services.elasticfilesystem.model

DeleteTagsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
 
DeleteTagsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DeleteTagsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DeleteTagsResult
 
DependencyTimeoutException - Exception in com.amazonaws.services.elasticfilesystem.model
The service timed out trying to fulfill the request, and the client should try the call again.
DependencyTimeoutException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.DependencyTimeoutException
Constructs a new DependencyTimeoutException with the specified error message.
describeAccessPoints(DescribeAccessPointsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeAccessPoints(DescribeAccessPointsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the description of a specific Amazon EFS access point if the AccessPointId is provided.
describeAccessPoints(DescribeAccessPointsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the description of a specific Amazon EFS access point if the AccessPointId is provided.
describeAccessPointsAsync(DescribeAccessPointsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeAccessPointsAsync(DescribeAccessPointsRequest, AsyncHandler<DescribeAccessPointsRequest, DescribeAccessPointsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeAccessPointsAsync(DescribeAccessPointsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the description of a specific Amazon EFS access point if the AccessPointId is provided.
describeAccessPointsAsync(DescribeAccessPointsRequest, AsyncHandler<DescribeAccessPointsRequest, DescribeAccessPointsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the description of a specific Amazon EFS access point if the AccessPointId is provided.
describeAccessPointsAsync(DescribeAccessPointsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeAccessPointsAsync(DescribeAccessPointsRequest, AsyncHandler<DescribeAccessPointsRequest, DescribeAccessPointsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeAccessPointsRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeAccessPointsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
 
DescribeAccessPointsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeAccessPointsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
 
describeAccountPreferences(DescribeAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeAccountPreferences(DescribeAccountPreferencesRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
describeAccountPreferences(DescribeAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest, AsyncHandler<DescribeAccountPreferencesRequest, DescribeAccountPreferencesResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest, AsyncHandler<DescribeAccountPreferencesRequest, DescribeAccountPreferencesResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeAccountPreferencesAsync(DescribeAccountPreferencesRequest, AsyncHandler<DescribeAccountPreferencesRequest, DescribeAccountPreferencesResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeAccountPreferencesRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeAccountPreferencesRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
 
DescribeAccountPreferencesResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeAccountPreferencesResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
 
describeBackupPolicy(DescribeBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeBackupPolicy(DescribeBackupPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the backup policy for the specified EFS file system.
describeBackupPolicy(DescribeBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the backup policy for the specified EFS file system.
describeBackupPolicyAsync(DescribeBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeBackupPolicyAsync(DescribeBackupPolicyRequest, AsyncHandler<DescribeBackupPolicyRequest, DescribeBackupPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeBackupPolicyAsync(DescribeBackupPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the backup policy for the specified EFS file system.
describeBackupPolicyAsync(DescribeBackupPolicyRequest, AsyncHandler<DescribeBackupPolicyRequest, DescribeBackupPolicyResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the backup policy for the specified EFS file system.
describeBackupPolicyAsync(DescribeBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeBackupPolicyAsync(DescribeBackupPolicyRequest, AsyncHandler<DescribeBackupPolicyRequest, DescribeBackupPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeBackupPolicyRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeBackupPolicyRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
 
DescribeBackupPolicyResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeBackupPolicyResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
 
describeFileSystemPolicy(DescribeFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeFileSystemPolicy(DescribeFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the FileSystemPolicy for the specified EFS file system.
describeFileSystemPolicy(DescribeFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the FileSystemPolicy for the specified EFS file system.
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest, AsyncHandler<DescribeFileSystemPolicyRequest, DescribeFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the FileSystemPolicy for the specified EFS file system.
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest, AsyncHandler<DescribeFileSystemPolicyRequest, DescribeFileSystemPolicyResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the FileSystemPolicy for the specified EFS file system.
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeFileSystemPolicyAsync(DescribeFileSystemPolicyRequest, AsyncHandler<DescribeFileSystemPolicyRequest, DescribeFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeFileSystemPolicyRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeFileSystemPolicyRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
 
DescribeFileSystemPolicyResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeFileSystemPolicyResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
 
describeFileSystems(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeFileSystems() - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeFileSystems(DescribeFileSystemsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided.
describeFileSystems() - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Simplified method form for invoking the DescribeFileSystems operation.
describeFileSystems(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided.
describeFileSystems() - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
 
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeFileSystemsAsync() - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Simplified method form for invoking the DescribeFileSystems operation.
describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided.
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided.
describeFileSystemsAsync() - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Simplified method form for invoking the DescribeFileSystems operation.
describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
describeFileSystemsAsync(DescribeFileSystemsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeFileSystemsAsync(DescribeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeFileSystemsAsync() - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Simplified method form for invoking the DescribeFileSystems operation.
describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
DescribeFileSystemsRequest - Class in com.amazonaws.services.elasticfilesystem.model

DescribeFileSystemsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
 
DescribeFileSystemsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeFileSystemsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
 
describeLifecycleConfiguration(DescribeLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeLifecycleConfiguration(DescribeLifecycleConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the current LifecycleConfiguration object for the specified Amazon EFS file system.
describeLifecycleConfiguration(DescribeLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the current LifecycleConfiguration object for the specified Amazon EFS file system.
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest, AsyncHandler<DescribeLifecycleConfigurationRequest, DescribeLifecycleConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the current LifecycleConfiguration object for the specified Amazon EFS file system.
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest, AsyncHandler<DescribeLifecycleConfigurationRequest, DescribeLifecycleConfigurationResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the current LifecycleConfiguration object for the specified Amazon EFS file system.
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeLifecycleConfigurationAsync(DescribeLifecycleConfigurationRequest, AsyncHandler<DescribeLifecycleConfigurationRequest, DescribeLifecycleConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeLifecycleConfigurationRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeLifecycleConfigurationRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
 
DescribeLifecycleConfigurationResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeLifecycleConfigurationResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
 
describeMountTargets(DescribeMountTargetsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeMountTargets(DescribeMountTargetsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
describeMountTargets(DescribeMountTargetsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
describeMountTargetsAsync(DescribeMountTargetsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeMountTargetsAsync(DescribeMountTargetsRequest, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeMountTargetsAsync(DescribeMountTargetsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
describeMountTargetsAsync(DescribeMountTargetsRequest, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
describeMountTargetsAsync(DescribeMountTargetsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeMountTargetsAsync(DescribeMountTargetsRequest, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Returns the security groups currently in effect for a mount target.
describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Returns the security groups currently in effect for a mount target.
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest, AsyncHandler<DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the security groups currently in effect for a mount target.
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest, AsyncHandler<DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Returns the security groups currently in effect for a mount target.
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeMountTargetSecurityGroupsAsync(DescribeMountTargetSecurityGroupsRequest, AsyncHandler<DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeMountTargetSecurityGroupsRequest - Class in com.amazonaws.services.elasticfilesystem.model

DescribeMountTargetSecurityGroupsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
 
DescribeMountTargetSecurityGroupsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeMountTargetSecurityGroupsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
 
DescribeMountTargetsRequest - Class in com.amazonaws.services.elasticfilesystem.model

DescribeMountTargetsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
 
DescribeMountTargetsResult - Class in com.amazonaws.services.elasticfilesystem.model

DescribeMountTargetsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
 
describeReplicationConfigurations(DescribeReplicationConfigurationsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
describeReplicationConfigurations(DescribeReplicationConfigurationsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Retrieves the replication configuration for a specific file system.
describeReplicationConfigurations(DescribeReplicationConfigurationsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Retrieves the replication configuration for a specific file system.
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest, AsyncHandler<DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Retrieves the replication configuration for a specific file system.
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest, AsyncHandler<DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Retrieves the replication configuration for a specific file system.
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
describeReplicationConfigurationsAsync(DescribeReplicationConfigurationsRequest, AsyncHandler<DescribeReplicationConfigurationsRequest, DescribeReplicationConfigurationsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
DescribeReplicationConfigurationsRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeReplicationConfigurationsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
 
DescribeReplicationConfigurationsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
DescribeReplicationConfigurationsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
 
describeTags(DescribeTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
Deprecated.
describeTags(DescribeTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deprecated.
describeTags(DescribeTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Deprecated.
describeTagsAsync(DescribeTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
Deprecated.
describeTagsAsync(DescribeTagsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Deprecated.
describeTagsAsync(DescribeTagsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Deprecated.
DescribeTagsRequest - Class in com.amazonaws.services.elasticfilesystem.model

DescribeTagsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
 
DescribeTagsResult - Class in com.amazonaws.services.elasticfilesystem.model

DescribeTagsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
 
Destination - Class in com.amazonaws.services.elasticfilesystem.model
Describes the destination file system in the replication configuration.
Destination() - Constructor for class com.amazonaws.services.elasticfilesystem.model.Destination
 
DestinationToCreate - Class in com.amazonaws.services.elasticfilesystem.model
Describes the new or existing destination file system for the replication configuration.
DestinationToCreate() - Constructor for class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
 
equals(Object) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
 

F

FileSystemAlreadyExistsException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the file system you are trying to create already exists, with the creation token you provided.
FileSystemAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
Constructs a new FileSystemAlreadyExistsException with the specified error message.
FileSystemDescription - Class in com.amazonaws.services.elasticfilesystem.model
A description of the file system.
FileSystemDescription() - Constructor for class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
 
FileSystemInUseException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if a file system has mount targets.
FileSystemInUseException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.FileSystemInUseException
Constructs a new FileSystemInUseException with the specified error message.
FileSystemLimitExceededException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the Amazon Web Services account has already created the maximum number of file systems allowed per account.
FileSystemLimitExceededException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.FileSystemLimitExceededException
Constructs a new FileSystemLimitExceededException with the specified error message.
FileSystemNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the specified FileSystemId value doesn't exist in the requester's Amazon Web Services account.
FileSystemNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.FileSystemNotFoundException
Constructs a new FileSystemNotFoundException with the specified error message.
FileSystemProtectionDescription - Class in com.amazonaws.services.elasticfilesystem.model
Describes the protection on a file system.
FileSystemProtectionDescription() - Constructor for class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
 
FileSystemSize - Class in com.amazonaws.services.elasticfilesystem.model
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
FileSystemSize() - Constructor for class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
 
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.LifeCycleState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.PerformanceMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationOverwriteProtection
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.Resource
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ResourceIdType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.Status
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ThroughputMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToArchiveRules
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToIARules
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToPrimaryStorageClassRules
Use this in place of valueOf.

G

getAccessPointArn() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The unique Amazon Resource Name (ARN) associated with the access point.
getAccessPointArn() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The unique Amazon Resource Name (ARN) associated with the access point.
getAccessPointId() - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
getAccessPointId() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the access point, assigned by Amazon EFS.
getAccessPointId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the access point, assigned by Amazon EFS.
getAccessPointId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
The ID of the access point that you want to delete.
getAccessPointId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
getAccessPointId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) The ID of the access point whose mount targets that you want to list.
getAccessPoints() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
An array of access point descriptions.
getAvailabilityZoneId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getAvailabilityZoneId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The unique and consistent identifier of the Availability Zone that the mount target resides in.
getAvailabilityZoneId() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getAvailabilityZoneId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The unique and consistent identifier of the Availability Zone that the mount target resides in.
getAvailabilityZoneId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Used to create a One Zone file system.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The name of the Availability Zone in which the mount target is located.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to create the destination file system.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The name of the Availability Zone in which the mount target is located.
getAvailabilityZoneName() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
getBackup() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies whether automatic backups are enabled on the file system that you are creating.
getBackupPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
getBackupPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
The backup policy included in the PutBackupPolicy request.
getBackupPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
getBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
(Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
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.elasticfilesystem.AmazonElasticFileSystemClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getClientToken() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The opaque string specified in the request to ensure idempotent creation.
getClientToken() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
getClientToken() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The opaque string specified in the request to ensure idempotent creation.
getCreationInfo() - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's RootDirectory.
getCreationTime() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
getCreationTime() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
Describes when the replication configuration was created.
getCreationTime() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
getCreationTime() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
Describes when the replication configuration was created.
getCreationTime() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
getCreationToken() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A string of up to 64 ASCII characters.
getCreationToken() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The opaque string specified in the request.
getCreationToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Restricts the list to the file system with this creation token (String).
getCreationToken() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The opaque string specified in the request.
getCreationToken() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The opaque string specified in the request.
getDestinations() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
An array of destination configuration objects.
getDestinations() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
An array of destination objects.
getDestinations() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
An array of destination objects.
getEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A Boolean value that, if true, creates an encrypted file system.
getEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
getEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
A Boolean value that, if true, indicates that the file system is encrypted.
getEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointLimitExceededException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.AvailabilityZonesMismatchException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.BadRequestException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ConflictException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.DependencyTimeoutException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemInUseException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemLimitExceededException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectFileSystemLifeCycleStateException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectMountTargetStateException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.InsufficientThroughputCapacityException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.InternalServerErrorException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.InvalidPolicyException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.IpAddressInUseException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetConflictException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.NetworkInterfaceLimitExceededException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.NoFreeAddressesInSubnetException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.PolicyNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationAlreadyExistsException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationNotFoundException
ReplicationNotFound
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupLimitExceededException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.SubnetNotFoundException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ThrottlingException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ThroughputLimitExceededException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.TooManyRequestsException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.UnsupportedAvailabilityZoneException
 
getErrorCode() - Method in exception com.amazonaws.services.elasticfilesystem.model.ValidationException
 
getExecutorService() - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Returns the executor service used by this client to execute async requests.
getFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
getFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
getFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the EFS file system that the access point applies to.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The ID of the EFS file system that the access point provides access to.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the EFS file system that the access point applies to.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the file system for which to create the mount target.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the file system for which the mount target is intended.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
The ID of the file system whose tags you want to modify (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
Specifies the EFS file system for which to delete the FileSystemPolicy.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
The ID of the file system you want to delete.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
The ID of the file system whose tags you want to delete (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
Specifies which EFS file system for which to retrieve the BackupPolicy.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
Specifies which EFS file system to retrieve the FileSystemPolicy for.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) ID of the file system whose description you want to retrieve (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
The ID of the file system whose LifecycleConfiguration object you want to retrieve (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the file system whose mount targets you want to list (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
You can retrieve the replication configuration for a specific file system by providing its file system ID.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
The ID of the file system whose tag set you want to retrieve.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The ID of the destination Amazon EFS file system.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
The ID of the file system to use for the destination.
getFileSystemId() - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of the file system, assigned by Amazon EFS.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the file system for which the mount target is intended.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
Specifies which EFS file system to update the backup policy for.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The ID of the EFS file system that you want to create or update the FileSystemPolicy for.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
The ID of the file system for which you are creating the LifecycleConfiguration object (String).
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The ID of the file system to update.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
The ID of the file system that you want to update.
getFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
getFileSystemProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the protection on the file system.
getFileSystemProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the protection on the file system.
getFileSystemProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the protection on the file system.
getFileSystems() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
An array of file system descriptions.
getGid() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX group ID used for all file system operations using this access point.
getIpAddress() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Valid IPv4 address within the address range of the specified subnet.
getIpAddress() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Address at which the file system can be mounted by using the mount target.
getIpAddress() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Address at which the file system can be mounted by using the mount target.
getKey() - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The tag key (String).
getKmsKeyId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The ID of the KMS key that you want to use to protect the encrypted file system.
getKmsKeyId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
getKmsKeyId() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
getKmsKeyId() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of an KMS key used to protect the encrypted file system.
getKmsKeyId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
getLastReplicatedTimestamp() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The time when the most recent sync was successfully completed on the destination file system.
getLifecyclePolicies() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
An array of lifecycle management policies.
getLifecyclePolicies() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object.
getLifecyclePolicies() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
An array of lifecycle management policies.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the lifecycle phase of the access point.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the lifecycle phase of the access point.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The lifecycle phase of the file system.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Lifecycle state of the mount target.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The lifecycle phase of the file system.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Lifecycle state of the mount target.
getLifeCycleState() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The lifecycle phase of the file system.
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String).
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if provided by caller in the request (String).
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Opaque pagination token returned from a previous DescribeMountTargets operation (String).
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If the request included the Marker, the response returns that value in this field.
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) An opaque pagination token returned from a previous DescribeTags operation (String).
getMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If the request included a Marker, the response returns that value in this field.
getMaxItems() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Specifies the maximum number of file systems to return in the response (integer).
getMaxItems() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Maximum number of mount targets to return in the response.
getMaxItems() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) The maximum number of file system tags to return in the response.
getMaxResults() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
getMaxResults() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
getMaxResults() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter.
getMaxResults() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) Specifies the maximum number of tag objects to return in the response.
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
System-assigned mount target ID.
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
The ID of the mount target to delete (String).
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to retrieve.
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the mount target that you want to have described (String).
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to modify.
getMountTargetId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
System-assigned mount target ID.
getMountTargets() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Returns the file system's mount targets as an array of MountTargetDescription objects.
getName() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The name of the access point.
getName() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The name of the access point.
getName() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
You can add tags to a file system, including a Name tag.
getName() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
You can add tags to a file system, including a Name tag.
getName() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
You can add tags to a file system, including a Name tag.
getNetworkInterfaceId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the network interface that Amazon EFS created when it created the mount target.
getNetworkInterfaceId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the network interface that Amazon EFS created when it created the mount target.
getNextMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
getNextMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If a value is present, there are more mount targets to return.
getNextMarker() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If a value is present, there are more tags to return.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
NextToken is present if the response is paginated.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
Present if there are more access points than returned in the response.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Present if there are more records than returned in the response.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
NextToken is present if the response is paginated.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.
getNextToken() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
NextToken is present if the response payload is paginated.
getNumberOfMountTargets() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The current number of mount targets that the file system has.
getNumberOfMountTargets() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The current number of mount targets that the file system has.
getNumberOfMountTargets() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The current number of mount targets that the file system has.
getOriginalSourceFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
getOriginalSourceFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
getOwnerGid() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX group ID to apply to the RootDirectory.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the Amazon Web Services account that owns the access point resource.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the Amazon Web Services account that owns the access point resource.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Web Services account that created the file system.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Amazon Web Services account ID that owns the resource.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Web Services account that created the file system.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Amazon Web Services account ID that owns the resource.
getOwnerId() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Web Services account that created the file system.
getOwnerUid() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX user ID to apply to the RootDirectory.
getPath() - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
getPerformanceMode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The Performance mode of the file system.
getPerformanceMode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Performance mode of the file system.
getPerformanceMode() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Performance mode of the file system.
getPerformanceMode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Performance mode of the file system.
getPermissions() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
getPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
getPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The FileSystemPolicy that you're creating.
getPolicy() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
getPosixUser() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
getPosixUser() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The operating system user and group applied to all file system requests made using the access point.
getPosixUser() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
getProvisionedThroughputInMibps() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
getProvisionedThroughputInMibps() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
getProvisionedThroughputInMibps() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The amount of provisioned throughput, measured in MiBps, for the file system.
getProvisionedThroughputInMibps() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
getProvisionedThroughputInMibps() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
getRegion() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The Amazon Web Services Region in which the destination file system is located.
getRegion() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create the destination file system.
getReplicationOverwriteProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
The status of the file system's replication overwrite protection.
getReplicationOverwriteProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The status of the file system's replication overwrite protection.
getReplicationOverwriteProtection() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
The status of the file system's replication overwrite protection.
getReplications() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
The collection of replication configurations that is returned.
getResourceId() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
Specifies the EFS resource you want to retrieve tags for.
getResourceId() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
The ID specifying the EFS resource that you want to create a tag for.
getResourceId() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
Specifies the EFS resource that you want to remove tags from.
getResourceIdPreference() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
getResourceIdPreference() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
getResourceIdType() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
getResourceIdType() - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
getResources() - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
getRootDirectory() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
getRootDirectory() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.
getRootDirectory() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
getSecondaryGids() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
Secondary POSIX group IDs used for all file system operations using this access point.
getSecurityGroups() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Up to five VPC security group IDs, of the form sg-xxxxxxxx.
getSecurityGroups() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
An array of security groups.
getSecurityGroups() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
An array of up to five VPC security group IDs.
getSizeInBytes() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
getSizeInBytes() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
getSizeInBytes() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
getSourceFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
getSourceFileSystemArn() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
getSourceFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
Specifies the Amazon EFS file system that you want to replicate.
getSourceFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The ID of the source Amazon EFS file system that is being replicated.
getSourceFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
The ID of the source file system in the replication configuration.
getSourceFileSystemId() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The ID of the source Amazon EFS file system that is being replicated.
getSourceFileSystemRegion() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Web Services Region in which the source EFS file system is located.
getSourceFileSystemRegion() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Web Services Region in which the source EFS file system is located.
getStatus() - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
Describes the status of the file system's backup policy.
getStatus() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
Describes the status of the destination EFS file system.
getSubnetId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the subnet to add the mount target in.
getSubnetId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the mount target's subnet.
getSubnetId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the mount target's subnet.
getTagKeys() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
A list of tag keys to delete.
getTagKeys() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The tags associated with the access point, presented as an array of Tag objects.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Creates tags associated with the access point.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The tags associated with the access point, presented as an array of Tag objects.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Use to create one or more tags associated with the file system.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
An array of Tag objects to add.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Returns tags associated with the file system as an array of Tag objects.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The tags associated with the file system, presented as an array of Tag objects.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
An array of the tags for the specified EFS resource.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
An array of Tag objects to add.
getTags() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
getThroughputMode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies the throughput mode for the file system.
getThroughputMode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Displays the file system's throughput mode.
getThroughputMode() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Displays the file system's throughput mode.
getThroughputMode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) Updates the file system's throughput mode.
getThroughputMode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Displays the file system's throughput mode.
getTimestamp() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The time at which the size of data, returned in the Value field, was determined.
getTransitionToArchive() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) files at which to move them to Archive storage.
getTransitionToIA() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.
getTransitionToPrimaryStorageClass() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
getUid() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX user ID used for all file system operations using this access point.
getValue() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the file system.
getValue() - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The value of the tag key.
getValueInArchive() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Archive storage class.
getValueInIA() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
getValueInStandard() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Standard storage class.
getVpcId() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The virtual private cloud (VPC) ID that the mount target is configured in.
getVpcId() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The virtual private cloud (VPC) ID that the mount target is configured in.

H

hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
 
hashCode() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
 

I

IncorrectFileSystemLifeCycleStateException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the file system's lifecycle state is not "available".
IncorrectFileSystemLifeCycleStateException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.IncorrectFileSystemLifeCycleStateException
Constructs a new IncorrectFileSystemLifeCycleStateException with the specified error message.
IncorrectMountTargetStateException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the mount target is not in the correct state for the operation.
IncorrectMountTargetStateException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.IncorrectMountTargetStateException
Constructs a new IncorrectMountTargetStateException with the specified error message.
InsufficientThroughputCapacityException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if there's not enough capacity to provision additional throughput.
InsufficientThroughputCapacityException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.InsufficientThroughputCapacityException
Constructs a new InsufficientThroughputCapacityException with the specified error message.
InternalServerErrorException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if an error occurred on the server side.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
InvalidPolicyException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the FileSystemPolicy is malformed or contains an error such as a parameter value that is not valid or a missing required parameter.
InvalidPolicyException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.InvalidPolicyException
Constructs a new InvalidPolicyException with the specified error message.
IpAddressInUseException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the request specified an IpAddress that is already in use in the subnet.
IpAddressInUseException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.IpAddressInUseException
Constructs a new IpAddressInUseException with the specified error message.
isBackup() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies whether automatic backups are enabled on the file system that you are creating.
isBypassPolicyLockoutSafetyCheck() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
(Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check.
isEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A Boolean value that, if true, creates an encrypted file system.
isEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
isEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
A Boolean value that, if true, indicates that the file system is encrypted.
isEncrypted() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.

L

LifecyclePolicy - Class in com.amazonaws.services.elasticfilesystem.model
Describes a policy used by Lifecycle management that specifies when to transition files into and out of storage classes.
LifecyclePolicy() - Constructor for class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
 
LifeCycleState - Enum in com.amazonaws.services.elasticfilesystem.model
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Lists all tags for a top-level EFS resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Lists all tags for a top-level EFS resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Lists all tags for a top-level EFS resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Lists all tags for a top-level EFS resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.elasticfilesystem.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
 
modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Modifies the set of security groups in effect for a mount target.
modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Modifies the set of security groups in effect for a mount target.
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest, AsyncHandler<ModifyMountTargetSecurityGroupsRequest, ModifyMountTargetSecurityGroupsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Modifies the set of security groups in effect for a mount target.
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest, AsyncHandler<ModifyMountTargetSecurityGroupsRequest, ModifyMountTargetSecurityGroupsResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Modifies the set of security groups in effect for a mount target.
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
modifyMountTargetSecurityGroupsAsync(ModifyMountTargetSecurityGroupsRequest, AsyncHandler<ModifyMountTargetSecurityGroupsRequest, ModifyMountTargetSecurityGroupsResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
ModifyMountTargetSecurityGroupsRequest - Class in com.amazonaws.services.elasticfilesystem.model

ModifyMountTargetSecurityGroupsRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
 
ModifyMountTargetSecurityGroupsResult - Class in com.amazonaws.services.elasticfilesystem.model
 
ModifyMountTargetSecurityGroupsResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsResult
 
MountTargetConflictException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the mount target would violate one of the specified restrictions based on the file system's existing mount targets.
MountTargetConflictException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.MountTargetConflictException
Constructs a new MountTargetConflictException with the specified error message.
MountTargetDescription - Class in com.amazonaws.services.elasticfilesystem.model
Provides a description of a mount target.
MountTargetDescription() - Constructor for class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
 
MountTargetNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if there is no mount target with the specified ID found in the caller's Amazon Web Services account.
MountTargetNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.MountTargetNotFoundException
Constructs a new MountTargetNotFoundException with the specified error message.

N

NetworkInterfaceLimitExceededException - Exception in com.amazonaws.services.elasticfilesystem.model
The calling account has reached the limit for elastic network interfaces for the specific Amazon Web Services Region.
NetworkInterfaceLimitExceededException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.NetworkInterfaceLimitExceededException
Constructs a new NetworkInterfaceLimitExceededException with the specified error message.
NoFreeAddressesInSubnetException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if IpAddress was not specified in the request and there are no free IP addresses in the subnet.
NoFreeAddressesInSubnetException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.NoFreeAddressesInSubnetException
Constructs a new NoFreeAddressesInSubnetException with the specified error message.

P

PerformanceMode - Enum in com.amazonaws.services.elasticfilesystem.model
 
PolicyNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the default file system policy is in effect for the EFS file system specified.
PolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.PolicyNotFoundException
Constructs a new PolicyNotFoundException with the specified error message.
PosixUser - Class in com.amazonaws.services.elasticfilesystem.model
The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
PosixUser() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PosixUser
 
putAccountPreferences(PutAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
putAccountPreferences(PutAccountPreferencesRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.
putAccountPreferences(PutAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.
putAccountPreferencesAsync(PutAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putAccountPreferencesAsync(PutAccountPreferencesRequest, AsyncHandler<PutAccountPreferencesRequest, PutAccountPreferencesResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putAccountPreferencesAsync(PutAccountPreferencesRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.
putAccountPreferencesAsync(PutAccountPreferencesRequest, AsyncHandler<PutAccountPreferencesRequest, PutAccountPreferencesResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.
putAccountPreferencesAsync(PutAccountPreferencesRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
putAccountPreferencesAsync(PutAccountPreferencesRequest, AsyncHandler<PutAccountPreferencesRequest, PutAccountPreferencesResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
PutAccountPreferencesRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
PutAccountPreferencesRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
 
PutAccountPreferencesResult - Class in com.amazonaws.services.elasticfilesystem.model
 
PutAccountPreferencesResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
putBackupPolicy(PutBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
putBackupPolicy(PutBackupPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Updates the file system's backup policy.
putBackupPolicy(PutBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Updates the file system's backup policy.
putBackupPolicyAsync(PutBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putBackupPolicyAsync(PutBackupPolicyRequest, AsyncHandler<PutBackupPolicyRequest, PutBackupPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putBackupPolicyAsync(PutBackupPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates the file system's backup policy.
putBackupPolicyAsync(PutBackupPolicyRequest, AsyncHandler<PutBackupPolicyRequest, PutBackupPolicyResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates the file system's backup policy.
putBackupPolicyAsync(PutBackupPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
putBackupPolicyAsync(PutBackupPolicyRequest, AsyncHandler<PutBackupPolicyRequest, PutBackupPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
PutBackupPolicyRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
PutBackupPolicyRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
 
PutBackupPolicyResult - Class in com.amazonaws.services.elasticfilesystem.model
 
PutBackupPolicyResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
 
putFileSystemPolicy(PutFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
putFileSystemPolicy(PutFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Applies an Amazon EFS FileSystemPolicy to an Amazon EFS file system.
putFileSystemPolicy(PutFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Applies an Amazon EFS FileSystemPolicy to an Amazon EFS file system.
putFileSystemPolicyAsync(PutFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putFileSystemPolicyAsync(PutFileSystemPolicyRequest, AsyncHandler<PutFileSystemPolicyRequest, PutFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putFileSystemPolicyAsync(PutFileSystemPolicyRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Applies an Amazon EFS FileSystemPolicy to an Amazon EFS file system.
putFileSystemPolicyAsync(PutFileSystemPolicyRequest, AsyncHandler<PutFileSystemPolicyRequest, PutFileSystemPolicyResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Applies an Amazon EFS FileSystemPolicy to an Amazon EFS file system.
putFileSystemPolicyAsync(PutFileSystemPolicyRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
putFileSystemPolicyAsync(PutFileSystemPolicyRequest, AsyncHandler<PutFileSystemPolicyRequest, PutFileSystemPolicyResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
PutFileSystemPolicyRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
PutFileSystemPolicyRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
 
PutFileSystemPolicyResult - Class in com.amazonaws.services.elasticfilesystem.model
 
PutFileSystemPolicyResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
 
putLifecycleConfiguration(PutLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
putLifecycleConfiguration(PutLifecycleConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Use this action to manage storage for your file system.
putLifecycleConfiguration(PutLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Use this action to manage storage for your file system.
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest, AsyncHandler<PutLifecycleConfigurationRequest, PutLifecycleConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Use this action to manage storage for your file system.
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest, AsyncHandler<PutLifecycleConfigurationRequest, PutLifecycleConfigurationResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Use this action to manage storage for your file system.
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
putLifecycleConfigurationAsync(PutLifecycleConfigurationRequest, AsyncHandler<PutLifecycleConfigurationRequest, PutLifecycleConfigurationResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
PutLifecycleConfigurationRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
PutLifecycleConfigurationRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
 
PutLifecycleConfigurationResult - Class in com.amazonaws.services.elasticfilesystem.model
 
PutLifecycleConfigurationResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
 

R

ReplicationAlreadyExistsException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the file system is already included in a replication configuration.>
ReplicationAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ReplicationAlreadyExistsException
Constructs a new ReplicationAlreadyExistsException with the specified error message.
ReplicationConfigurationDescription - Class in com.amazonaws.services.elasticfilesystem.model
Describes the replication configuration for a specific file system.
ReplicationConfigurationDescription() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
 
ReplicationNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the specified file system does not have a replication configuration.
ReplicationNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ReplicationNotFoundException
Constructs a new ReplicationNotFoundException with the specified error message.
ReplicationOverwriteProtection - Enum in com.amazonaws.services.elasticfilesystem.model
 
ReplicationStatus - Enum in com.amazonaws.services.elasticfilesystem.model
 
Resource - Enum in com.amazonaws.services.elasticfilesystem.model
An EFS resource, for example a file system or a mount target.
ResourceIdPreference - Class in com.amazonaws.services.elasticfilesystem.model
Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.
ResourceIdPreference() - Constructor for class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
 
ResourceIdType - Enum in com.amazonaws.services.elasticfilesystem.model
A preference indicating a choice to use 63bit/32bit IDs for all applicable resources.
RootDirectory - Class in com.amazonaws.services.elasticfilesystem.model
Specifies the directory on the Amazon EFS file system that the access point provides access to.
RootDirectory() - Constructor for class com.amazonaws.services.elasticfilesystem.model.RootDirectory
 

S

SecurityGroupLimitExceededException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the size of SecurityGroups specified in the request is greater than five.
SecurityGroupLimitExceededException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupLimitExceededException
Constructs a new SecurityGroupLimitExceededException with the specified error message.
SecurityGroupNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if one of the specified security groups doesn't exist in the subnet's virtual private cloud (VPC).
SecurityGroupNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupNotFoundException
Constructs a new SecurityGroupNotFoundException with the specified error message.
setAccessPointArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The unique Amazon Resource Name (ARN) associated with the access point.
setAccessPointArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The unique Amazon Resource Name (ARN) associated with the access point.
setAccessPointId(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
setAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the access point, assigned by Amazon EFS.
setAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the access point, assigned by Amazon EFS.
setAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
The ID of the access point that you want to delete.
setAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
setAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) The ID of the access point whose mount targets that you want to list.
setAccessPoints(Collection<AccessPointDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
An array of access point descriptions.
setAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The unique and consistent identifier of the Availability Zone that the mount target resides in.
setAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The unique and consistent identifier of the Availability Zone that the mount target resides in.
setAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Used to create a One Zone file system.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The name of the Availability Zone in which the mount target is located.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to create the destination file system.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The name of the Availability Zone in which the mount target is located.
setAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
setBackup(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies whether automatic backups are enabled on the file system that you are creating.
setBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
setBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
The backup policy included in the PutBackupPolicy request.
setBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
setBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
(Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check.
setClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The opaque string specified in the request to ensure idempotent creation.
setClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
setClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The opaque string specified in the request to ensure idempotent creation.
setCreationInfo(CreationInfo) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's RootDirectory.
setCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
setCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
Describes when the replication configuration was created.
setCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
setCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
Describes when the replication configuration was created.
setCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
setCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A string of up to 64 ASCII characters.
setCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The opaque string specified in the request.
setCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Restricts the list to the file system with this creation token (String).
setCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The opaque string specified in the request.
setCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The opaque string specified in the request.
setDestinations(Collection<DestinationToCreate>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
An array of destination configuration objects.
setDestinations(Collection<Destination>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
An array of destination objects.
setDestinations(Collection<Destination>) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
An array of destination objects.
setEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A Boolean value that, if true, creates an encrypted file system.
setEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
setEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
A Boolean value that, if true, indicates that the file system is encrypted.
setEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
setEndpoint(String) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
setEndpoint(String) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointLimitExceededException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AvailabilityZonesMismatchException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.BadRequestException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ConflictException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.DependencyTimeoutException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemInUseException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemLimitExceededException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectFileSystemLifeCycleStateException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectMountTargetStateException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InsufficientThroughputCapacityException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InternalServerErrorException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InvalidPolicyException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IpAddressInUseException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetConflictException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.NetworkInterfaceLimitExceededException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.NoFreeAddressesInSubnetException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.PolicyNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationAlreadyExistsException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationNotFoundException
ReplicationNotFound
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupLimitExceededException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SubnetNotFoundException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ThrottlingException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ThroughputLimitExceededException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.TooManyRequestsException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.UnsupportedAvailabilityZoneException
 
setErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ValidationException
 
setFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
setFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
setFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the EFS file system that the access point applies to.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The ID of the EFS file system that the access point provides access to.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the EFS file system that the access point applies to.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the file system for which to create the mount target.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the file system for which the mount target is intended.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
The ID of the file system whose tags you want to modify (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
Specifies the EFS file system for which to delete the FileSystemPolicy.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
The ID of the file system you want to delete.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
The ID of the file system whose tags you want to delete (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
Specifies which EFS file system for which to retrieve the BackupPolicy.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
Specifies which EFS file system to retrieve the FileSystemPolicy for.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) ID of the file system whose description you want to retrieve (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
The ID of the file system whose LifecycleConfiguration object you want to retrieve (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the file system whose mount targets you want to list (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
You can retrieve the replication configuration for a specific file system by providing its file system ID.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
The ID of the file system whose tag set you want to retrieve.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The ID of the destination Amazon EFS file system.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
The ID of the file system to use for the destination.
setFileSystemId(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of the file system, assigned by Amazon EFS.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the file system for which the mount target is intended.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
Specifies which EFS file system to update the backup policy for.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The ID of the EFS file system that you want to create or update the FileSystemPolicy for.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
The ID of the file system for which you are creating the LifecycleConfiguration object (String).
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The ID of the file system to update.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
The ID of the file system that you want to update.
setFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
setFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the protection on the file system.
setFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the protection on the file system.
setFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the protection on the file system.
setFileSystems(Collection<FileSystemDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
An array of file system descriptions.
setGid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX group ID used for all file system operations using this access point.
setIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Valid IPv4 address within the address range of the specified subnet.
setIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Address at which the file system can be mounted by using the mount target.
setIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Address at which the file system can be mounted by using the mount target.
setKey(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The tag key (String).
setKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The ID of the KMS key that you want to use to protect the encrypted file system.
setKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
setKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
setKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of an KMS key used to protect the encrypted file system.
setKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
setLastReplicatedTimestamp(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The time when the most recent sync was successfully completed on the destination file system.
setLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
An array of lifecycle management policies.
setLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object.
setLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
An array of lifecycle management policies.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the lifecycle phase of the access point.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the lifecycle phase of the access point.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The lifecycle phase of the file system.
setLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The lifecycle phase of the file system.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Lifecycle state of the mount target.
setLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Lifecycle state of the mount target.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The lifecycle phase of the file system.
setLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The lifecycle phase of the file system.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Lifecycle state of the mount target.
setLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Lifecycle state of the mount target.
setLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The lifecycle phase of the file system.
setLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The lifecycle phase of the file system.
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String).
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if provided by caller in the request (String).
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Opaque pagination token returned from a previous DescribeMountTargets operation (String).
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If the request included the Marker, the response returns that value in this field.
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) An opaque pagination token returned from a previous DescribeTags operation (String).
setMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If the request included a Marker, the response returns that value in this field.
setMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Specifies the maximum number of file systems to return in the response (integer).
setMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Maximum number of mount targets to return in the response.
setMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) The maximum number of file system tags to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
setMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
setMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter.
setMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) Specifies the maximum number of tag objects to return in the response.
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
System-assigned mount target ID.
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
The ID of the mount target to delete (String).
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to retrieve.
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the mount target that you want to have described (String).
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to modify.
setMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
System-assigned mount target ID.
setMountTargets(Collection<MountTargetDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Returns the file system's mount targets as an array of MountTargetDescription objects.
setName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The name of the access point.
setName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The name of the access point.
setName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
You can add tags to a file system, including a Name tag.
setName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
You can add tags to a file system, including a Name tag.
setName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
You can add tags to a file system, including a Name tag.
setNetworkInterfaceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the network interface that Amazon EFS created when it created the mount target.
setNetworkInterfaceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the network interface that Amazon EFS created when it created the mount target.
setNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
setNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If a value is present, there are more mount targets to return.
setNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If a value is present, there are more tags to return.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
NextToken is present if the response is paginated.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
Present if there are more access points than returned in the response.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Present if there are more records than returned in the response.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
NextToken is present if the response is paginated.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.
setNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
NextToken is present if the response payload is paginated.
setNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The current number of mount targets that the file system has.
setNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The current number of mount targets that the file system has.
setNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The current number of mount targets that the file system has.
setOriginalSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
setOriginalSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
setOwnerGid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX group ID to apply to the RootDirectory.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the Amazon Web Services account that owns the access point resource.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the Amazon Web Services account that owns the access point resource.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Web Services account that created the file system.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Amazon Web Services account ID that owns the resource.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Web Services account that created the file system.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Amazon Web Services account ID that owns the resource.
setOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Web Services account that created the file system.
setOwnerUid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX user ID to apply to the RootDirectory.
setPath(String) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
setPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The Performance mode of the file system.
setPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The Performance mode of the file system.
setPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Performance mode of the file system.
setPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Performance mode of the file system.
setPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Performance mode of the file system.
setPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Performance mode of the file system.
setPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Performance mode of the file system.
setPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Performance mode of the file system.
setPermissions(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
setPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
setPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The FileSystemPolicy that you're creating.
setPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
setPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
setPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The operating system user and group applied to all file system requests made using the access point.
setPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
setProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
setProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
setProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The amount of provisioned throughput, measured in MiBps, for the file system.
setProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
setProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
setRegion(Region) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
setRegion(Region) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The Amazon Web Services Region in which the destination file system is located.
setRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create the destination file system.
setReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
The status of the file system's replication overwrite protection.
setReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The status of the file system's replication overwrite protection.
setReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
The status of the file system's replication overwrite protection.
setReplications(Collection<ReplicationConfigurationDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
The collection of replication configurations that is returned.
setResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
Specifies the EFS resource you want to retrieve tags for.
setResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
The ID specifying the EFS resource that you want to create a tag for.
setResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
Specifies the EFS resource that you want to remove tags from.
setResourceIdPreference(ResourceIdPreference) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
setResourceIdPreference(ResourceIdPreference) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
setResourceIdType(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
setResourceIdType(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
setResources(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
setRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
setRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.
setRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
setSecondaryGids(Collection<Long>) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
Secondary POSIX group IDs used for all file system operations using this access point.
setSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Up to five VPC security group IDs, of the form sg-xxxxxxxx.
setSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
An array of security groups.
setSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
An array of up to five VPC security group IDs.
setSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
setSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
setSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
setSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
setSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
setSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
Specifies the Amazon EFS file system that you want to replicate.
setSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The ID of the source Amazon EFS file system that is being replicated.
setSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
The ID of the source file system in the replication configuration.
setSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The ID of the source Amazon EFS file system that is being replicated.
setSourceFileSystemRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Web Services Region in which the source EFS file system is located.
setSourceFileSystemRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Web Services Region in which the source EFS file system is located.
setStatus(String) - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
Describes the status of the file system's backup policy.
setStatus(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
Describes the status of the destination EFS file system.
setSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the subnet to add the mount target in.
setSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the mount target's subnet.
setSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the mount target's subnet.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
A list of tag keys to delete.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The tags associated with the access point, presented as an array of Tag objects.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Creates tags associated with the access point.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The tags associated with the access point, presented as an array of Tag objects.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Use to create one or more tags associated with the file system.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
An array of Tag objects to add.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Returns tags associated with the file system as an array of Tag objects.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The tags associated with the file system, presented as an array of Tag objects.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
An array of the tags for the specified EFS resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
An array of Tag objects to add.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
setThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies the throughput mode for the file system.
setThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies the throughput mode for the file system.
setThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Displays the file system's throughput mode.
setThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Displays the file system's throughput mode.
setThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Displays the file system's throughput mode.
setThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Displays the file system's throughput mode.
setThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) Updates the file system's throughput mode.
setThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Displays the file system's throughput mode.
setThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Displays the file system's throughput mode.
setTimestamp(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The time at which the size of data, returned in the Value field, was determined.
setTransitionToArchive(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) files at which to move them to Archive storage.
setTransitionToIA(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.
setTransitionToPrimaryStorageClass(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
setUid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX user ID used for all file system operations using this access point.
setValue(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the file system.
setValue(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The value of the tag key.
setValueInArchive(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Archive storage class.
setValueInIA(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
setValueInStandard(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Standard storage class.
setVpcId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The virtual private cloud (VPC) ID that the mount target is configured in.
setVpcId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The virtual private cloud (VPC) ID that the mount target is configured in.
shutdown() - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
shutdown() - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
 
standard() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClientBuilder
 
Status - Enum in com.amazonaws.services.elasticfilesystem.model
 
SubnetNotFoundException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if there is no subnet with ID SubnetId provided in the request.
SubnetNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.SubnetNotFoundException
Constructs a new SubnetNotFoundException with the specified error message.

T

Tag - Class in com.amazonaws.services.elasticfilesystem.model
A tag is a key-value pair.
Tag() - Constructor for class com.amazonaws.services.elasticfilesystem.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Creates a tag for an EFS resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Creates a tag for an EFS resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a tag for an EFS resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Creates a tag for an EFS resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.elasticfilesystem.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.TagResourceResult
 
ThrottlingException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned when the CreateAccessPoint API action is called too quickly and the number of Access Points on the file system is nearing the limit of 120.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
ThroughputLimitExceededException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the throughput mode or amount of provisioned throughput can't be changed because the throughput limit of 1024 MiB/s has been reached.
ThroughputLimitExceededException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ThroughputLimitExceededException
Constructs a new ThroughputLimitExceededException with the specified error message.
ThroughputMode - Enum in com.amazonaws.services.elasticfilesystem.model
 
TooManyRequestsException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if you don’t wait at least 24 hours before either changing the throughput mode, or decreasing the Provisioned Throughput value.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.LifeCycleState
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.PerformanceMode
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationOverwriteProtection
 
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationStatus
 
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.Resource
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.ResourceIdType
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.Status
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.ThroughputMode
 
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToArchiveRules
 
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToIARules
 
toString() - Method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToPrimaryStorageClassRules
 
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Returns a string representation of this object.
TransitionToArchiveRules - Enum in com.amazonaws.services.elasticfilesystem.model
 
TransitionToIARules - Enum in com.amazonaws.services.elasticfilesystem.model
 
TransitionToPrimaryStorageClassRules - Enum in com.amazonaws.services.elasticfilesystem.model
 

U

UnsupportedAvailabilityZoneException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.
UnsupportedAvailabilityZoneException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.UnsupportedAvailabilityZoneException
Constructs a new UnsupportedAvailabilityZoneException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Removes tags from an EFS resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Removes tags from an EFS resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Removes tags from an EFS resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Removes tags from an EFS resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.elasticfilesystem.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UntagResourceResult
 
updateFileSystem(UpdateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
updateFileSystem(UpdateFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
updateFileSystem(UpdateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
updateFileSystemAsync(UpdateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
updateFileSystemAsync(UpdateFileSystemRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
updateFileSystemAsync(UpdateFileSystemRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
updateFileSystemAsync(UpdateFileSystemRequest, AsyncHandler<UpdateFileSystemRequest, UpdateFileSystemResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
updateFileSystemProtection(UpdateFileSystemProtectionRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystem
 
updateFileSystemProtection(UpdateFileSystemProtectionRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem
Updates protection on the file system.
updateFileSystemProtection(UpdateFileSystemProtectionRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemClient
Updates protection on the file system.
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest, AsyncHandler<UpdateFileSystemProtectionRequest, UpdateFileSystemProtectionResult>) - Method in class com.amazonaws.services.elasticfilesystem.AbstractAmazonElasticFileSystemAsync
 
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates protection on the file system.
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest, AsyncHandler<UpdateFileSystemProtectionRequest, UpdateFileSystemProtectionResult>) - Method in interface com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsync
Updates protection on the file system.
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
updateFileSystemProtectionAsync(UpdateFileSystemProtectionRequest, AsyncHandler<UpdateFileSystemProtectionRequest, UpdateFileSystemProtectionResult>) - Method in class com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystemAsyncClient
 
UpdateFileSystemProtectionRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
UpdateFileSystemProtectionRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
 
UpdateFileSystemProtectionResult - Class in com.amazonaws.services.elasticfilesystem.model
Describes the protection on a file system.
UpdateFileSystemProtectionResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
 
UpdateFileSystemRequest - Class in com.amazonaws.services.elasticfilesystem.model
 
UpdateFileSystemRequest() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
 
UpdateFileSystemResult - Class in com.amazonaws.services.elasticfilesystem.model
A description of the file system.
UpdateFileSystemResult() - Constructor for class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
 

V

ValidationException - Exception in com.amazonaws.services.elasticfilesystem.model
Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.
ValidationException(String) - Constructor for exception com.amazonaws.services.elasticfilesystem.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.LifeCycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.PerformanceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationOverwriteProtection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.Resource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ResourceIdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.ThroughputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToArchiveRules
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToIARules
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToPrimaryStorageClassRules
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.LifeCycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.PerformanceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationOverwriteProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.ReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.Resource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.ResourceIdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.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.elasticfilesystem.model.ThroughputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToArchiveRules
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToIARules
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.elasticfilesystem.model.TransitionToPrimaryStorageClassRules
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccessPointArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The unique Amazon Resource Name (ARN) associated with the access point.
withAccessPointArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The unique Amazon Resource Name (ARN) associated with the access point.
withAccessPointId(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
withAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the access point, assigned by Amazon EFS.
withAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the access point, assigned by Amazon EFS.
withAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteAccessPointRequest
The ID of the access point that you want to delete.
withAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
withAccessPointId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) The ID of the access point whose mount targets that you want to list.
withAccessPoints(AccessPointDescription...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
An array of access point descriptions.
withAccessPoints(Collection<AccessPointDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
An array of access point descriptions.
withAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The unique and consistent identifier of the Availability Zone that the mount target resides in.
withAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The unique and consistent identifier of the Availability Zone that the mount target resides in.
withAvailabilityZoneId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The unique and consistent identifier of the Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Used to create a One Zone file system.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The name of the Availability Zone in which the mount target is located.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to create the destination file system.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The name of the Availability Zone in which the mount target is located.
withAvailabilityZoneName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
withBackup(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies whether automatic backups are enabled on the file system that you are creating.
withBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
withBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
The backup policy included in the PutBackupPolicy request.
withBackupPolicy(BackupPolicy) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyResult
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
withBypassPolicyLockoutSafetyCheck(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
(Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check.
withClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The opaque string specified in the request to ensure idempotent creation.
withClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
withClientToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The opaque string specified in the request to ensure idempotent creation.
withCreationInfo(CreationInfo) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's RootDirectory.
withCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
withCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
Describes when the replication configuration was created.
withCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
withCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
Describes when the replication configuration was created.
withCreationTime(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
withCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A string of up to 64 ASCII characters.
withCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The opaque string specified in the request.
withCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Restricts the list to the file system with this creation token (String).
withCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The opaque string specified in the request.
withCreationToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The opaque string specified in the request.
withDestinations(DestinationToCreate...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
An array of destination configuration objects.
withDestinations(Collection<DestinationToCreate>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
An array of destination configuration objects.
withDestinations(Destination...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
An array of destination objects.
withDestinations(Collection<Destination>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
An array of destination objects.
withDestinations(Destination...) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
An array of destination objects.
withDestinations(Collection<Destination>) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
An array of destination objects.
withEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
A Boolean value that, if true, creates an encrypted file system.
withEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
withEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
A Boolean value that, if true, indicates that the file system is encrypted.
withEncrypted(Boolean) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
A Boolean value that, if true, indicates that the file system is encrypted.
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointAlreadyExistsException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointLimitExceededException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AccessPointNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.AvailabilityZonesMismatchException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.BadRequestException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ConflictException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.DependencyTimeoutException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemInUseException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemLimitExceededException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectFileSystemLifeCycleStateException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IncorrectMountTargetStateException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InsufficientThroughputCapacityException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InternalServerErrorException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.InvalidPolicyException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.IpAddressInUseException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetConflictException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.MountTargetNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.NetworkInterfaceLimitExceededException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.NoFreeAddressesInSubnetException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.PolicyNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationAlreadyExistsException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ReplicationNotFoundException
ReplicationNotFound
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupLimitExceededException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SecurityGroupNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.SubnetNotFoundException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ThrottlingException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ThroughputLimitExceededException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.TooManyRequestsException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.UnsupportedAvailabilityZoneException
 
withErrorCode(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.ValidationException
 
withFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
withFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
withFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Resource Name (ARN) for the EFS file system, in the format arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id .
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The ID of the EFS file system that the access point applies to.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The ID of the EFS file system that the access point provides access to.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The ID of the EFS file system that the access point applies to.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the file system for which to create the mount target.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the file system for which the mount target is intended.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
The ID of the file system whose tags you want to modify (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemPolicyRequest
Specifies the EFS file system for which to delete the FileSystemPolicy.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteFileSystemRequest
The ID of the file system you want to delete.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
The ID of the file system whose tags you want to delete (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeBackupPolicyRequest
Specifies which EFS file system for which to retrieve the BackupPolicy.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyRequest
Specifies which EFS file system to retrieve the FileSystemPolicy for.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) ID of the file system whose description you want to retrieve (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationRequest
The ID of the file system whose LifecycleConfiguration object you want to retrieve (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the file system whose mount targets you want to list (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
You can retrieve the replication configuration for a specific file system by providing its file system ID.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
The ID of the file system whose tag set you want to retrieve.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The ID of the destination Amazon EFS file system.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
The ID of the file system to use for the destination.
withFileSystemId(String) - Method in exception com.amazonaws.services.elasticfilesystem.model.FileSystemAlreadyExistsException
 
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of the file system, assigned by Amazon EFS.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the file system for which the mount target is intended.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutBackupPolicyRequest
Specifies which EFS file system to update the backup policy for.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The ID of the EFS file system that you want to create or update the FileSystemPolicy for.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
Specifies the EFS file system to which the FileSystemPolicy applies.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
The ID of the file system for which you are creating the LifecycleConfiguration object (String).
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The ID of the file system to update.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
The ID of the file system that you want to update.
withFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of the file system, assigned by Amazon EFS.
withFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Describes the protection on the file system.
withFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Describes the protection on the file system.
withFileSystemProtection(FileSystemProtectionDescription) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Describes the protection on the file system.
withFileSystems(FileSystemDescription...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
An array of file system descriptions.
withFileSystems(Collection<FileSystemDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
An array of file system descriptions.
withGid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX group ID used for all file system operations using this access point.
withIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Valid IPv4 address within the address range of the specified subnet.
withIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Address at which the file system can be mounted by using the mount target.
withIpAddress(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Address at which the file system can be mounted by using the mount target.
withKey(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The tag key (String).
withKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The ID of the KMS key that you want to use to protect the encrypted file system.
withKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
withKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
withKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The ID of an KMS key used to protect the encrypted file system.
withKmsKeyId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The ID of an KMS key used to protect the encrypted file system.
withLastReplicatedTimestamp(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The time when the most recent sync was successfully completed on the destination file system.
withLifecyclePolicies(LifecyclePolicy...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
An array of lifecycle management policies.
withLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeLifecycleConfigurationResult
An array of lifecycle management policies.
withLifecyclePolicies(LifecyclePolicy...) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object.
withLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationRequest
An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object.
withLifecyclePolicies(LifecyclePolicy...) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
An array of lifecycle management policies.
withLifecyclePolicies(Collection<LifecyclePolicy>) - Method in class com.amazonaws.services.elasticfilesystem.model.PutLifecycleConfigurationResult
An array of lifecycle management policies.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the lifecycle phase of the access point.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the lifecycle phase of the access point.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the lifecycle phase of the access point.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the lifecycle phase of the access point.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The lifecycle phase of the file system.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The lifecycle phase of the file system.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Lifecycle state of the mount target.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Lifecycle state of the mount target.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The lifecycle phase of the file system.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The lifecycle phase of the file system.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Lifecycle state of the mount target.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Lifecycle state of the mount target.
withLifeCycleState(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The lifecycle phase of the file system.
withLifeCycleState(LifeCycleState) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The lifecycle phase of the file system.
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String).
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if provided by caller in the request (String).
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Opaque pagination token returned from a previous DescribeMountTargets operation (String).
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If the request included the Marker, the response returns that value in this field.
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) An opaque pagination token returned from a previous DescribeTags operation (String).
withMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If the request included a Marker, the response returns that value in this field.
withMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
(Optional) Specifies the maximum number of file systems to return in the response (integer).
withMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) Maximum number of mount targets to return in the response.
withMaxItems(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsRequest
(Optional) The maximum number of file system tags to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
(Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
withMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response.
withMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter.
withMaxResults(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) Specifies the maximum number of tag objects to return in the response.
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
System-assigned mount target ID.
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteMountTargetRequest
The ID of the mount target to delete (String).
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to retrieve.
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsRequest
(Optional) ID of the mount target that you want to have described (String).
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
The ID of the mount target whose security groups you want to modify.
withMountTargetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
System-assigned mount target ID.
withMountTargets(MountTargetDescription...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Returns the file system's mount targets as an array of MountTargetDescription objects.
withMountTargets(Collection<MountTargetDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Returns the file system's mount targets as an array of MountTargetDescription objects.
withName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The name of the access point.
withName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The name of the access point.
withName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
You can add tags to a file system, including a Name tag.
withName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
You can add tags to a file system, including a Name tag.
withName(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
You can add tags to a file system, including a Name tag.
withNetworkInterfaceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the network interface that Amazon EFS created when it created the mount target.
withNetworkInterfaceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the network interface that Amazon EFS created when it created the mount target.
withNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Present if there are more file systems than returned in the response (String).
withNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
If a value is present, there are more mount targets to return.
withNextMarker(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
If a value is present, there are more tags to return.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsRequest
NextToken is present if the response is paginated.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccessPointsResult
Present if there are more access points than returned in the response.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Present if there are more records than returned in the response.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsRequest
NextToken is present if the response is paginated.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
(Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.
withNextToken(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
NextToken is present if the response payload is paginated.
withNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The current number of mount targets that the file system has.
withNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The current number of mount targets that the file system has.
withNumberOfMountTargets(Integer) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The current number of mount targets that the file system has.
withOriginalSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
withOriginalSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
withOwnerGid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX group ID to apply to the RootDirectory.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
Identifies the Amazon Web Services account that owns the access point resource.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
Identifies the Amazon Web Services account that owns the access point resource.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Amazon Web Services account that created the file system.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
Amazon Web Services account ID that owns the resource.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Amazon Web Services account that created the file system.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
Amazon Web Services account ID that owns the resource.
withOwnerId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Amazon Web Services account that created the file system.
withOwnerUid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX user ID to apply to the RootDirectory.
withPath(String) - Method in class com.amazonaws.services.elasticfilesystem.model.RootDirectory
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
withPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The Performance mode of the file system.
withPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The Performance mode of the file system.
withPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Performance mode of the file system.
withPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The Performance mode of the file system.
withPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Performance mode of the file system.
withPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The Performance mode of the file system.
withPerformanceMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Performance mode of the file system.
withPerformanceMode(PerformanceMode) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The Performance mode of the file system.
withPermissions(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreationInfo
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
withPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
withPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyRequest
The FileSystemPolicy that you're creating.
withPolicy(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutFileSystemPolicyResult
The JSON formatted FileSystemPolicy for the EFS file system.
withPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
withPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
The operating system user and group applied to all file system requests made using the access point.
withPosixUser(PosixUser) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
withProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
withProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
withProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The amount of provisioned throughput, measured in MiBps, for the file system.
withProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
withProvisionedThroughputInMibps(Double) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The amount of provisioned throughput, measured in MiBps, for the file system.
withRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
The Amazon Web Services Region in which the destination file system is located.
withRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DestinationToCreate
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create the destination file system.
withReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
The status of the file system's replication overwrite protection.
withReplicationOverwriteProtection(ReplicationOverwriteProtection) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemProtectionDescription
The status of the file system's replication overwrite protection.
withReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The status of the file system's replication overwrite protection.
withReplicationOverwriteProtection(ReplicationOverwriteProtection) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionRequest
The status of the file system's replication overwrite protection.
withReplicationOverwriteProtection(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
The status of the file system's replication overwrite protection.
withReplicationOverwriteProtection(ReplicationOverwriteProtection) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemProtectionResult
The status of the file system's replication overwrite protection.
withReplications(ReplicationConfigurationDescription...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
The collection of replication configurations that is returned.
withReplications(Collection<ReplicationConfigurationDescription>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeReplicationConfigurationsResult
The collection of replication configurations that is returned.
withResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceRequest
Specifies the EFS resource you want to retrieve tags for.
withResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
The ID specifying the EFS resource that you want to create a tag for.
withResourceId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
Specifies the EFS resource that you want to remove tags from.
withResourceIdPreference(ResourceIdPreference) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeAccountPreferencesResult
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
withResourceIdPreference(ResourceIdPreference) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesResult
 
withResourceIdType(String) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
withResourceIdType(ResourceIdType) - Method in class com.amazonaws.services.elasticfilesystem.model.PutAccountPreferencesRequest
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
withResourceIdType(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
withResourceIdType(ResourceIdType) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
withResources(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
withResources(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
withResources(Resource...) - Method in class com.amazonaws.services.elasticfilesystem.model.ResourceIdPreference
Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
withRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
withRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.
withRootDirectory(RootDirectory) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
withSecondaryGids(Long...) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
Secondary POSIX group IDs used for all file system operations using this access point.
withSecondaryGids(Collection<Long>) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
Secondary POSIX group IDs used for all file system operations using this access point.
withSecurityGroups(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Up to five VPC security group IDs, of the form sg-xxxxxxxx.
withSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
Up to five VPC security group IDs, of the form sg-xxxxxxxx.
withSecurityGroups(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
An array of security groups.
withSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetSecurityGroupsResult
An array of security groups.
withSecurityGroups(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
An array of up to five VPC security group IDs.
withSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.ModifyMountTargetSecurityGroupsRequest
An array of up to five VPC security group IDs.
withSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
withSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
withSizeInBytes(FileSystemSize) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.
withSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
withSourceFileSystemArn(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
withSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationRequest
Specifies the Amazon EFS file system that you want to replicate.
withSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The ID of the source Amazon EFS file system that is being replicated.
withSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteReplicationConfigurationRequest
The ID of the source file system in the replication configuration.
withSourceFileSystemId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The ID of the source Amazon EFS file system that is being replicated.
withSourceFileSystemRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateReplicationConfigurationResult
The Amazon Web Services Region in which the source EFS file system is located.
withSourceFileSystemRegion(String) - Method in class com.amazonaws.services.elasticfilesystem.model.ReplicationConfigurationDescription
The Amazon Web Services Region in which the source EFS file system is located.
withStatus(String) - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
Describes the status of the file system's backup policy.
withStatus(Status) - Method in class com.amazonaws.services.elasticfilesystem.model.BackupPolicy
Describes the status of the file system's backup policy.
withStatus(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
Describes the status of the destination EFS file system.
withStatus(ReplicationStatus) - Method in class com.amazonaws.services.elasticfilesystem.model.Destination
Describes the status of the destination EFS file system.
withSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetRequest
The ID of the subnet to add the mount target in.
withSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The ID of the mount target's subnet.
withSubnetId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The ID of the mount target's subnet.
withTagKeys(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
A list of tag keys to delete.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
A list of tag keys to delete.
withTagKeys(String...) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.elasticfilesystem.model.UntagResourceRequest
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The tags associated with the access point, presented as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.AccessPointDescription
The tags associated with the access point, presented as an array of Tag objects.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Creates tags associated with the access point.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointRequest
Creates tags associated with the access point.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The tags associated with the access point, presented as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateAccessPointResult
The tags associated with the access point, presented as an array of Tag objects.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Use to create one or more tags associated with the file system.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Use to create one or more tags associated with the file system.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
An array of Tag objects to add.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
An array of Tag objects to add.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Returns tags associated with the file system as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Returns tags associated with the file system as an array of Tag objects.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The tags associated with the file system, presented as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
The tags associated with the file system, presented as an array of Tag objects.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
An array of the tags for the specified EFS resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.ListTagsForResourceResult
An array of the tags for the specified EFS resource.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
An array of Tag objects to add.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.TagResourceRequest
An array of Tag objects to add.
withTags(Tag...) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
The tags associated with the file system, presented as an array of Tag objects.
withThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies the throughput mode for the file system.
withThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemRequest
Specifies the throughput mode for the file system.
withThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Displays the file system's throughput mode.
withThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateFileSystemResult
Displays the file system's throughput mode.
withThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Displays the file system's throughput mode.
withThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Displays the file system's throughput mode.
withThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) Updates the file system's throughput mode.
withThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemRequest
(Optional) Updates the file system's throughput mode.
withThroughputMode(String) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Displays the file system's throughput mode.
withThroughputMode(ThroughputMode) - Method in class com.amazonaws.services.elasticfilesystem.model.UpdateFileSystemResult
Displays the file system's throughput mode.
withTimestamp(Date) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The time at which the size of data, returned in the Value field, was determined.
withTransitionToArchive(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) files at which to move them to Archive storage.
withTransitionToArchive(TransitionToArchiveRules) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) files at which to move them to Archive storage.
withTransitionToIA(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.
withTransitionToIA(TransitionToIARules) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.
withTransitionToPrimaryStorageClass(String) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
withTransitionToPrimaryStorageClass(TransitionToPrimaryStorageClassRules) - Method in class com.amazonaws.services.elasticfilesystem.model.LifecyclePolicy
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
withUid(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.PosixUser
The POSIX user ID used for all file system operations using this access point.
withValue(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the file system.
withValue(String) - Method in class com.amazonaws.services.elasticfilesystem.model.Tag
The value of the tag key.
withValueInArchive(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Archive storage class.
withValueInIA(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
withValueInStandard(Long) - Method in class com.amazonaws.services.elasticfilesystem.model.FileSystemSize
The latest known metered size (in bytes) of data stored in the Standard storage class.
withVpcId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.CreateMountTargetResult
The virtual private cloud (VPC) ID that the mount target is configured in.
withVpcId(String) - Method in class com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
The virtual private cloud (VPC) ID that the mount target is configured in.
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.