A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- accept(Literal.Visitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRule
- accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ErrorRule
- accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.TreeRule
- accept(TemplateVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsSet
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.UriEncodeFn
- AccessPointAlreadyExistsException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the access point that you are trying to create already exists, with the creation token you provided in the request.
- AccessPointAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.efs.model
- accessPointArn() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The unique Amazon Resource Name (ARN) associated with the access point.
- accessPointArn() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The unique Amazon Resource Name (ARN) associated with the access point.
- accessPointArn(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The unique Amazon Resource Name (ARN) associated with the access point.
- accessPointArn(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The unique Amazon Resource Name (ARN) associated with the access point.
- AccessPointDescription - Class in software.amazon.awssdk.services.efs.model
-
Provides a description of an EFS file system access point.
- AccessPointDescription.Builder - Interface in software.amazon.awssdk.services.efs.model
- accessPointId() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
-
Returns the value of the AccessPointId property for this object.
- accessPointId() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The ID of the access point, assigned by Amazon EFS.
- accessPointId() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The ID of the access point, assigned by Amazon EFS.
- accessPointId() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
-
The ID of the access point that you want to delete.
- accessPointId() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
-
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId
. - accessPointId() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
(Optional) The ID of the access point whose mount targets that you want to list.
- accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
-
Sets the value of the AccessPointId property for this object.
- accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The ID of the access point, assigned by Amazon EFS.
- accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The ID of the access point, assigned by Amazon EFS.
- accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest.Builder
-
The ID of the access point that you want to delete.
- accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
-
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId
. - accessPointId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
-
(Optional) The ID of the access point whose mount targets that you want to list.
- AccessPointLimitExceededException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the Amazon Web Services account has already created the maximum number of access points allowed per file system.
- AccessPointLimitExceededException.Builder - Interface in software.amazon.awssdk.services.efs.model
- AccessPointNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the specified
AccessPointId
value doesn't exist in the requester's Amazon Web Services account. - AccessPointNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- accessPoints() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
-
An array of access point descriptions.
- accessPoints() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsIterable
-
Returns an iterable to iterate through the paginated
DescribeAccessPointsResponse.accessPoints()
member. - accessPoints() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsPublisher
-
Returns a publisher that can be used to get a stream of data.
- accessPoints(Collection<AccessPointDescription>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse.Builder
-
An array of access point descriptions.
- accessPoints(Consumer<AccessPointDescription.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse.Builder
-
An array of access point descriptions.
- accessPoints(AccessPointDescription...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse.Builder
-
An array of access point descriptions.
- ACCOUNT_ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- accountId() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- addCondition(Condition) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- addHeader(String, String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- addHeader(String, List<Expr>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- addHeaderValue(String, Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- addHostPrefix(Endpoint, String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
Apply the given endpoint prefix to the endpoint.
- addParameter(Parameter) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters.Builder
- addPartition(Partition) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions.Builder
- addProperty(Identifier, Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- addRule(Rule) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- AFTER_1_ACCESS - software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
- AFTER_1_DAY - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_1_DAY - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_14_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_14_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_180_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_180_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_270_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_270_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_30_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_30_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_365_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_365_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_60_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_60_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_7_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_7_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- AFTER_90_DAYS - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- AFTER_90_DAYS - software.amazon.awssdk.services.efs.model.TransitionToIARules
- allowDots() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- allowDots() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- applyPaginatorUserAgent(T) - Static method in class software.amazon.awssdk.services.efs.internal.UserAgentUtils
- applyUserAgentInfo(T, Consumer<AwsRequestOverrideConfiguration.Builder>) - Static method in class software.amazon.awssdk.services.efs.internal.UserAgentUtils
- argv(List<Expr>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode.Builder
- Arn - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
An AWS Arn.
- Arn(String, String, String, String, List<String>) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- ASSIGN - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- asString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- attributeKey() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAttributeProvider
- attributeValue(Value) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAttributeProvider
- AUTHORITY - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- authSchemeProvider() - Method in class software.amazon.awssdk.services.efs.EfsServiceClientConfiguration
-
Gets the value for auth scheme provider
- authSchemeProvider() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for auth scheme provider
- authSchemeProvider() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for auth scheme provider
- authSchemeProvider(EfsAuthSchemeProvider) - Method in interface software.amazon.awssdk.services.efs.EfsBaseClientBuilder
-
Set the
EfsAuthSchemeProvider
implementation that will be used by the client to resolve the auth scheme for each request. - authSchemeProvider(EfsAuthSchemeProvider) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for auth scheme provider
- authSchemeProvider(EfsAuthSchemeProvider) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for auth scheme provider
- authSchemes() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for auth schemes
- authSchemes() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for auth schemes
- availabilityZoneId() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
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.
- availabilityZoneId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The unique and consistent identifier of the Availability Zone that the mount target resides in.
- availabilityZoneId() - Method in class software.amazon.awssdk.services.efs.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.
- availabilityZoneId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The unique and consistent identifier of the Availability Zone that the mount target resides in.
- availabilityZoneId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
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.
- availabilityZoneId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
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.
- availabilityZoneId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The unique and consistent identifier of the Availability Zone that the mount target resides in.
- availabilityZoneId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
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.
- availabilityZoneId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The unique and consistent identifier of the Availability Zone that the mount target resides in.
- availabilityZoneId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
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.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Used to create a One Zone file system.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The name of the Availability Zone in which the mount target is located.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.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.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.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.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The name of the Availability Zone in which the mount target is located.
- availabilityZoneName() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Used to create a One Zone file system.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The name of the Availability Zone in which the mount target is located.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.DestinationToCreate.Builder
-
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.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The name of the Availability Zone in which the mount target is located.
- availabilityZoneName(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only for One Zone file systems.
- AvailabilityZonesMismatchException - Exception in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- AVAILABLE - software.amazon.awssdk.services.efs.model.LifeCycleState
- AwsEndpointProviderUtils - Class in software.amazon.awssdk.services.efs.endpoints.internal
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
B
- backup() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Specifies whether automatic backups are enabled on the file system that you are creating.
- backup(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Specifies whether automatic backups are enabled on the file system that you are creating.
- backupPolicy() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- backupPolicy() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
-
The backup policy included in the
PutBackupPolicy
request. - backupPolicy() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- backupPolicy(Consumer<BackupPolicy.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse.Builder
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- backupPolicy(Consumer<BackupPolicy.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest.Builder
-
The backup policy included in the
PutBackupPolicy
request. - backupPolicy(Consumer<BackupPolicy.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse.Builder
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- backupPolicy(BackupPolicy) - Method in interface software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse.Builder
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- backupPolicy(BackupPolicy) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest.Builder
-
The backup policy included in the
PutBackupPolicy
request. - backupPolicy(BackupPolicy) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse.Builder
-
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
- BackupPolicy - Class in software.amazon.awssdk.services.efs.model
-
The backup policy for the file system used to create automatic daily backups.
- BackupPolicy.Builder - Interface in software.amazon.awssdk.services.efs.model
- BadRequestException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
- BadRequestException.Builder - Interface in software.amazon.awssdk.services.efs.model
- beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.services.efs.auth.scheme.internal.EfsAuthSchemeInterceptor
- BOOLEAN - software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
- BooleanEqualsFn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- BooleanEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- build() - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams.Builder
-
Returns a
EfsAuthSchemeParams
object that is created from the properties that have been set on the builder. - build() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
- build() - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride.Builder
- build() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleError.Builder
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SourceException.BuilderImpl
- build() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- build() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
- build() - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- build() - Method in interface software.amazon.awssdk.services.efs.model.EfsRequest.Builder
- build() - Method in interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
- builder() - Static method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams
-
Get a new builder for creating a
EfsAuthSchemeParams
. - builder() - Static method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeParams
- builder() - Static method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Create a builder that can be used to configure and create a
EfsAsyncClient
. - builder() - Static method in interface software.amazon.awssdk.services.efs.EfsClient
-
Create a builder that can be used to configure and create a
EfsClient
. - builder() - Static method in class software.amazon.awssdk.services.efs.EfsServiceClientConfiguration
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- builder() - Static method in exception software.amazon.awssdk.services.efs.endpoints.internal.RuleError
- builder() - Static method in exception software.amazon.awssdk.services.efs.endpoints.internal.SourceException
- builder() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointNotFoundException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.BadRequestException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ConflictException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.CreationInfo
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.DependencyTimeoutException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.Destination
- builder() - Static method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.EfsException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemInUseException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemNotFoundException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- builder() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.InternalServerErrorException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.InvalidPolicyException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.IpAddressInUseException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.MountTargetConflictException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.MountTargetNotFoundException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.PolicyNotFoundException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PosixUser
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ReplicationNotFoundException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- builder() - Static method in class software.amazon.awssdk.services.efs.model.RootDirectory
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.SubnetNotFoundException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.Tag
- builder() - Static method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ThrottlingException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.TooManyRequestsException
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- builder() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- builder() - Static method in exception software.amazon.awssdk.services.efs.model.ValidationException
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Condition.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.FnNode.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Parameters.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Partitions.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- Builder() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- BuilderImpl() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.SourceException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.services.efs.model.EfsRequest.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.services.efs.model.EfsResponse.BuilderImpl
- BuilderImpl(EfsException) - Constructor for class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- BuilderImpl(EfsRequest) - Constructor for class software.amazon.awssdk.services.efs.model.EfsRequest.BuilderImpl
- BuilderImpl(EfsResponse) - Constructor for class software.amazon.awssdk.services.efs.model.EfsResponse.BuilderImpl
- builtIn(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- BURSTING - software.amazon.awssdk.services.efs.model.ThroughputMode
- bypassPolicyLockoutSafetyCheck() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
-
(Optional) A boolean that specifies whether or not to bypass the
FileSystemPolicy
lockout safety check. - bypassPolicyLockoutSafetyCheck(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest.Builder
-
(Optional) A boolean that specifies whether or not to bypass the
FileSystemPolicy
lockout safety check.
C
- cause(Throwable) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SourceException.BuilderImpl
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- cause(Throwable) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- cause(Throwable) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
- chooseAuthScheme(List<EndpointAuthScheme>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEndpointAuthSchemeStrategy
- chooseAuthScheme(List<EndpointAuthScheme>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAuthSchemeStrategy
- clientToken() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The opaque string specified in the request to ensure idempotent creation.
- clientToken() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
- clientToken() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The opaque string specified in the request to ensure idempotent creation.
- clientToken(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The opaque string specified in the request to ensure idempotent creation.
- clientToken(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
- clientToken(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The opaque string specified in the request to ensure idempotent creation.
- condition() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
-
Convert this fn into a condition
- condition(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- Condition - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Condition.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- conditions - Variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- CONDITIONS - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- ConflictException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the source file system in a replication is encrypted but the destination file system is unencrypted.
- ConflictException.Builder - Interface in software.amazon.awssdk.services.efs.model
- context(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference.Builder
- create() - Static method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeProvider
- create() - Static method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Create a
EfsAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. - create() - Static method in interface software.amazon.awssdk.services.efs.EfsClient
-
Create a
EfsClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. - create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.efs.model.EfsResponseMetadata
- createAccessPoint(Consumer<CreateAccessPointRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates an EFS access point.
- createAccessPoint(Consumer<CreateAccessPointRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates an EFS access point.
- createAccessPoint(CreateAccessPointRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates an EFS access point.
- createAccessPoint(CreateAccessPointRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates an EFS access point.
- CreateAccessPointRequest - Class in software.amazon.awssdk.services.efs.model
- CreateAccessPointRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- CreateAccessPointRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
CreateAccessPointRequest
Marshaller - CreateAccessPointRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.CreateAccessPointRequestMarshaller
- CreateAccessPointResponse - Class in software.amazon.awssdk.services.efs.model
-
Provides a description of an EFS file system access point.
- CreateAccessPointResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- createAuthSchemes(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEndpointAuthSchemeStrategy
- createAuthSchemes(Value) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAuthSchemeStrategy
- createFileSystem(Consumer<CreateFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a new, empty file system.
- createFileSystem(Consumer<CreateFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a new, empty file system.
- createFileSystem(CreateFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a new, empty file system.
- createFileSystem(CreateFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a new, empty file system.
- CreateFileSystemRequest - Class in software.amazon.awssdk.services.efs.model
- CreateFileSystemRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- CreateFileSystemRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
CreateFileSystemRequest
Marshaller - CreateFileSystemRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.CreateFileSystemRequestMarshaller
- CreateFileSystemResponse - Class in software.amazon.awssdk.services.efs.model
-
A description of the file system.
- CreateFileSystemResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- createMountTarget(Consumer<CreateMountTargetRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a mount target for a file system.
- createMountTarget(Consumer<CreateMountTargetRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a mount target for a file system.
- createMountTarget(CreateMountTargetRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a mount target for a file system.
- createMountTarget(CreateMountTargetRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a mount target for a file system.
- CreateMountTargetRequest - Class in software.amazon.awssdk.services.efs.model
- CreateMountTargetRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- CreateMountTargetRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
CreateMountTargetRequest
Marshaller - CreateMountTargetRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.CreateMountTargetRequestMarshaller
- CreateMountTargetResponse - Class in software.amazon.awssdk.services.efs.model
-
Provides a description of a mount target.
- CreateMountTargetResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- createReplicationConfiguration(Consumer<CreateReplicationConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
- createReplicationConfiguration(Consumer<CreateReplicationConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
- createReplicationConfiguration(CreateReplicationConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
- createReplicationConfiguration(CreateReplicationConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system.
- CreateReplicationConfigurationRequest - Class in software.amazon.awssdk.services.efs.model
- CreateReplicationConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- CreateReplicationConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
CreateReplicationConfigurationRequest
Marshaller - CreateReplicationConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.CreateReplicationConfigurationRequestMarshaller
- CreateReplicationConfigurationResponse - Class in software.amazon.awssdk.services.efs.model
-
Describes the replication configuration for a specific file system.
- CreateReplicationConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- createTags(Consumer<CreateTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use TagResource.
- createTags(Consumer<CreateTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use TagResource.
- createTags(CreateTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use TagResource.
- createTags(CreateTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use TagResource.
- CreateTagsRequest - Class in software.amazon.awssdk.services.efs.model
- CreateTagsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- CreateTagsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
CreateTagsRequest
Marshaller - CreateTagsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.CreateTagsRequestMarshaller
- CreateTagsResponse - Class in software.amazon.awssdk.services.efs.model
- CreateTagsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- CREATING - software.amazon.awssdk.services.efs.model.LifeCycleState
- creationInfo() - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
-
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory
. - creationInfo(Consumer<CreationInfo.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.RootDirectory.Builder
-
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory
. - creationInfo(CreationInfo) - Method in interface software.amazon.awssdk.services.efs.model.RootDirectory.Builder
-
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory
. - CreationInfo - Class in software.amazon.awssdk.services.efs.model
-
Required if the
RootDirectory
>Path
specified does not exist. - CreationInfo.Builder - Interface in software.amazon.awssdk.services.efs.model
- creationTime() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationTime() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
Describes when the replication configuration was created.
- creationTime() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationTime() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
Describes when the replication configuration was created.
- creationTime() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
Describes when the replication configuration was created.
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
Describes when the replication configuration was created.
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
- creationToken() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
A string of up to 64 ASCII characters.
- creationToken() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The opaque string specified in the request.
- creationToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
(Optional) Restricts the list to the file system with this creation token (String).
- creationToken() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The opaque string specified in the request.
- creationToken() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The opaque string specified in the request.
- creationToken(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
A string of up to 64 ASCII characters.
- creationToken(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The opaque string specified in the request.
- creationToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
-
(Optional) Restricts the list to the file system with this creation token (String).
- creationToken(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The opaque string specified in the request.
- creationToken(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The opaque string specified in the request.
- credentialsProvider() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for credentials provider
- credentialsProvider() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for credentials provider
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for credentials provider
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for credentials provider
- ctx(String, Runnable) - Static method in exception software.amazon.awssdk.services.efs.endpoints.internal.RuleError
- ctx(String, Supplier<T>) - Static method in exception software.amazon.awssdk.services.efs.endpoints.internal.RuleError
D
- Default() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor.Default
- DEFAULT - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- DefaultEfsAuthSchemeParams - Class in software.amazon.awssdk.services.efs.auth.scheme.internal
- DefaultEfsAuthSchemeProvider - Class in software.amazon.awssdk.services.efs.auth.scheme.internal
- DefaultEfsEndpointProvider - Class in software.amazon.awssdk.services.efs.endpoints.internal
- DefaultEfsEndpointProvider() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEfsEndpointProvider
- DefaultEndpointAuthSchemeStrategy - Class in software.amazon.awssdk.services.efs.endpoints.internal
- DefaultEndpointAuthSchemeStrategy(Map<String, Function<Value.Record, EndpointAuthScheme>>) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEndpointAuthSchemeStrategy
- DefaultEndpointAuthSchemeStrategyFactory - Class in software.amazon.awssdk.services.efs.endpoints.internal
- DefaultEndpointAuthSchemeStrategyFactory() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEndpointAuthSchemeStrategyFactory
- defaultEngine() - Static method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleEngine
- DefaultPartitionDataProvider - Class in software.amazon.awssdk.services.efs.endpoints.internal
- DefaultPartitionDataProvider() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.DefaultPartitionDataProvider
- defaultProvider() - Static method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeProvider
-
Get the default auth scheme provider.
- defaultProvider() - Static method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointProvider
- DefaultRuleEngine - Class in software.amazon.awssdk.services.efs.endpoints.internal
- DefaultRuleEngine() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.DefaultRuleEngine
- defaultValue(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- deleteAccessPoint(Consumer<DeleteAccessPointRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the specified access point.
- deleteAccessPoint(Consumer<DeleteAccessPointRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the specified access point.
- deleteAccessPoint(DeleteAccessPointRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the specified access point.
- deleteAccessPoint(DeleteAccessPointRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the specified access point.
- DeleteAccessPointRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteAccessPointRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteAccessPointRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteAccessPointRequest
Marshaller - DeleteAccessPointRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteAccessPointRequestMarshaller
- DeleteAccessPointResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteAccessPointResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- DELETED - software.amazon.awssdk.services.efs.model.LifeCycleState
- deleteFileSystem(Consumer<DeleteFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes a file system, permanently severing access to its contents.
- deleteFileSystem(Consumer<DeleteFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes a file system, permanently severing access to its contents.
- deleteFileSystem(DeleteFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes a file system, permanently severing access to its contents.
- deleteFileSystem(DeleteFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes a file system, permanently severing access to its contents.
- deleteFileSystemPolicy(Consumer<DeleteFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the
FileSystemPolicy
for the specified file system. - deleteFileSystemPolicy(Consumer<DeleteFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the
FileSystemPolicy
for the specified file system. - deleteFileSystemPolicy(DeleteFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the
FileSystemPolicy
for the specified file system. - deleteFileSystemPolicy(DeleteFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the
FileSystemPolicy
for the specified file system. - DeleteFileSystemPolicyRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteFileSystemPolicyRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteFileSystemPolicyRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteFileSystemPolicyRequest
Marshaller - DeleteFileSystemPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteFileSystemPolicyRequestMarshaller
- DeleteFileSystemPolicyResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteFileSystemPolicyResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteFileSystemRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteFileSystemRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteFileSystemRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteFileSystemRequest
Marshaller - DeleteFileSystemRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteFileSystemRequestMarshaller
- DeleteFileSystemResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteFileSystemResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- deleteMountTarget(Consumer<DeleteMountTargetRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the specified mount target.
- deleteMountTarget(Consumer<DeleteMountTargetRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the specified mount target.
- deleteMountTarget(DeleteMountTargetRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes the specified mount target.
- deleteMountTarget(DeleteMountTargetRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes the specified mount target.
- DeleteMountTargetRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteMountTargetRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteMountTargetRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteMountTargetRequest
Marshaller - DeleteMountTargetRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteMountTargetRequestMarshaller
- DeleteMountTargetResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteMountTargetResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- deleteReplicationConfiguration(Consumer<DeleteReplicationConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes a replication configuration.
- deleteReplicationConfiguration(Consumer<DeleteReplicationConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes a replication configuration.
- deleteReplicationConfiguration(DeleteReplicationConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deletes a replication configuration.
- deleteReplicationConfiguration(DeleteReplicationConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deletes a replication configuration.
- DeleteReplicationConfigurationRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteReplicationConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteReplicationConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteReplicationConfigurationRequest
Marshaller - DeleteReplicationConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteReplicationConfigurationRequestMarshaller
- DeleteReplicationConfigurationResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteReplicationConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- deleteTags(Consumer<DeleteTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use UntagResource.
- deleteTags(Consumer<DeleteTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use UntagResource.
- deleteTags(DeleteTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use UntagResource.
- deleteTags(DeleteTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use UntagResource.
- DeleteTagsRequest - Class in software.amazon.awssdk.services.efs.model
- DeleteTagsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DeleteTagsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DeleteTagsRequest
Marshaller - DeleteTagsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DeleteTagsRequestMarshaller
- DeleteTagsResponse - Class in software.amazon.awssdk.services.efs.model
- DeleteTagsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- DELETING - software.amazon.awssdk.services.efs.model.LifeCycleState
- DELETING - software.amazon.awssdk.services.efs.model.ReplicationStatus
- DependencyTimeoutException - Exception in software.amazon.awssdk.services.efs.model
-
The service timed out trying to fulfill the request, and the client should try the call again.
- DependencyTimeoutException.Builder - Interface in software.amazon.awssdk.services.efs.model
- deprecated(Parameter.Deprecated) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- Deprecated(String, String) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- DEPRECATED - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the description of a specific Amazon EFS access point if the
AccessPointId
is provided. - describeAccessPoints(Consumer<DescribeAccessPointsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the description of a specific Amazon EFS access point if the
AccessPointId
is provided. - describeAccessPoints(DescribeAccessPointsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the description of a specific Amazon EFS access point if the
AccessPointId
is provided. - describeAccessPoints(DescribeAccessPointsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the description of a specific Amazon EFS access point if the
AccessPointId
is provided. - DescribeAccessPointsIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.describeAccessPointsPaginator(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation which is a paginated operation. - DescribeAccessPointsIterable(EfsClient, DescribeAccessPointsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsIterable
- describeAccessPointsPaginator(Consumer<DescribeAccessPointsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeAccessPoints(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation. - describeAccessPointsPaginator(Consumer<DescribeAccessPointsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeAccessPoints(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation. - describeAccessPointsPaginator(DescribeAccessPointsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeAccessPoints(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation. - describeAccessPointsPaginator(DescribeAccessPointsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeAccessPoints(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation. - DescribeAccessPointsPublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.describeAccessPointsPaginator(software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest)
operation which is a paginated operation. - DescribeAccessPointsPublisher(EfsAsyncClient, DescribeAccessPointsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsPublisher
- DescribeAccessPointsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeAccessPointsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeAccessPointsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeAccessPointsRequest
Marshaller - DescribeAccessPointsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeAccessPointsRequestMarshaller
- DescribeAccessPointsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeAccessPointsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeAccountPreferences(Consumer<DescribeAccountPreferencesRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
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(Consumer<DescribeAccountPreferencesRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
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 interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
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 interface software.amazon.awssdk.services.efs.EfsClient
-
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.
- DescribeAccountPreferencesRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeAccountPreferencesRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeAccountPreferencesRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeAccountPreferencesRequest
Marshaller - DescribeAccountPreferencesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeAccountPreferencesRequestMarshaller
- DescribeAccountPreferencesResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeAccountPreferencesResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeBackupPolicy(Consumer<DescribeBackupPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the backup policy for the specified EFS file system.
- describeBackupPolicy(Consumer<DescribeBackupPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the backup policy for the specified EFS file system.
- describeBackupPolicy(DescribeBackupPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the backup policy for the specified EFS file system.
- describeBackupPolicy(DescribeBackupPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the backup policy for the specified EFS file system.
- DescribeBackupPolicyRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeBackupPolicyRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeBackupPolicyRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeBackupPolicyRequest
Marshaller - DescribeBackupPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeBackupPolicyRequestMarshaller
- DescribeBackupPolicyResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeBackupPolicyResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeFileSystemPolicy(Consumer<DescribeFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the
FileSystemPolicy
for the specified EFS file system. - describeFileSystemPolicy(Consumer<DescribeFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the
FileSystemPolicy
for the specified EFS file system. - describeFileSystemPolicy(DescribeFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the
FileSystemPolicy
for the specified EFS file system. - describeFileSystemPolicy(DescribeFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the
FileSystemPolicy
for the specified EFS file system. - DescribeFileSystemPolicyRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeFileSystemPolicyRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeFileSystemPolicyRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeFileSystemPolicyRequest
Marshaller - DescribeFileSystemPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeFileSystemPolicyRequestMarshaller
- DescribeFileSystemPolicyResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeFileSystemPolicyResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeFileSystems() - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - describeFileSystems() - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - describeFileSystems(DescribeFileSystemsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - describeFileSystems(DescribeFileSystemsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or theFileSystemId
is provided. - DescribeFileSystemsIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.describeFileSystemsPaginator(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation which is a paginated operation. - DescribeFileSystemsIterable(EfsClient, DescribeFileSystemsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsIterable
- describeFileSystemsPaginator() - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - describeFileSystemsPaginator() - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - describeFileSystemsPaginator(Consumer<DescribeFileSystemsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - describeFileSystemsPaginator(Consumer<DescribeFileSystemsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - describeFileSystemsPaginator(DescribeFileSystemsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - describeFileSystemsPaginator(DescribeFileSystemsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation. - DescribeFileSystemsPublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.describeFileSystemsPaginator(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)
operation which is a paginated operation. - DescribeFileSystemsPublisher(EfsAsyncClient, DescribeFileSystemsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsPublisher
- DescribeFileSystemsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeFileSystemsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeFileSystemsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeFileSystemsRequest
Marshaller - DescribeFileSystemsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeFileSystemsRequestMarshaller
- DescribeFileSystemsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeFileSystemsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeLifecycleConfiguration(Consumer<DescribeLifecycleConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the current
LifecycleConfiguration
object for the specified Amazon EFS file system. - describeLifecycleConfiguration(Consumer<DescribeLifecycleConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the current
LifecycleConfiguration
object for the specified Amazon EFS file system. - describeLifecycleConfiguration(DescribeLifecycleConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the current
LifecycleConfiguration
object for the specified Amazon EFS file system. - describeLifecycleConfiguration(DescribeLifecycleConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the current
LifecycleConfiguration
object for the specified Amazon EFS file system. - DescribeLifecycleConfigurationRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeLifecycleConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeLifecycleConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeLifecycleConfigurationRequest
Marshaller - DescribeLifecycleConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeLifecycleConfigurationRequestMarshaller
- DescribeLifecycleConfigurationResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeLifecycleConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeMountTargets(Consumer<DescribeMountTargetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
- describeMountTargets(Consumer<DescribeMountTargetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
- describeMountTargets(DescribeMountTargetsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
- describeMountTargets(DescribeMountTargetsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.
- describeMountTargetSecurityGroups(Consumer<DescribeMountTargetSecurityGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the security groups currently in effect for a mount target.
- describeMountTargetSecurityGroups(Consumer<DescribeMountTargetSecurityGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the security groups currently in effect for a mount target.
- describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Returns the security groups currently in effect for a mount target.
- describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Returns the security groups currently in effect for a mount target.
- DescribeMountTargetSecurityGroupsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeMountTargetSecurityGroupsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeMountTargetSecurityGroupsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeMountTargetSecurityGroupsRequest
Marshaller - DescribeMountTargetSecurityGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeMountTargetSecurityGroupsRequestMarshaller
- DescribeMountTargetSecurityGroupsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeMountTargetSecurityGroupsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeMountTargetsIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.describeMountTargetsPaginator(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation which is a paginated operation. - DescribeMountTargetsIterable(EfsClient, DescribeMountTargetsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsIterable
- describeMountTargetsPaginator(Consumer<DescribeMountTargetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeMountTargets(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation. - describeMountTargetsPaginator(Consumer<DescribeMountTargetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeMountTargets(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation. - describeMountTargetsPaginator(DescribeMountTargetsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.describeMountTargets(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation. - describeMountTargetsPaginator(DescribeMountTargetsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeMountTargets(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation. - DescribeMountTargetsPublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.describeMountTargetsPaginator(software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest)
operation which is a paginated operation. - DescribeMountTargetsPublisher(EfsAsyncClient, DescribeMountTargetsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsPublisher
- DescribeMountTargetsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeMountTargetsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeMountTargetsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeMountTargetsRequest
Marshaller - DescribeMountTargetsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeMountTargetsRequestMarshaller
- DescribeMountTargetsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeMountTargetsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeReplicationConfigurations(Consumer<DescribeReplicationConfigurationsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Retrieves the replication configuration for a specific file system.
- describeReplicationConfigurations(Consumer<DescribeReplicationConfigurationsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Retrieves the replication configuration for a specific file system.
- describeReplicationConfigurations(DescribeReplicationConfigurationsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Retrieves the replication configuration for a specific file system.
- describeReplicationConfigurations(DescribeReplicationConfigurationsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Retrieves the replication configuration for a specific file system.
- DescribeReplicationConfigurationsIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.describeReplicationConfigurationsPaginator(software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest)
operation which is a paginated operation. - DescribeReplicationConfigurationsIterable(EfsClient, DescribeReplicationConfigurationsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsIterable
- describeReplicationConfigurationsPaginator(Consumer<DescribeReplicationConfigurationsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
- describeReplicationConfigurationsPaginator(Consumer<DescribeReplicationConfigurationsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeReplicationConfigurations(software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest)
operation. - describeReplicationConfigurationsPaginator(DescribeReplicationConfigurationsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
- describeReplicationConfigurationsPaginator(DescribeReplicationConfigurationsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.describeReplicationConfigurations(software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest)
operation. - DescribeReplicationConfigurationsPublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.describeReplicationConfigurationsPaginator(software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest)
operation which is a paginated operation. - DescribeReplicationConfigurationsPublisher(EfsAsyncClient, DescribeReplicationConfigurationsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsPublisher
- DescribeReplicationConfigurationsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeReplicationConfigurationsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeReplicationConfigurationsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeReplicationConfigurationsRequest
Marshaller - DescribeReplicationConfigurationsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeReplicationConfigurationsRequestMarshaller
- DescribeReplicationConfigurationsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeReplicationConfigurationsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- describeTags(Consumer<DescribeTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use ListTagsForResource.
- describeTags(Consumer<DescribeTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use ListTagsForResource.
- describeTags(DescribeTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use ListTagsForResource.
- describeTags(DescribeTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use ListTagsForResource.
- DescribeTagsIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.describeTagsPaginator(software.amazon.awssdk.services.efs.model.DescribeTagsRequest)
operation which is a paginated operation. - DescribeTagsIterable(EfsClient, DescribeTagsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeTagsIterable
- describeTagsPaginator(Consumer<DescribeTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use ListTagsForResource.
- describeTagsPaginator(Consumer<DescribeTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use ListTagsForResource.
- describeTagsPaginator(DescribeTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Deprecated.Use ListTagsForResource.
- describeTagsPaginator(DescribeTagsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Deprecated.Use ListTagsForResource.
- DescribeTagsPublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.describeTagsPaginator(software.amazon.awssdk.services.efs.model.DescribeTagsRequest)
operation which is a paginated operation. - DescribeTagsPublisher(EfsAsyncClient, DescribeTagsRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.DescribeTagsPublisher
- DescribeTagsRequest - Class in software.amazon.awssdk.services.efs.model
- DescribeTagsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- DescribeTagsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
DescribeTagsRequest
Marshaller - DescribeTagsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.DescribeTagsRequestMarshaller
- DescribeTagsResponse - Class in software.amazon.awssdk.services.efs.model
- DescribeTagsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- Destination - Class in software.amazon.awssdk.services.efs.model
-
Describes the destination file system in the replication configuration.
- Destination.Builder - Interface in software.amazon.awssdk.services.efs.model
- destinations() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
-
An array of destination configuration objects.
- destinations() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
An array of destination objects.
- destinations() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
An array of destination objects.
- destinations(Collection<Destination>) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
An array of destination objects.
- destinations(Collection<Destination>) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
An array of destination objects.
- destinations(Collection<DestinationToCreate>) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
-
An array of destination configuration objects.
- destinations(Consumer<Destination.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
An array of destination objects.
- destinations(Consumer<Destination.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
An array of destination objects.
- destinations(Consumer<DestinationToCreate.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
-
An array of destination configuration objects.
- destinations(Destination...) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
An array of destination objects.
- destinations(Destination...) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
An array of destination objects.
- destinations(DestinationToCreate...) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
-
An array of destination configuration objects.
- DestinationToCreate - Class in software.amazon.awssdk.services.efs.model
-
Describes the new or existing destination file system for the replication configuration.
- DestinationToCreate.Builder - Interface in software.amazon.awssdk.services.efs.model
- DISABLED - software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
- DISABLED - software.amazon.awssdk.services.efs.model.Status
- disableHostPrefixInjection(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
True if the the
SdkInternalExecutionAttribute.DISABLE_HOST_PREFIX_INJECTION
attribute is present and its value istrue
,false
otherwise. - DISABLING - software.amazon.awssdk.services.efs.model.Status
- DNS_SUFFIX - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- dnsSuffix() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- dnsSuffix(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
- documentation - Variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- documentation(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- documentation(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- DOCUMENTATION - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- DOCUMENTATION - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- DUAL_STACK_DNS_SUFFIX - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- dualStackDnsSuffix() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- dualStackDnsSuffix(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
- dualStackEnabledBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
E
- EfsAsyncClient - Interface in software.amazon.awssdk.services.efs
-
Service client for accessing EFS asynchronously.
- EfsAsyncClientBuilder - Interface in software.amazon.awssdk.services.efs
-
A builder for creating an instance of
EfsAsyncClient
. - EfsAuthSchemeInterceptor - Class in software.amazon.awssdk.services.efs.auth.scheme.internal
- EfsAuthSchemeInterceptor() - Constructor for class software.amazon.awssdk.services.efs.auth.scheme.internal.EfsAuthSchemeInterceptor
- EfsAuthSchemeParams - Interface in software.amazon.awssdk.services.efs.auth.scheme
-
The parameters object used to resolve the auth schemes for the Efs service.
- EfsAuthSchemeParams.Builder - Interface in software.amazon.awssdk.services.efs.auth.scheme
-
A builder for a
EfsAuthSchemeParams
. - EfsAuthSchemeProvider - Interface in software.amazon.awssdk.services.efs.auth.scheme
-
An auth scheme provider for Efs service.
- EfsBaseClientBuilder<B extends EfsBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.efs
-
This includes configuration specific to EFS that is supported by both
EfsClientBuilder
andEfsAsyncClientBuilder
. - EfsClient - Interface in software.amazon.awssdk.services.efs
-
Service client for accessing EFS.
- EfsClientBuilder - Interface in software.amazon.awssdk.services.efs
-
A builder for creating an instance of
EfsClient
. - EfsClientOption<T> - Class in software.amazon.awssdk.services.efs.internal
- EfsEndpointParams - Class in software.amazon.awssdk.services.efs.endpoints
-
The parameters object used to resolve an endpoint for the Efs service.
- EfsEndpointParams.Builder - Interface in software.amazon.awssdk.services.efs.endpoints
- EfsEndpointProvider - Interface in software.amazon.awssdk.services.efs.endpoints
-
An endpoint provider for Efs.
- EfsException - Exception in software.amazon.awssdk.services.efs.model
- EfsException(EfsException.Builder) - Constructor for exception software.amazon.awssdk.services.efs.model.EfsException
- EfsException.Builder - Interface in software.amazon.awssdk.services.efs.model
- EfsException.BuilderImpl - Class in software.amazon.awssdk.services.efs.model
- EfsRequest - Class in software.amazon.awssdk.services.efs.model
- EfsRequest(EfsRequest.Builder) - Constructor for class software.amazon.awssdk.services.efs.model.EfsRequest
- EfsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- EfsRequest.BuilderImpl - Class in software.amazon.awssdk.services.efs.model
- EfsRequestSetEndpointInterceptor - Class in software.amazon.awssdk.services.efs.endpoints.internal
- EfsRequestSetEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.EfsRequestSetEndpointInterceptor
- EfsResolveEndpointInterceptor - Class in software.amazon.awssdk.services.efs.endpoints.internal
- EfsResolveEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.EfsResolveEndpointInterceptor
- EfsResponse - Class in software.amazon.awssdk.services.efs.model
- EfsResponse(EfsResponse.Builder) - Constructor for class software.amazon.awssdk.services.efs.model.EfsResponse
- EfsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- EfsResponse.BuilderImpl - Class in software.amazon.awssdk.services.efs.model
- EfsResponseMetadata - Class in software.amazon.awssdk.services.efs.model
- EfsServiceClientConfiguration - Class in software.amazon.awssdk.services.efs
-
Class to expose the service client settings to the user.
- EfsServiceClientConfiguration(EfsServiceClientConfiguration.Builder) - Constructor for class software.amazon.awssdk.services.efs.EfsServiceClientConfiguration
- EfsServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.services.efs
-
A builder for creating a
EfsServiceClientConfiguration
- EfsServiceClientConfigurationBuilder - Class in software.amazon.awssdk.services.efs.internal
- EfsServiceClientConfigurationBuilder() - Constructor for class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
- EfsServiceClientConfigurationBuilder(SdkClientConfiguration.Builder) - Constructor for class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
- ELASTIC - software.amazon.awssdk.services.efs.model.ThroughputMode
- ENABLED - software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
- ENABLED - software.amazon.awssdk.services.efs.model.ReplicationStatus
- ENABLED - software.amazon.awssdk.services.efs.model.Status
- ENABLING - software.amazon.awssdk.services.efs.model.ReplicationStatus
- ENABLING - software.amazon.awssdk.services.efs.model.Status
- encrypted() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
A Boolean value that, if true, creates an encrypted file system.
- encrypted() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
A Boolean value that, if true, indicates that the file system is encrypted.
- encrypted() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
A Boolean value that, if true, indicates that the file system is encrypted.
- encrypted() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
A Boolean value that, if true, indicates that the file system is encrypted.
- encrypted(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
A Boolean value that, if true, creates an encrypted file system.
- encrypted(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
A Boolean value that, if true, indicates that the file system is encrypted.
- encrypted(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
A Boolean value that, if true, indicates that the file system is encrypted.
- encrypted(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
A Boolean value that, if true, indicates that the file system is encrypted.
- endpoint() - Method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- endpoint(String) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams.Builder
- endpoint(EndpointResult) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- ENDPOINT - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- EndpointAttributeProvider<T> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
-
Link between an endpoint property and the
AwsEndpointAttribute
it represents. - endpointAuthSchemeStrategy() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEndpointAuthSchemeStrategyFactory
- endpointAuthSchemeStrategy() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAuthSchemeStrategyFactory
- EndpointAuthSchemeStrategy - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- EndpointAuthSchemeStrategyFactory - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- endpointBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
Returns the endpoint set on the client.
- endpointFromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- endpointIsDiscovered(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
True if the the
SdkInternalExecutionAttribute.IS_DISCOVERED_ENDPOINT
attribute is present and its value istrue
,false
otherwise. - endpointIsOverridden(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
True if the the
SdkExecutionAttribute.ENDPOINT_OVERRIDDEN
attribute is present and its value istrue
,false
otherwise. - endpointOverride() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for endpoint override
- endpointOverride() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for endpoint override
- endpointOverride(URI) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for endpoint override
- endpointOverride(URI) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for endpoint override
- endpointProvider() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for endpoint provider
- endpointProvider() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for endpoint provider
- endpointProvider(EndpointProvider) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for endpoint provider
- endpointProvider(EndpointProvider) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for endpoint provider
- endpointProvider(EfsEndpointProvider) - Method in interface software.amazon.awssdk.services.efs.EfsBaseClientBuilder
-
Set the
EfsEndpointProvider
implementation that will be used by the client to determine the endpoint for each request. - EndpointResult - Class in software.amazon.awssdk.services.efs.endpoints.internal
- EndpointResult.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- EndpointRule - Class in software.amazon.awssdk.services.efs.endpoints.internal
- EndpointRule(Rule.Builder, EndpointResult) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRule
- EndpointRuleset - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
The set of rules that are used to compute the endpoint to use for a request.
- EndpointRuleset.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- eq(boolean) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- eq(Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEfsEndpointProvider
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Dynamic
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Bool
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Int
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- equals(Object) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Str
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.Destination
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.Tag
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- equals(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.Destination
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.Tag
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- error(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- ERROR - software.amazon.awssdk.services.efs.model.LifeCycleState
- ERROR - software.amazon.awssdk.services.efs.model.ReplicationStatus
- ERROR - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.BadRequestException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ConflictException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.DependencyTimeoutException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemInUseException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.InternalServerErrorException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.InvalidPolicyException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.IpAddressInUseException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetConflictException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.PolicyNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationNotFoundException
-
ReplicationNotFound
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.SubnetNotFoundException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ThrottlingException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.TooManyRequestsException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException
-
Returns the value of the ErrorCode property for this object.
- errorCode() - Method in exception software.amazon.awssdk.services.efs.model.ValidationException
-
Returns the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
-
ReplicationNotFound
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
-
Sets the value of the ErrorCode property for this object.
- errorCode(String) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
-
Sets the value of the ErrorCode property for this object.
- ErrorRule - Class in software.amazon.awssdk.services.efs.endpoints.internal
- ErrorRule(Rule.Builder, Expr) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.ErrorRule
- eval(Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
-
Search the fact stack for an explicitly calculated value for [expr]
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- eval(Scope<Value>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Eval
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SingleArgFn
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- eval(Value) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part
- eval(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- eval(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- Eval - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsSet
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SingleArgFn
- evalArg(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.UriEncodeFn
- evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultRuleEngine
- evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleEngine
-
Evaluate the given
EndpointRuleset
using the named values inargs
as input into the rule set. - evaluateCondition(Condition) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- evaluateRuleset(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- expectArray() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- expectArray() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectBool() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Bool
- expectBool() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectEndpoint() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- expectEndpoint() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectInt() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectInt() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Int
- expectLiteral() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- expectLiteralString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- expectOneArg() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- expectRecord() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectRecord() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- expectString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- expectString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Str
- expectTwoArgs() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- expectValue(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- expectVariableArgs(int) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- expr() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- expr() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- Expr - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Expr() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- ExprVisitor<R> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- ExprVisitor.Default<R> - Class in software.amazon.awssdk.services.efs.endpoints.internal
F
- facts() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- FatScope<T> - Class in software.amazon.awssdk.services.efs.endpoints.internal
- FatScope() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- FatScope(HashMap<Identifier, T>, HashMap<Expr, T>) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- FILE_SYSTEM - software.amazon.awssdk.services.efs.model.Resource
- FileSystemAlreadyExistsException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the file system you are trying to create already exists, with the creation token you provided.
- FileSystemAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.efs.model
- fileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id
. - fileSystemArn() - Method in class software.amazon.awssdk.services.efs.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
. - fileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id
. - fileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id
. - fileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id
. - fileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The Amazon Resource Name (ARN) for the EFS file system, in the format
arn:aws:elasticfilesystem:region:account-id:file-system/file-system-id
. - FileSystemDescription - Class in software.amazon.awssdk.services.efs.model
-
A description of the file system.
- FileSystemDescription.Builder - Interface in software.amazon.awssdk.services.efs.model
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The ID of the EFS file system that the access point applies to.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
The ID of the EFS file system that the access point provides access to.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The ID of the EFS file system that the access point applies to.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The ID of the file system, assigned by Amazon EFS.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
The ID of the file system for which to create the mount target.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The ID of the file system for which the mount target is intended.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
-
The ID of the file system whose tags you want to modify (String).
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
-
Specifies the EFS file system for which to delete the
FileSystemPolicy
. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
-
The ID of the file system you want to delete.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
-
The ID of the file system whose tags you want to delete (String).
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
-
(Optional) If you provide a
FileSystemId
, EFS returns all access points for that file system; mutually exclusive withAccessPointId
. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
-
Specifies which EFS file system for which to retrieve the
BackupPolicy
. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
-
Specifies which EFS file system to retrieve the
FileSystemPolicy
for. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
-
Specifies the EFS file system to which the
FileSystemPolicy
applies. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
(Optional) ID of the file system whose description you want to retrieve (String).
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
-
The ID of the file system whose
LifecycleConfiguration
object you want to retrieve (String). - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
(Optional) ID of the file system whose mount targets you want to list (String).
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
-
You can retrieve the replication configuration for a specific file system by providing its file system ID.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
-
The ID of the file system whose tag set you want to retrieve.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
The ID of the destination Amazon EFS file system.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
-
The ID of the file system to use for the destination.
- fileSystemId() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
-
Returns the value of the FileSystemId property for this object.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The ID of the file system, assigned by Amazon EFS.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The ID of the file system for which the mount target is intended.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
-
Specifies which EFS file system to update the backup policy for.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
-
The ID of the EFS file system that you want to create or update the
FileSystemPolicy
for. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
-
Specifies the EFS file system to which the
FileSystemPolicy
applies. - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
-
The ID of the file system for which you are creating the
LifecycleConfiguration
object (String). - fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
-
The ID of the file system to update.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
The ID of the file system that you want to update.
- fileSystemId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The ID of the file system, assigned by Amazon EFS.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The ID of the EFS file system that the access point applies to.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
The ID of the EFS file system that the access point provides access to.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The ID of the EFS file system that the access point applies to.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The ID of the file system, assigned by Amazon EFS.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
-
The ID of the file system for which to create the mount target.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The ID of the file system for which the mount target is intended.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
-
The ID of the file system whose tags you want to modify (String).
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest.Builder
-
Specifies the EFS file system for which to delete the
FileSystemPolicy
. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest.Builder
-
The ID of the file system you want to delete.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteTagsRequest.Builder
-
The ID of the file system whose tags you want to delete (String).
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
-
(Optional) If you provide a
FileSystemId
, EFS returns all access points for that file system; mutually exclusive withAccessPointId
. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest.Builder
-
Specifies which EFS file system for which to retrieve the
BackupPolicy
. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest.Builder
-
Specifies which EFS file system to retrieve the
FileSystemPolicy
for. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse.Builder
-
Specifies the EFS file system to which the
FileSystemPolicy
applies. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
-
(Optional) ID of the file system whose description you want to retrieve (String).
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest.Builder
-
The ID of the file system whose
LifecycleConfiguration
object you want to retrieve (String). - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
-
(Optional) ID of the file system whose mount targets you want to list (String).
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest.Builder
-
You can retrieve the replication configuration for a specific file system by providing its file system ID.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsRequest.Builder
-
The ID of the file system whose tag set you want to retrieve.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.Destination.Builder
-
The ID of the destination Amazon EFS file system.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DestinationToCreate.Builder
-
The ID of the file system to use for the destination.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
-
Sets the value of the FileSystemId property for this object.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The ID of the file system, assigned by Amazon EFS.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The ID of the file system for which the mount target is intended.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest.Builder
-
Specifies which EFS file system to update the backup policy for.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest.Builder
-
The ID of the EFS file system that you want to create or update the
FileSystemPolicy
for. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse.Builder
-
Specifies the EFS file system to which the
FileSystemPolicy
applies. - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
-
The ID of the file system for which you are creating the
LifecycleConfiguration
object (String). - fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
-
The ID of the file system to update.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
-
The ID of the file system that you want to update.
- fileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The ID of the file system, assigned by Amazon EFS.
- FileSystemInUseException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if a file system has mount targets.
- FileSystemInUseException.Builder - Interface in software.amazon.awssdk.services.efs.model
- FileSystemLimitExceededException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the Amazon Web Services account has already created the maximum number of file systems allowed per account.
- FileSystemLimitExceededException.Builder - Interface in software.amazon.awssdk.services.efs.model
- FileSystemNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the specified
FileSystemId
value doesn't exist in the requester's Amazon Web Services account. - FileSystemNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- fileSystemProtection() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
Describes the protection on the file system.
- fileSystemProtection() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
Describes the protection on the file system.
- fileSystemProtection() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Describes the protection on the file system.
- fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
Describes the protection on the file system.
- fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
Describes the protection on the file system.
- fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
Describes the protection on the file system.
- fileSystemProtection(FileSystemProtectionDescription) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
Describes the protection on the file system.
- fileSystemProtection(FileSystemProtectionDescription) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
Describes the protection on the file system.
- fileSystemProtection(FileSystemProtectionDescription) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
Describes the protection on the file system.
- FileSystemProtectionDescription - Class in software.amazon.awssdk.services.efs.model
-
Describes the protection on a file system.
- FileSystemProtectionDescription.Builder - Interface in software.amazon.awssdk.services.efs.model
- fileSystems() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
An array of file system descriptions.
- fileSystems() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsIterable
-
Returns an iterable to iterate through the paginated
DescribeFileSystemsResponse.fileSystems()
member. - fileSystems() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsPublisher
-
Returns a publisher that can be used to get a stream of data.
- fileSystems(Collection<FileSystemDescription>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse.Builder
-
An array of file system descriptions.
- fileSystems(Consumer<FileSystemDescription.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse.Builder
-
An array of file system descriptions.
- fileSystems(FileSystemDescription...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse.Builder
-
An array of file system descriptions.
- FileSystemSize - Class in software.amazon.awssdk.services.efs.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 itsTimestamp
field. - FileSystemSize.Builder - Interface in software.amazon.awssdk.services.efs.model
- finishMultipartTemplate() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
Invoked at the conclusion of visiting a multipart template like `https://{Region}.{dnsSuffix}`.
- fipsEnabledBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
- fn(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode.Builder
- fn(Fn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition.Builder
- Fn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Fn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- fnNode - Variable in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- FnNode - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
Parsed but not validated function contents containing the `fn` name and `argv`
- FnNode.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- FnVisitor<R> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- forEach(BiConsumer<Identifier, Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- from(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- from(String, String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- fromArray(List<Value>) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromBool(boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromBool(boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromInteger(int) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromInteger(int) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromNode(String, JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- fromNode(JsonNode) - Static method in enum software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromParam(Parameter) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- fromParam(Parameter, Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- fromRecord(Map<Identifier, Literal>) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromRecord(Map<Identifier, Value>) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromStr(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromStr(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- fromStr(Template) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromString(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- fromString(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- fromTuple(List<Literal>) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.LifeCycleState
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.PerformanceMode
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationStatus
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.Resource
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.ResourceIdType
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.Status
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.ThroughputMode
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToIARules
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
G
- GENERAL_PURPOSE - software.amazon.awssdk.services.efs.model.PerformanceMode
- generateEndpoint(EndpointResult) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- get() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAuthSchemeStrategyFactory
- get(int) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- get(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- get(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- getArgv() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- getArgv() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- getAttr(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- getAttr(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- GetAttr - Class in software.amazon.awssdk.services.efs.endpoints.internal
- GetAttr(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- GetAttr.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- GetAttr.Part - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- GetAttr.Part.Index - Class in software.amazon.awssdk.services.efs.endpoints.internal
- GetAttr.Part.Key - Class in software.amazon.awssdk.services.efs.endpoints.internal
- getBuiltIn() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getConditions() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- getContext() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- getDefault() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor.Default
- getDefault() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
-
The default value for this Parameter
- getDefaultValue() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getDeprecated() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getDocumentation() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getEndpoint() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRule
- getExpr() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Dynamic
- getFn() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- getHeaders() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- getHeaders() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- getId() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- getLeft() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- getLeft() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- getName() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
-
Returns the name of this function, eg.
- getName() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getName() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- getName() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- getParameters() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- getParts() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- getProperties() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- getProperties() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- getResult() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- getRight() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- getRight() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- getRules() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- getServiceId() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- getType() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getUrl() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- getUrl() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- getValue() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- getValue() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- getValue() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- getValue(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.Destination
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.Tag
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- getVersion() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- gid() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
-
The POSIX group ID used for all file system operations using this access point.
- gid(Long) - Method in interface software.amazon.awssdk.services.efs.model.PosixUser.Builder
-
The POSIX group ID used for all file system operations using this access point.
H
- hasAccessPoints() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
-
For responses, this returns true if the service returned a value for the AccessPoints property.
- hasDestinations() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
-
For responses, this returns true if the service returned a value for the Destinations property.
- hasDestinations() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
For responses, this returns true if the service returned a value for the Destinations property.
- hasDestinations() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
For responses, this returns true if the service returned a value for the Destinations property.
- hasFileSystems() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
For responses, this returns true if the service returned a value for the FileSystems property.
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEfsEndpointProvider
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RegionOverride
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Dynamic
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Bool
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Int
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- hashCode() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Str
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.Destination
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.Tag
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- hashCode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- hasLifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
-
For responses, this returns true if the service returned a value for the LifecyclePolicies property.
- hasLifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
-
For responses, this returns true if the service returned a value for the LifecyclePolicies property.
- hasLifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
-
For responses, this returns true if the service returned a value for the LifecyclePolicies property.
- hasMountTargets() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
-
For responses, this returns true if the service returned a value for the MountTargets property.
- hasReplications() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
-
For responses, this returns true if the service returned a value for the Replications property.
- hasResources() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
For responses, this returns true if the service returned a value for the Resources property.
- hasSecondaryGids() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
-
For responses, this returns true if the service returned a value for the SecondaryGids property.
- hasSecurityGroups() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
For responses, this returns true if the service returned a value for the SecurityGroups property.
- hasSecurityGroups() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
-
For responses, this returns true if the service returned a value for the SecurityGroups property.
- hasSecurityGroups() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
-
For responses, this returns true if the service returned a value for the SecurityGroups property.
- hasTagKeys() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
-
For responses, this returns true if the service returned a value for the TagKeys property.
- hasTagKeys() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
-
For responses, this returns true if the service returned a value for the TagKeys property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hostLabel() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- hostLabel() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
I
- id() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- id(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.IsSet
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- ID - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.UriEncodeFn
- Identifier - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
Identifiers for variables declared within the rule engine, e.g.
- Identifier(String) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- IncorrectFileSystemLifeCycleStateException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the file system's lifecycle state is not "available".
- IncorrectFileSystemLifeCycleStateException.Builder - Interface in software.amazon.awssdk.services.efs.model
- IncorrectMountTargetStateException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the mount target is not in the correct state for the operation.
- IncorrectMountTargetStateException.Builder - Interface in software.amazon.awssdk.services.efs.model
- index() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- Index(int) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- INFERRED - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- InnerParseError - Exception in software.amazon.awssdk.services.efs.endpoints.internal
- InnerParseError(String) - Constructor for exception software.amazon.awssdk.services.efs.endpoints.internal.InnerParseError
- inScope(Supplier<U>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- insert(String, T) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- insert(Identifier, T) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- insertFact(Expr, T) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- InsufficientThroughputCapacityException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if there's not enough capacity to provision additional throughput.
- InsufficientThroughputCapacityException.Builder - Interface in software.amazon.awssdk.services.efs.model
- InternalServerErrorException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if an error occurred on the server side.
- InternalServerErrorException.Builder - Interface in software.amazon.awssdk.services.efs.model
- into() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- into() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Into
- into() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.IntoSelf
- Into<T> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- IntoSelf<T extends IntoSelf<T>> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- InvalidPolicyException - Exception in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- ipAddress() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
Valid IPv4 address within the address range of the specified subnet.
- ipAddress() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
Address at which the file system can be mounted by using the mount target.
- ipAddress() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Address at which the file system can be mounted by using the mount target.
- ipAddress(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
-
Valid IPv4 address within the address range of the specified subnet.
- ipAddress(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
Address at which the file system can be mounted by using the mount target.
- ipAddress(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
Address at which the file system can be mounted by using the mount target.
- IpAddressInUseException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the request specified an
IpAddress
that is already in use in the subnet. - IpAddressInUseException.Builder - Interface in software.amazon.awssdk.services.efs.model
- IS_IP - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- isBuiltIn() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- isNone() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- isNone() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.None
- isRequired() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- IsSet - Class in software.amazon.awssdk.services.efs.endpoints.internal
- IsSet(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.IsSet
- isStatic() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- IsValidHostLabel - Class in software.amazon.awssdk.services.efs.endpoints.internal
- IsValidHostLabel(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- IsVirtualHostableS3Bucket - Class in software.amazon.awssdk.services.efs.endpoints.internal
- IsVirtualHostableS3Bucket(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsIterable
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsIterable
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsIterable
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsIterable
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeTagsIterable
- iterator() - Method in class software.amazon.awssdk.services.efs.paginators.ListTagsForResourceIterable
K
- key() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- key() - Method in class software.amazon.awssdk.services.efs.model.Tag
-
The tag key (String).
- key(String) - Method in interface software.amazon.awssdk.services.efs.model.Tag.Builder
-
The tag key (String).
- Key(Identifier) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- kmsKeyId() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
The ID of the KMS key that you want to use to protect the encrypted file system.
- kmsKeyId() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The ID of an KMS key used to protect the encrypted file system.
- kmsKeyId() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
-
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
- kmsKeyId() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The ID of an KMS key used to protect the encrypted file system.
- kmsKeyId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The ID of an KMS key used to protect the encrypted file system.
- kmsKeyId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
The ID of the KMS key that you want to use to protect the encrypted file system.
- kmsKeyId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The ID of an KMS key used to protect the encrypted file system.
- kmsKeyId(String) - Method in interface software.amazon.awssdk.services.efs.model.DestinationToCreate.Builder
-
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
- kmsKeyId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The ID of an KMS key used to protect the encrypted file system.
- kmsKeyId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The ID of an KMS key used to protect the encrypted file system.
- knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.LifeCycleState
-
Use this in place of
LifeCycleState.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.PerformanceMode
-
Use this in place of
PerformanceMode.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
-
Use this in place of
ReplicationOverwriteProtection.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationStatus
-
Use this in place of
ReplicationStatus.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.Resource
-
Use this in place of
Resource.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.ResourceIdType
-
Use this in place of
ResourceIdType.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.Status
-
Use this in place of
Status.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.ThroughputMode
-
Use this in place of
ThroughputMode.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
-
Use this in place of
TransitionToArchiveRules.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToIARules
-
Use this in place of
TransitionToIARules.values()
to return aSet
of all values known to the SDK. - knownValues() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
-
Use this in place of
TransitionToPrimaryStorageClassRules.values()
to return aSet
of all values known to the SDK.
L
- lastReplicatedTimestamp() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
The time when the most recent sync was successfully completed on the destination file system.
- lastReplicatedTimestamp(Instant) - Method in interface software.amazon.awssdk.services.efs.model.Destination.Builder
-
The time when the most recent sync was successfully completed on the destination file system.
- lifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
-
An array of lifecycle management policies.
- lifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
-
An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. - lifecyclePolicies() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
-
An array of lifecycle management policies.
- lifecyclePolicies(Collection<LifecyclePolicy>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- lifecyclePolicies(Collection<LifecyclePolicy>) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
-
An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. - lifecyclePolicies(Collection<LifecyclePolicy>) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- lifecyclePolicies(Consumer<LifecyclePolicy.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- lifecyclePolicies(Consumer<LifecyclePolicy.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
-
An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. - lifecyclePolicies(Consumer<LifecyclePolicy.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- lifecyclePolicies(LifecyclePolicy...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- lifecyclePolicies(LifecyclePolicy...) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
-
An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. - lifecyclePolicies(LifecyclePolicy...) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse.Builder
-
An array of lifecycle management policies.
- LifecyclePolicy - Class in software.amazon.awssdk.services.efs.model
-
Describes a policy used by Lifecycle management that specifies when to transition files into and out of storage classes.
- LifecyclePolicy.Builder - Interface in software.amazon.awssdk.services.efs.model
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
Identifies the lifecycle phase of the access point.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
Identifies the lifecycle phase of the access point.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The lifecycle phase of the file system.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
Lifecycle state of the mount target.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The lifecycle phase of the file system.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Lifecycle state of the mount target.
- lifeCycleState() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The lifecycle phase of the file system.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
Identifies the lifecycle phase of the access point.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
Identifies the lifecycle phase of the access point.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The lifecycle phase of the file system.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
Lifecycle state of the mount target.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The lifecycle phase of the file system.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
Lifecycle state of the mount target.
- lifeCycleState(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The lifecycle phase of the file system.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
Identifies the lifecycle phase of the access point.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
Identifies the lifecycle phase of the access point.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The lifecycle phase of the file system.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
Lifecycle state of the mount target.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The lifecycle phase of the file system.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
Lifecycle state of the mount target.
- lifeCycleState(LifeCycleState) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The lifecycle phase of the file system.
- LifeCycleState - Enum in software.amazon.awssdk.services.efs.model
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
Identifies the lifecycle phase of the access point.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
Identifies the lifecycle phase of the access point.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The lifecycle phase of the file system.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
Lifecycle state of the mount target.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The lifecycle phase of the file system.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Lifecycle state of the mount target.
- lifeCycleStateAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The lifecycle phase of the file system.
- listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Lists all tags for a top-level EFS resource.
- listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Lists all tags for a top-level EFS resource.
- listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Lists all tags for a top-level EFS resource.
- listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Lists all tags for a top-level EFS resource.
- ListTagsForResourceIterable - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsClient.listTagsForResourcePaginator(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation which is a paginated operation. - ListTagsForResourceIterable(EfsClient, ListTagsForResourceRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.ListTagsForResourceIterable
- listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.listTagsForResource(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation. - listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.listTagsForResource(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation. - listTagsForResourcePaginator(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
This is a variant of
EfsAsyncClient.listTagsForResource(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation. - listTagsForResourcePaginator(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
This is a variant of
EfsClient.listTagsForResource(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation. - ListTagsForResourcePublisher - Class in software.amazon.awssdk.services.efs.paginators
-
Represents the output for the
EfsAsyncClient.listTagsForResourcePaginator(software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest)
operation which is a paginated operation. - ListTagsForResourcePublisher(EfsAsyncClient, ListTagsForResourceRequest) - Constructor for class software.amazon.awssdk.services.efs.paginators.ListTagsForResourcePublisher
- ListTagsForResourceRequest - Class in software.amazon.awssdk.services.efs.model
- ListTagsForResourceRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- ListTagsForResourceRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
ListTagsForResourceRequest
Marshaller - ListTagsForResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.ListTagsForResourceRequestMarshaller
- ListTagsForResourceResponse - Class in software.amazon.awssdk.services.efs.model
- ListTagsForResourceResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- Literal - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Literal(String) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- Literal.Visitor<T> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- loadPartitions() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultPartitionDataProvider
- loadPartitions() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.PartitionDataProvider
- LONG_ID - software.amazon.awssdk.services.efs.model.ResourceIdType
M
- marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems
operation (String). - marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
Present if provided by caller in the request (String).
- marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets
operation (String). - marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
-
If the request included the
Marker
, the response returns that value in this field. - marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
-
(Optional) An opaque pagination token returned from a previous
DescribeTags
operation (String). - marker() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
If the request included a
Marker
, the response returns that value in this field. - marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
-
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems
operation (String). - marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse.Builder
-
Present if provided by caller in the request (String).
- marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
-
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets
operation (String). - marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse.Builder
-
If the request included the
Marker
, the response returns that value in this field. - marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsRequest.Builder
-
(Optional) An opaque pagination token returned from a previous
DescribeTags
operation (String). - marker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsResponse.Builder
-
If the request included a
Marker
, the response returns that value in this field. - marshall(CreateAccessPointRequest) - Method in class software.amazon.awssdk.services.efs.transform.CreateAccessPointRequestMarshaller
- marshall(CreateFileSystemRequest) - Method in class software.amazon.awssdk.services.efs.transform.CreateFileSystemRequestMarshaller
- marshall(CreateMountTargetRequest) - Method in class software.amazon.awssdk.services.efs.transform.CreateMountTargetRequestMarshaller
- marshall(CreateReplicationConfigurationRequest) - Method in class software.amazon.awssdk.services.efs.transform.CreateReplicationConfigurationRequestMarshaller
- marshall(CreateTagsRequest) - Method in class software.amazon.awssdk.services.efs.transform.CreateTagsRequestMarshaller
- marshall(DeleteAccessPointRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteAccessPointRequestMarshaller
- marshall(DeleteFileSystemPolicyRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteFileSystemPolicyRequestMarshaller
- marshall(DeleteFileSystemRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteFileSystemRequestMarshaller
- marshall(DeleteMountTargetRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteMountTargetRequestMarshaller
- marshall(DeleteReplicationConfigurationRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteReplicationConfigurationRequestMarshaller
- marshall(DeleteTagsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DeleteTagsRequestMarshaller
- marshall(DescribeAccessPointsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeAccessPointsRequestMarshaller
- marshall(DescribeAccountPreferencesRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeAccountPreferencesRequestMarshaller
- marshall(DescribeBackupPolicyRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeBackupPolicyRequestMarshaller
- marshall(DescribeFileSystemPolicyRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeFileSystemPolicyRequestMarshaller
- marshall(DescribeFileSystemsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeFileSystemsRequestMarshaller
- marshall(DescribeLifecycleConfigurationRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeLifecycleConfigurationRequestMarshaller
- marshall(DescribeMountTargetSecurityGroupsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeMountTargetSecurityGroupsRequestMarshaller
- marshall(DescribeMountTargetsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeMountTargetsRequestMarshaller
- marshall(DescribeReplicationConfigurationsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeReplicationConfigurationsRequestMarshaller
- marshall(DescribeTagsRequest) - Method in class software.amazon.awssdk.services.efs.transform.DescribeTagsRequestMarshaller
- marshall(ListTagsForResourceRequest) - Method in class software.amazon.awssdk.services.efs.transform.ListTagsForResourceRequestMarshaller
- marshall(ModifyMountTargetSecurityGroupsRequest) - Method in class software.amazon.awssdk.services.efs.transform.ModifyMountTargetSecurityGroupsRequestMarshaller
- marshall(PutAccountPreferencesRequest) - Method in class software.amazon.awssdk.services.efs.transform.PutAccountPreferencesRequestMarshaller
- marshall(PutBackupPolicyRequest) - Method in class software.amazon.awssdk.services.efs.transform.PutBackupPolicyRequestMarshaller
- marshall(PutFileSystemPolicyRequest) - Method in class software.amazon.awssdk.services.efs.transform.PutFileSystemPolicyRequestMarshaller
- marshall(PutLifecycleConfigurationRequest) - Method in class software.amazon.awssdk.services.efs.transform.PutLifecycleConfigurationRequestMarshaller
- marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.efs.transform.TagResourceRequestMarshaller
- marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.efs.transform.UntagResourceRequestMarshaller
- marshall(UpdateFileSystemProtectionRequest) - Method in class software.amazon.awssdk.services.efs.transform.UpdateFileSystemProtectionRequestMarshaller
- marshall(UpdateFileSystemRequest) - Method in class software.amazon.awssdk.services.efs.transform.UpdateFileSystemRequestMarshaller
- MAX_IO - software.amazon.awssdk.services.efs.model.PerformanceMode
- maxItems() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
(Optional) Specifies the maximum number of file systems to return in the response (integer).
- maxItems() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
(Optional) Maximum number of mount targets to return in the response.
- maxItems() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
-
(Optional) The maximum number of file system tags to return in the response.
- maxItems(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
-
(Optional) Specifies the maximum number of file systems to return in the response (integer).
- maxItems(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
-
(Optional) Maximum number of mount targets to return in the response.
- maxItems(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsRequest.Builder
-
(Optional) The maximum number of file system tags to return in the response.
- maxResults() - Method in class software.amazon.awssdk.services.efs.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. - maxResults() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
-
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. - maxResults() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
-
(Optional) To limit the number of objects returned in a response, you can specify the
MaxItems
parameter. - maxResults() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
-
(Optional) Specifies the maximum number of tag objects to return in the response.
- maxResults(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
-
(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. - maxResults(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest.Builder
-
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. - maxResults(Integer) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest.Builder
-
(Optional) To limit the number of objects returned in a response, you can specify the
MaxItems
parameter. - maxResults(Integer) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest.Builder
-
(Optional) Specifies the maximum number of tag objects to return in the response.
- message() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- message(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SourceException.BuilderImpl
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- message(String) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- message(String) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EfsRequestSetEndpointInterceptor
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EfsResolveEndpointInterceptor
- modifyMountTargetSecurityGroups(Consumer<ModifyMountTargetSecurityGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Modifies the set of security groups in effect for a mount target.
- modifyMountTargetSecurityGroups(Consumer<ModifyMountTargetSecurityGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Modifies the set of security groups in effect for a mount target.
- modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Modifies the set of security groups in effect for a mount target.
- modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Modifies the set of security groups in effect for a mount target.
- ModifyMountTargetSecurityGroupsRequest - Class in software.amazon.awssdk.services.efs.model
- ModifyMountTargetSecurityGroupsRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- ModifyMountTargetSecurityGroupsRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
ModifyMountTargetSecurityGroupsRequest
Marshaller - ModifyMountTargetSecurityGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.ModifyMountTargetSecurityGroupsRequestMarshaller
- ModifyMountTargetSecurityGroupsResponse - Class in software.amazon.awssdk.services.efs.model
- ModifyMountTargetSecurityGroupsResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EfsResolveEndpointInterceptor
- MOUNT_TARGET - software.amazon.awssdk.services.efs.model.Resource
- MountTargetConflictException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the mount target would violate one of the specified restrictions based on the file system's existing mount targets.
- MountTargetConflictException.Builder - Interface in software.amazon.awssdk.services.efs.model
- MountTargetDescription - Class in software.amazon.awssdk.services.efs.model
-
Provides a description of a mount target.
- MountTargetDescription.Builder - Interface in software.amazon.awssdk.services.efs.model
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
System-assigned mount target ID.
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
-
The ID of the mount target to delete (String).
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
-
The ID of the mount target whose security groups you want to retrieve.
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
(Optional) ID of the mount target that you want to have described (String).
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
-
The ID of the mount target whose security groups you want to modify.
- mountTargetId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
System-assigned mount target ID.
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
System-assigned mount target ID.
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest.Builder
-
The ID of the mount target to delete (String).
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest.Builder
-
The ID of the mount target whose security groups you want to retrieve.
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
-
(Optional) ID of the mount target that you want to have described (String).
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest.Builder
-
The ID of the mount target whose security groups you want to modify.
- mountTargetId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
System-assigned mount target ID.
- MountTargetNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if there is no mount target with the specified ID found in the caller's Amazon Web Services account.
- MountTargetNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- mountTargets() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
-
Returns the file system's mount targets as an array of
MountTargetDescription
objects. - mountTargets() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsIterable
-
Returns an iterable to iterate through the paginated
DescribeMountTargetsResponse.mountTargets()
member. - mountTargets() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsPublisher
-
Returns a publisher that can be used to get a stream of data.
- mountTargets(Collection<MountTargetDescription>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse.Builder
-
Returns the file system's mount targets as an array of
MountTargetDescription
objects. - mountTargets(Consumer<MountTargetDescription.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse.Builder
-
Returns the file system's mount targets as an array of
MountTargetDescription
objects. - mountTargets(MountTargetDescription...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse.Builder
-
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
N
- name() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The name of the access point.
- name() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The name of the access point.
- name() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
You can add tags to a file system, including a
Name
tag. - name() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
You can add tags to a file system, including a
Name
tag. - name() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
You can add tags to a file system, including a
Name
tag. - name(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- name(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference.Builder
- name(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The name of the access point.
- name(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The name of the access point.
- name(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
You can add tags to a file system, including a
Name
tag. - name(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
You can add tags to a file system, including a
Name
tag. - name(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
You can add tags to a file system, including a
Name
tag. - name(Identifier) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- NAME - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- networkInterfaceId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The ID of the network interface that Amazon EFS created when it created the mount target.
- networkInterfaceId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The ID of the network interface that Amazon EFS created when it created the mount target.
- networkInterfaceId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The ID of the network interface that Amazon EFS created when it created the mount target.
- networkInterfaceId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The ID of the network interface that Amazon EFS created when it created the mount target.
- NetworkInterfaceLimitExceededException - Exception in software.amazon.awssdk.services.efs.model
-
The calling account has reached the limit for elastic network interfaces for the specific Amazon Web Services Region.
- NetworkInterfaceLimitExceededException.Builder - Interface in software.amazon.awssdk.services.efs.model
- nextMarker() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
Present if there are more file systems than returned in the response (String).
- nextMarker() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
-
If a value is present, there are more mount targets to return.
- nextMarker() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
If a value is present, there are more tags to return.
- nextMarker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse.Builder
-
Present if there are more file systems than returned in the response (String).
- nextMarker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse.Builder
-
If a value is present, there are more mount targets to return.
- nextMarker(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsResponse.Builder
-
If a value is present, there are more tags to return.
- nextToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
-
NextToken
is present if the response is paginated. - nextToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
-
Present if there are more access points than returned in the response.
- nextToken() - Method in class software.amazon.awssdk.services.efs.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. - nextToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
-
Present if there are more records than returned in the response.
- nextToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
-
NextToken
is present if the response is paginated. - nextToken() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
-
You can use the
NextToken
from the previous response in a subsequent request to fetch the additional descriptions. - nextToken() - Method in class software.amazon.awssdk.services.efs.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. - nextToken() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
-
NextToken
is present if the response payload is paginated. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
-
NextToken
is present if the response is paginated. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse.Builder
-
Present if there are more access points than returned in the response.
- nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest.Builder
-
(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. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse.Builder
-
Present if there are more records than returned in the response.
- nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest.Builder
-
NextToken
is present if the response is paginated. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse.Builder
-
You can use the
NextToken
from the previous response in a subsequent request to fetch the additional descriptions. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest.Builder
-
(Optional) You can use
NextToken
in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated. - nextToken(String) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse.Builder
-
NextToken
is present if the response payload is paginated. - NoFreeAddressesInSubnetException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if
IpAddress
was not specified in the request and there are no free IP addresses in the subnet. - NoFreeAddressesInSubnetException.Builder - Interface in software.amazon.awssdk.services.efs.model
- none() - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Value
- None() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Value.None
- NORMALIZED_PATH - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- Not - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Not(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Not
- numberOfMountTargets() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The current number of mount targets that the file system has.
- numberOfMountTargets() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The current number of mount targets that the file system has.
- numberOfMountTargets() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The current number of mount targets that the file system has.
- numberOfMountTargets(Integer) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The current number of mount targets that the file system has.
- numberOfMountTargets(Integer) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The current number of mount targets that the file system has.
- numberOfMountTargets(Integer) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The current number of mount targets that the file system has.
O
- of(boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- of(int) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- of(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- of(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- of(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- ofExpr(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.IsSet
- ofExpr(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- ofExprs(String, Expr...) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- ofExprs(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- ofExprs(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- ofExprs(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- ofExprs(Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- ofExprs(Expr, boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.IsValidHostLabel
- ofExprs(Expr, boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.IsVirtualHostableS3Bucket
- ofExprs(Expr, int, int, Boolean) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- ofExprs(Expr, Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.BooleanEqualsFn
- ofExprs(Expr, Expr) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- operation() - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams
-
Returns the operation for which to resolve the auth scheme.
- operation() - Method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeParams
- operation(String) - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams.Builder
-
Set the operation for which to resolve the auth scheme.
- originalSourceFileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
- originalSourceFileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
- originalSourceFileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
- originalSourceFileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
- outputs() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- outputs(Outputs) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- Outputs - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Outputs.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- overrideConfiguration() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for client override configuration
- overrideConfiguration() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for client override configuration
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteTagsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.UntagResourceRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DeleteTagsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.UntagResourceRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
- overrideConfiguration(ClientOverrideConfiguration) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for client override configuration
- overrideConfiguration(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for client override configuration
- ownerGid() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
-
Specifies the POSIX group ID to apply to the
RootDirectory
. - ownerGid(Long) - Method in interface software.amazon.awssdk.services.efs.model.CreationInfo.Builder
-
Specifies the POSIX group ID to apply to the
RootDirectory
. - ownerId() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
Identifies the Amazon Web Services account that owns the access point resource.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
Identifies the Amazon Web Services account that owns the access point resource.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The Amazon Web Services account that created the file system.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
Amazon Web Services account ID that owns the resource.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The Amazon Web Services account that created the file system.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Amazon Web Services account ID that owns the resource.
- ownerId() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The Amazon Web Services account that created the file system.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
Identifies the Amazon Web Services account that owns the access point resource.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
Identifies the Amazon Web Services account that owns the access point resource.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The Amazon Web Services account that created the file system.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
Amazon Web Services account ID that owns the resource.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The Amazon Web Services account that created the file system.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
Amazon Web Services account ID that owns the resource.
- ownerId(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The Amazon Web Services account that created the file system.
- ownerUid() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
-
Specifies the POSIX user ID to apply to the
RootDirectory
. - ownerUid(Long) - Method in interface software.amazon.awssdk.services.efs.model.CreationInfo.Builder
-
Specifies the POSIX user ID to apply to the
RootDirectory
.
P
- Parameter - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Parameter(Parameter.Builder) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- Parameter.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Parameter.Deprecated - Class in software.amazon.awssdk.services.efs.endpoints.internal
- ParameterReference - Class in software.amazon.awssdk.services.efs.endpoints.internal
- ParameterReference.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- parameters(Parameters) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- Parameters - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Parameters.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- ParameterType - Enum in software.amazon.awssdk.services.efs.endpoints.internal
- parse(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- parse(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Dynamic
- ParseArn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- ParseArn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- parseShortform(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
-
Parse a value from a "short form" used within a template
- ParseUrl - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
Function to parse a URI from a string.
- ParseUrl(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- Part() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Template.Part
- partition() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- Partition - Class in software.amazon.awssdk.services.efs.endpoints.internal
- PARTITION - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- Partition.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- PartitionDataProvider - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- PartitionFn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- PartitionFn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- partitions() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- partitions(List<Partition>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions.Builder
- Partitions - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Partitions.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- path() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- path() - Method in class software.amazon.awssdk.services.efs.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.
- path(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Builder
- path(String) - Method in interface software.amazon.awssdk.services.efs.model.RootDirectory.Builder
-
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.
- PATH - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- PAUSED - software.amazon.awssdk.services.efs.model.ReplicationStatus
- PAUSING - software.amazon.awssdk.services.efs.model.ReplicationStatus
- performanceMode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
The Performance mode of the file system.
- performanceMode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The Performance mode of the file system.
- performanceMode() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The Performance mode of the file system.
- performanceMode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The Performance mode of the file system.
- performanceMode(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
The Performance mode of the file system.
- performanceMode(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The Performance mode of the file system.
- performanceMode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The Performance mode of the file system.
- performanceMode(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The Performance mode of the file system.
- performanceMode(PerformanceMode) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
The Performance mode of the file system.
- performanceMode(PerformanceMode) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The Performance mode of the file system.
- performanceMode(PerformanceMode) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The Performance mode of the file system.
- performanceMode(PerformanceMode) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The Performance mode of the file system.
- PerformanceMode - Enum in software.amazon.awssdk.services.efs.model
- performanceModeAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
The Performance mode of the file system.
- performanceModeAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The Performance mode of the file system.
- performanceModeAsString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The Performance mode of the file system.
- performanceModeAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The Performance mode of the file system.
- permissions() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
-
Specifies the POSIX permissions to apply to the
RootDirectory
, in the format of an octal number representing the file's mode bits. - permissions(String) - Method in interface software.amazon.awssdk.services.efs.model.CreationInfo.Builder
-
Specifies the POSIX permissions to apply to the
RootDirectory
, in the format of an octal number representing the file's mode bits. - policy() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
-
The JSON formatted
FileSystemPolicy
for the EFS file system. - policy() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
-
The
FileSystemPolicy
that you're creating. - policy() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
-
The JSON formatted
FileSystemPolicy
for the EFS file system. - policy(String) - Method in interface software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse.Builder
-
The JSON formatted
FileSystemPolicy
for the EFS file system. - policy(String) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest.Builder
-
The
FileSystemPolicy
that you're creating. - policy(String) - Method in interface software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse.Builder
-
The JSON formatted
FileSystemPolicy
for the EFS file system. - PolicyNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the default file system policy is in effect for the EFS file system specified.
- PolicyNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- pop() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- posixUser() - Method in class software.amazon.awssdk.services.efs.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.
- posixUser() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
The operating system user and group applied to all file system requests made using the access point.
- posixUser() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
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.
- posixUser(Consumer<PosixUser.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
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.
- posixUser(Consumer<PosixUser.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
The operating system user and group applied to all file system requests made using the access point.
- posixUser(Consumer<PosixUser.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
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.
- posixUser(PosixUser) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
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.
- posixUser(PosixUser) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
The operating system user and group applied to all file system requests made using the access point.
- posixUser(PosixUser) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
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.
- PosixUser - Class in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- properties(Map<String, Value>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- property(String, Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- propertyName() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.EndpointAttributeProvider
- PROVISIONED - software.amazon.awssdk.services.efs.model.ThroughputMode
- provisionedThroughputInMibps() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
- provisionedThroughputInMibps() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- provisionedThroughputInMibps() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- provisionedThroughputInMibps() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
- provisionedThroughputInMibps() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- provisionedThroughputInMibps(Double) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
- provisionedThroughputInMibps(Double) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- provisionedThroughputInMibps(Double) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- provisionedThroughputInMibps(Double) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
-
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.
- provisionedThroughputInMibps(Double) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The amount of provisioned throughput, measured in MiBps, for the file system.
- push() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- putAccountPreferences(Consumer<PutAccountPreferencesRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
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(Consumer<PutAccountPreferencesRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
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 interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
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 interface software.amazon.awssdk.services.efs.EfsClient
-
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.
- PutAccountPreferencesRequest - Class in software.amazon.awssdk.services.efs.model
- PutAccountPreferencesRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- PutAccountPreferencesRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
PutAccountPreferencesRequest
Marshaller - PutAccountPreferencesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.PutAccountPreferencesRequestMarshaller
- PutAccountPreferencesResponse - Class in software.amazon.awssdk.services.efs.model
- PutAccountPreferencesResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- putAuthScheme(AuthScheme<?>) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
- putAuthScheme(AuthScheme<?>) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
- putBackupPolicy(Consumer<PutBackupPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates the file system's backup policy.
- putBackupPolicy(Consumer<PutBackupPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates the file system's backup policy.
- putBackupPolicy(PutBackupPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates the file system's backup policy.
- putBackupPolicy(PutBackupPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates the file system's backup policy.
- PutBackupPolicyRequest - Class in software.amazon.awssdk.services.efs.model
- PutBackupPolicyRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- PutBackupPolicyRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
PutBackupPolicyRequest
Marshaller - PutBackupPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.PutBackupPolicyRequestMarshaller
- PutBackupPolicyResponse - Class in software.amazon.awssdk.services.efs.model
- PutBackupPolicyResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- putFileSystemPolicy(Consumer<PutFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Applies an Amazon EFS
FileSystemPolicy
to an Amazon EFS file system. - putFileSystemPolicy(Consumer<PutFileSystemPolicyRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Applies an Amazon EFS
FileSystemPolicy
to an Amazon EFS file system. - putFileSystemPolicy(PutFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Applies an Amazon EFS
FileSystemPolicy
to an Amazon EFS file system. - putFileSystemPolicy(PutFileSystemPolicyRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Applies an Amazon EFS
FileSystemPolicy
to an Amazon EFS file system. - PutFileSystemPolicyRequest - Class in software.amazon.awssdk.services.efs.model
- PutFileSystemPolicyRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- PutFileSystemPolicyRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
PutFileSystemPolicyRequest
Marshaller - PutFileSystemPolicyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.PutFileSystemPolicyRequestMarshaller
- PutFileSystemPolicyResponse - Class in software.amazon.awssdk.services.efs.model
- PutFileSystemPolicyResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- putLifecycleConfiguration(Consumer<PutLifecycleConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Use this action to manage storage for your file system.
- putLifecycleConfiguration(Consumer<PutLifecycleConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Use this action to manage storage for your file system.
- putLifecycleConfiguration(PutLifecycleConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Use this action to manage storage for your file system.
- putLifecycleConfiguration(PutLifecycleConfigurationRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Use this action to manage storage for your file system.
- PutLifecycleConfigurationRequest - Class in software.amazon.awssdk.services.efs.model
- PutLifecycleConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- PutLifecycleConfigurationRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
PutLifecycleConfigurationRequest
Marshaller - PutLifecycleConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.PutLifecycleConfigurationRequestMarshaller
- PutLifecycleConfigurationResponse - Class in software.amazon.awssdk.services.efs.model
- PutLifecycleConfigurationResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- putRegion(String, RegionOverride) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
R
- ref(Identifier) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- Ref - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
A reference to a field.
- Ref(Identifier) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- region() - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams
-
Returns the region.
- region() - Method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeParams
- region() - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Gets the value for AWS region
- region() - Method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- region() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- region() - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Gets the value for AWS region
- region() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
The Amazon Web Services Region in which the destination file system is located.
- region() - Method in class software.amazon.awssdk.services.efs.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.
- region(String) - Method in interface software.amazon.awssdk.services.efs.model.Destination.Builder
-
The Amazon Web Services Region in which the destination file system is located.
- region(String) - Method in interface software.amazon.awssdk.services.efs.model.DestinationToCreate.Builder
-
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create the destination file system.
- region(Region) - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams.Builder
-
Set the region.
- region(Region) - Method in interface software.amazon.awssdk.services.efs.EfsServiceClientConfiguration.Builder
-
Sets the value for AWS region
- region(Region) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams.Builder
- region(Region) - Method in class software.amazon.awssdk.services.efs.internal.EfsServiceClientConfigurationBuilder
-
Sets the value for AWS region
- REGION - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- regionBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
- RegionOverride - Class in software.amazon.awssdk.services.efs.endpoints.internal
- RegionOverride.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- regionRegex() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- regionRegex(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- regions() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition
- regions(Map<String, RegionOverride>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partition.Builder
- REPLICATING - software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
- ReplicationAlreadyExistsException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the file system is already included in a replication configuration.>
- ReplicationAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.efs.model
- ReplicationConfigurationDescription - Class in software.amazon.awssdk.services.efs.model
-
Describes the replication configuration for a specific file system.
- ReplicationConfigurationDescription.Builder - Interface in software.amazon.awssdk.services.efs.model
- ReplicationNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the specified file system does not have a replication configuration.
- ReplicationNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- replicationOverwriteProtection() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription.Builder
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse.Builder
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(ReplicationOverwriteProtection) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription.Builder
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(ReplicationOverwriteProtection) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtection(ReplicationOverwriteProtection) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse.Builder
-
The status of the file system's replication overwrite protection.
- ReplicationOverwriteProtection - Enum in software.amazon.awssdk.services.efs.model
- replicationOverwriteProtectionAsString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtectionAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
-
The status of the file system's replication overwrite protection.
- replicationOverwriteProtectionAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
-
The status of the file system's replication overwrite protection.
- replications() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
-
The collection of replication configurations that is returned.
- replications() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsIterable
-
Returns an iterable to iterate through the paginated
DescribeReplicationConfigurationsResponse.replications()
member. - replications() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsPublisher
-
Returns a publisher that can be used to get a stream of data.
- replications(Collection<ReplicationConfigurationDescription>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse.Builder
-
The collection of replication configurations that is returned.
- replications(Consumer<ReplicationConfigurationDescription.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse.Builder
-
The collection of replication configurations that is returned.
- replications(ReplicationConfigurationDescription...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse.Builder
-
The collection of replication configurations that is returned.
- ReplicationStatus - Enum in software.amazon.awssdk.services.efs.model
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- requestId(String) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- requestId(String) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
- required(boolean) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- resolveAuthScheme(Consumer<EfsAuthSchemeParams.Builder>) - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeProvider
-
Resolve the auth schemes based on the given set of parameters.
- resolveAuthScheme(EfsAuthSchemeParams) - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeProvider
-
Resolve the auth schemes based on the given set of parameters.
- resolveAuthScheme(EfsAuthSchemeParams) - Method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeProvider
- resolveEndpoint(Consumer<EfsEndpointParams.Builder>) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resolveEndpoint(EfsEndpointParams) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resolveEndpoint(EfsEndpointParams) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.DefaultEfsEndpointProvider
- resource() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- Resource - Enum in software.amazon.awssdk.services.efs.model
-
An EFS resource, for example a file system or a mount target.
- resourceId() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
-
Specifies the EFS resource you want to retrieve tags for.
- resourceId() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
-
The ID specifying the EFS resource that you want to create a tag for.
- resourceId() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
-
Specifies the EFS resource that you want to remove tags from.
- resourceId(String) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest.Builder
-
Specifies the EFS resource you want to retrieve tags for.
- resourceId(String) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
-
The ID specifying the EFS resource that you want to create a tag for.
- resourceId(String) - Method in interface software.amazon.awssdk.services.efs.model.UntagResourceRequest.Builder
-
Specifies the EFS resource that you want to remove tags from.
- resourceIdPreference() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
-
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.
- resourceIdPreference() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
-
Returns the value of the ResourceIdPreference property for this object.
- resourceIdPreference(Consumer<ResourceIdPreference.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse.Builder
-
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.
- resourceIdPreference(Consumer<ResourceIdPreference.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse.Builder
-
Sets the value of the ResourceIdPreference property for this object.
- resourceIdPreference(ResourceIdPreference) - Method in interface software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse.Builder
-
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.
- resourceIdPreference(ResourceIdPreference) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse.Builder
-
Sets the value of the ResourceIdPreference property for this object.
- ResourceIdPreference - Class in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- resourceIdType() - Method in class software.amazon.awssdk.services.efs.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), orSHORT_ID
(8 characters). - resourceIdType() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
Identifies the EFS resource ID preference, either
LONG_ID
(17 characters) orSHORT_ID
(8 characters). - resourceIdType(String) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest.Builder
-
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), orSHORT_ID
(8 characters). - resourceIdType(String) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the EFS resource ID preference, either
LONG_ID
(17 characters) orSHORT_ID
(8 characters). - resourceIdType(ResourceIdType) - Method in interface software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest.Builder
-
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), orSHORT_ID
(8 characters). - resourceIdType(ResourceIdType) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the EFS resource ID preference, either
LONG_ID
(17 characters) orSHORT_ID
(8 characters). - ResourceIdType - Enum in software.amazon.awssdk.services.efs.model
-
A preference indicating a choice to use 63bit/32bit IDs for all applicable resources.
- resourceIdTypeAsString() - Method in class software.amazon.awssdk.services.efs.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), orSHORT_ID
(8 characters). - resourceIdTypeAsString() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
Identifies the EFS resource ID preference, either
LONG_ID
(17 characters) orSHORT_ID
(8 characters). - resources() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - resources(Collection<Resource>) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - resources(Resource...) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - resourcesAsStrings() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - resourcesWithStrings(String...) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - resourcesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.ResourceIdPreference.Builder
-
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM
andMOUNT_TARGET
. - responseMetadata() - Method in interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
- responseMetadata() - Method in class software.amazon.awssdk.services.efs.model.EfsResponse.BuilderImpl
- responseMetadata() - Method in class software.amazon.awssdk.services.efs.model.EfsResponse
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.efs.model.EfsResponse.BuilderImpl
- result(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition.Builder
- reverse() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- rootDirectory() - Method in class software.amazon.awssdk.services.efs.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.
- rootDirectory() - Method in class software.amazon.awssdk.services.efs.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.
- rootDirectory() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- rootDirectory(Consumer<RootDirectory.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- rootDirectory(Consumer<RootDirectory.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
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.
- rootDirectory(Consumer<RootDirectory.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- rootDirectory(RootDirectory) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- rootDirectory(RootDirectory) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
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.
- rootDirectory(RootDirectory) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- RootDirectory - Class in software.amazon.awssdk.services.efs.model
-
Specifies the directory on the Amazon EFS file system that the access point provides access to.
- RootDirectory.Builder - Interface in software.amazon.awssdk.services.efs.model
- Rule - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Rule(Rule.Builder) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- Rule.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- RuleEngine - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- RuleError - Exception in software.amazon.awssdk.services.efs.endpoints.internal
- RuleError(RuleError.BuilderImpl) - Constructor for exception software.amazon.awssdk.services.efs.endpoints.internal.RuleError
- RuleError.Builder - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- RuleEvaluator - Class in software.amazon.awssdk.services.efs.endpoints.internal
- RuleEvaluator() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- ruleParams(SdkRequest, ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.EfsResolveEndpointInterceptor
- RULES - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- RuleValueVisitor<R> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
-
Visitor for the right-hand side of rules (tree, error, endpoint)
S
- SCHEME - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseUrl
- Scope<T> - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Scope() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointNotFoundException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.BadRequestException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ConflictException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.DependencyTimeoutException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.Destination
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemInUseException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemNotFoundException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.InternalServerErrorException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.InvalidPolicyException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.IpAddressInUseException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetConflictException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetNotFoundException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.PolicyNotFoundException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationNotFoundException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.SubnetNotFoundException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.Tag
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ThrottlingException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.TooManyRequestsException
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- sdkFields() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- sdkFields() - Method in exception software.amazon.awssdk.services.efs.model.ValidationException
- secondaryGids() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
-
Secondary POSIX group IDs used for all file system operations using this access point.
- secondaryGids(Long...) - Method in interface software.amazon.awssdk.services.efs.model.PosixUser.Builder
-
Secondary POSIX group IDs used for all file system operations using this access point.
- secondaryGids(Collection<Long>) - Method in interface software.amazon.awssdk.services.efs.model.PosixUser.Builder
-
Secondary POSIX group IDs used for all file system operations using this access point.
- SecurityGroupLimitExceededException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the size of
SecurityGroups
specified in the request is greater than five. - SecurityGroupLimitExceededException.Builder - Interface in software.amazon.awssdk.services.efs.model
- SecurityGroupNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if one of the specified security groups doesn't exist in the subnet's virtual private cloud (VPC).
- SecurityGroupNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- securityGroups() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
Up to five VPC security group IDs, of the form
sg-xxxxxxxx
. - securityGroups() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
-
An array of security groups.
- securityGroups() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
-
An array of up to five VPC security group IDs.
- securityGroups(String...) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
-
Up to five VPC security group IDs, of the form
sg-xxxxxxxx
. - securityGroups(String...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse.Builder
-
An array of security groups.
- securityGroups(String...) - Method in interface software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest.Builder
-
An array of up to five VPC security group IDs.
- securityGroups(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
-
Up to five VPC security group IDs, of the form
sg-xxxxxxxx
. - securityGroups(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse.Builder
-
An array of security groups.
- securityGroups(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest.Builder
-
An array of up to five VPC security group IDs.
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.AccessPointNotFoundException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.BadRequestException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ConflictException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.CreationInfo
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.DependencyTimeoutException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.Destination
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.EfsException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemInUseException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.FileSystemNotFoundException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.InternalServerErrorException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.InvalidPolicyException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.IpAddressInUseException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.MountTargetConflictException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.MountTargetNotFoundException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.PolicyNotFoundException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PosixUser
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ReplicationNotFoundException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.RootDirectory
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.SubnetNotFoundException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.Tag
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ThrottlingException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.TooManyRequestsException
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.efs.model.ValidationException
- service() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- SERVICE - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.ParseArn
- SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Value for looking up the service's metadata from the
ServiceMetadataProvider
. - SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.efs.EfsClient
-
Value for looking up the service's metadata from the
ServiceMetadataProvider
. - SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.efs.EfsAsyncClient
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.efs.EfsClient
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.efs.EfsClient
- serviceId(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- serviceMetadata() - Static method in interface software.amazon.awssdk.services.efs.EfsClient
- setUri(SdkHttpRequest, URI, URI) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
-
This sets the request URI to the resolved URI returned by the endpoint provider.
- SHORT_ID - software.amazon.awssdk.services.efs.model.ResourceIdType
- since() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- SingleArgFn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- SingleArgFn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.SingleArgFn
- size() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- sizeInBytes() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
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 itsTimestamp
field. - sizeInBytes() - Method in class software.amazon.awssdk.services.efs.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 itsTimestamp
field. - sizeInBytes() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
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 itsTimestamp
field. - sizeInBytes(Consumer<FileSystemSize.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
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 itsTimestamp
field. - sizeInBytes(Consumer<FileSystemSize.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
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 itsTimestamp
field. - sizeInBytes(Consumer<FileSystemSize.Builder>) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
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 itsTimestamp
field. - sizeInBytes(FileSystemSize) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
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 itsTimestamp
field. - sizeInBytes(FileSystemSize) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
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 itsTimestamp
field. - sizeInBytes(FileSystemSize) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
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 itsTimestamp
field. - software.amazon.awssdk.services.efs - package software.amazon.awssdk.services.efs
-
Amazon Elastic File System - software.amazon.awssdk.services.efs.auth.scheme - package software.amazon.awssdk.services.efs.auth.scheme
- software.amazon.awssdk.services.efs.auth.scheme.internal - package software.amazon.awssdk.services.efs.auth.scheme.internal
- software.amazon.awssdk.services.efs.endpoints - package software.amazon.awssdk.services.efs.endpoints
- software.amazon.awssdk.services.efs.endpoints.internal - package software.amazon.awssdk.services.efs.endpoints.internal
- software.amazon.awssdk.services.efs.internal - package software.amazon.awssdk.services.efs.internal
- software.amazon.awssdk.services.efs.model - package software.amazon.awssdk.services.efs.model
- software.amazon.awssdk.services.efs.paginators - package software.amazon.awssdk.services.efs.paginators
- software.amazon.awssdk.services.efs.transform - package software.amazon.awssdk.services.efs.transform
- SourceException - Exception in software.amazon.awssdk.services.efs.endpoints.internal
- SourceException.BuilderImpl - Class in software.amazon.awssdk.services.efs.endpoints.internal
- sourceFileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- sourceFileSystemArn() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- sourceFileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- sourceFileSystemArn(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- sourceFileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
-
Specifies the Amazon EFS file system that you want to replicate.
- sourceFileSystemId() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
The ID of the source Amazon EFS file system that is being replicated.
- sourceFileSystemId() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
-
The ID of the source file system in the replication configuration.
- sourceFileSystemId() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
The ID of the source Amazon EFS file system that is being replicated.
- sourceFileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest.Builder
-
Specifies the Amazon EFS file system that you want to replicate.
- sourceFileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
The ID of the source Amazon EFS file system that is being replicated.
- sourceFileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest.Builder
-
The ID of the source file system in the replication configuration.
- sourceFileSystemId(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
The ID of the source Amazon EFS file system that is being replicated.
- sourceFileSystemRegion() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
The Amazon Web Services Region in which the source EFS file system is located.
- sourceFileSystemRegion() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
The Amazon Web Services Region in which the source EFS file system is located.
- sourceFileSystemRegion(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse.Builder
-
The Amazon Web Services Region in which the source EFS file system is located.
- sourceFileSystemRegion(String) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription.Builder
-
The Amazon Web Services Region in which the source EFS file system is located.
- startIndex() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- startMultipartTemplate() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
Invoked prior to visiting a multipart template like `https://{Region}.{dnsSuffix}`.
- status() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
-
Describes the status of the file system's backup policy.
- status() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
Describes the status of the destination EFS file system.
- status(String) - Method in interface software.amazon.awssdk.services.efs.model.BackupPolicy.Builder
-
Describes the status of the file system's backup policy.
- status(String) - Method in interface software.amazon.awssdk.services.efs.model.Destination.Builder
-
Describes the status of the destination EFS file system.
- status(ReplicationStatus) - Method in interface software.amazon.awssdk.services.efs.model.Destination.Builder
-
Describes the status of the destination EFS file system.
- status(Status) - Method in interface software.amazon.awssdk.services.efs.model.BackupPolicy.Builder
-
Describes the status of the file system's backup policy.
- Status - Enum in software.amazon.awssdk.services.efs.model
- statusAsString() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
-
Describes the status of the file system's backup policy.
- statusAsString() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
Describes the status of the destination EFS file system.
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- statusCode(int) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- statusCode(int) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
- stopIndex() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- STRING - software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
- StringEqualsFn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- StringEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.StringEqualsFn
- stringToParse() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- subnetId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
The ID of the subnet to add the mount target in.
- subnetId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The ID of the mount target's subnet.
- subnetId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The ID of the mount target's subnet.
- subnetId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetRequest.Builder
-
The ID of the subnet to add the mount target in.
- subnetId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The ID of the mount target's subnet.
- subnetId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The ID of the mount target's subnet.
- SubnetNotFoundException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if there is no subnet with ID
SubnetId
provided in the request. - SubnetNotFoundException.Builder - Interface in software.amazon.awssdk.services.efs.model
- subscribe(Subscriber<? super DescribeAccessPointsResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.DescribeAccessPointsPublisher
- subscribe(Subscriber<? super DescribeFileSystemsResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.DescribeFileSystemsPublisher
- subscribe(Subscriber<? super DescribeMountTargetsResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.DescribeMountTargetsPublisher
- subscribe(Subscriber<? super DescribeReplicationConfigurationsResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.DescribeReplicationConfigurationsPublisher
- subscribe(Subscriber<? super DescribeTagsResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.DescribeTagsPublisher
- subscribe(Subscriber<? super ListTagsForResourceResponse>) - Method in class software.amazon.awssdk.services.efs.paginators.ListTagsForResourcePublisher
- Substring - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Substring(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- SUBSTRING - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Substring
- SUPPORTS_DUAL_STACK - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- SUPPORTS_FIPS - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.PartitionFn
- supportsDualStack() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- supportsDualStack(boolean) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
- supportsFips() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- supportsFips(boolean) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs.Builder
T
- Tag - Class in software.amazon.awssdk.services.efs.model
-
A tag is a key-value pair.
- Tag.Builder - Interface in software.amazon.awssdk.services.efs.model
- tagKeys() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
-
A list of tag keys to delete.
- tagKeys() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
-
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
- tagKeys(String...) - Method in interface software.amazon.awssdk.services.efs.model.DeleteTagsRequest.Builder
-
A list of tag keys to delete.
- tagKeys(String...) - Method in interface software.amazon.awssdk.services.efs.model.UntagResourceRequest.Builder
-
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
- tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.DeleteTagsRequest.Builder
-
A list of tag keys to delete.
- tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.efs.model.UntagResourceRequest.Builder
-
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a tag for an EFS resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a tag for an EFS resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Creates a tag for an EFS resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Creates a tag for an EFS resource.
- TagResourceRequest - Class in software.amazon.awssdk.services.efs.model
- TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
TagResourceRequest
Marshaller - TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.TagResourceRequestMarshaller
- TagResourceResponse - Class in software.amazon.awssdk.services.efs.model
- TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- tags() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
The tags associated with the access point, presented as an array of Tag objects.
- tags() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
Creates tags associated with the access point.
- tags() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
The tags associated with the access point, presented as an array of Tag objects.
- tags() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Use to create one or more tags associated with the file system.
- tags() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
-
An array of
Tag
objects to add. - tags() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
Returns tags associated with the file system as an array of
Tag
objects. - tags() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
-
An array of the tags for the specified EFS resource.
- tags() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
-
An array of
Tag
objects to add. - tags() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeTagsIterable
-
Returns an iterable to iterate through the paginated
DescribeTagsResponse.tags()
member. - tags() - Method in class software.amazon.awssdk.services.efs.paginators.DescribeTagsPublisher
-
Returns a publisher that can be used to get a stream of data.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
Creates tags associated with the access point.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Use to create one or more tags associated with the file system.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
-
An array of
Tag
objects to add. - tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsResponse.Builder
-
Returns tags associated with the file system as an array of
Tag
objects. - tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse.Builder
-
An array of the tags for the specified EFS resource.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
-
An array of
Tag
objects to add. - tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
Creates tags associated with the access point.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Use to create one or more tags associated with the file system.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
-
An array of
Tag
objects to add. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsResponse.Builder
-
Returns tags associated with the file system as an array of
Tag
objects. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse.Builder
-
An array of the tags for the specified EFS resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
-
An array of
Tag
objects to add. - tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointDescription.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointRequest.Builder
-
Creates tags associated with the access point.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.CreateAccessPointResponse.Builder
-
The tags associated with the access point, presented as an array of Tag objects.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Use to create one or more tags associated with the file system.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.CreateTagsRequest.Builder
-
An array of
Tag
objects to add. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.DescribeTagsResponse.Builder
-
Returns tags associated with the file system as an array of
Tag
objects. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse.Builder
-
An array of the tags for the specified EFS resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.TagResourceRequest.Builder
-
An array of
Tag
objects to add. - tags(Tag...) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
The tags associated with the file system, presented as an array of
Tag
objects. - target() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- target() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Not
- target() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SingleArgFn
- target(Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Builder
- template() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Expr
- template() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- template() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- template() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- Template - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
Template represents a "Template Literal".
- Template.Dynamic - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Template.Literal - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Template.Part - Class in software.amazon.awssdk.services.efs.endpoints.internal
- TemplateVisitor<T> - Interface in software.amazon.awssdk.services.efs.endpoints.internal
-
For code generating from a template, use a `TemplateVisitor`.
- ThrottlingException - Exception in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- ThroughputLimitExceededException - Exception in software.amazon.awssdk.services.efs.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.Builder - Interface in software.amazon.awssdk.services.efs.model
- throughputMode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Specifies the throughput mode for the file system.
- throughputMode() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
Displays the file system's throughput mode.
- throughputMode() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
Displays the file system's throughput mode.
- throughputMode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
(Optional) Updates the file system's throughput mode.
- throughputMode() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Displays the file system's throughput mode.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Specifies the throughput mode for the file system.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
Displays the file system's throughput mode.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
Displays the file system's throughput mode.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
-
(Optional) Updates the file system's throughput mode.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
Displays the file system's throughput mode.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemRequest.Builder
-
Specifies the throughput mode for the file system.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.efs.model.CreateFileSystemResponse.Builder
-
Displays the file system's throughput mode.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemDescription.Builder
-
Displays the file system's throughput mode.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest.Builder
-
(Optional) Updates the file system's throughput mode.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse.Builder
-
Displays the file system's throughput mode.
- ThroughputMode - Enum in software.amazon.awssdk.services.efs.model
- throughputModeAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Specifies the throughput mode for the file system.
- throughputModeAsString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
Displays the file system's throughput mode.
- throughputModeAsString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
Displays the file system's throughput mode.
- throughputModeAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
(Optional) Updates the file system's throughput mode.
- throughputModeAsString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Displays the file system's throughput mode.
- timestamp() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
The time at which the size of data, returned in the
Value
field, was determined. - timestamp(Instant) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
The time at which the size of data, returned in the
Value
field, was determined. - toBuilder() - Method in interface software.amazon.awssdk.services.efs.auth.scheme.EfsAuthSchemeParams
-
Returns a
EfsAuthSchemeParams.Builder
to customize the parameters. - toBuilder() - Method in class software.amazon.awssdk.services.efs.auth.scheme.internal.DefaultEfsAuthSchemeParams
- toBuilder() - Method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.AccessPointNotFoundException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.BadRequestException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ConflictException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.DependencyTimeoutException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.Destination
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.EfsException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.EfsRequest
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemInUseException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.FileSystemNotFoundException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.InternalServerErrorException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.InvalidPolicyException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.IpAddressInUseException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetConflictException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.MountTargetNotFoundException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.PolicyNotFoundException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ReplicationNotFoundException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.SubnetNotFoundException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.Tag
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ThrottlingException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.TooManyRequestsException
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
- toBuilder() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
- toBuilder() - Method in exception software.amazon.awssdk.services.efs.model.ValidationException
- toList() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- TooManyRequestsException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if you don’t wait at least 24 hours before either changing the throughput mode, or decreasing the Provisioned Throughput value.
- TooManyRequestsException.Builder - Interface in software.amazon.awssdk.services.efs.model
- toParameterReference() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- toParameterReference() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- toParameterReference() - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.ToParameterReference
- ToParameterReference - Interface in software.amazon.awssdk.services.efs.endpoints.internal
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Arn
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Condition
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRule
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ErrorRule
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Fn
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Index
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr.Part.Key
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.GetAttr
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Identifier
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Literal
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Outputs
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Deprecated
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ParameterReference
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameters
- toString() - Method in enum software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Ref
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Scope
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Dynamic
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Template
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.TreeRule
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Array
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Record
- toString() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Str
- toString() - Method in class software.amazon.awssdk.services.efs.model.AccessPointDescription
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.BackupPolicy
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateAccessPointResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateFileSystemResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateReplicationConfigurationResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreateTagsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.CreationInfo
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteAccessPointResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteFileSystemResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteMountTargetResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteReplicationConfigurationResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DeleteTagsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccessPointsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeLifecycleConfigurationResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeMountTargetsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeReplicationConfigurationsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.Destination
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.DestinationToCreate
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemDescription
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.LifeCycleState
- toString() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.ModifyMountTargetSecurityGroupsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.PerformanceMode
- toString() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutBackupPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.ReplicationConfigurationDescription
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
- toString() - Method in enum software.amazon.awssdk.services.efs.model.ReplicationStatus
- toString() - Method in enum software.amazon.awssdk.services.efs.model.Resource
- toString() - Method in class software.amazon.awssdk.services.efs.model.ResourceIdPreference
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.ResourceIdType
- toString() - Method in class software.amazon.awssdk.services.efs.model.RootDirectory
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.Status
- toString() - Method in class software.amazon.awssdk.services.efs.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.TagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.efs.model.ThroughputMode
- toString() - Method in enum software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- toString() - Method in enum software.amazon.awssdk.services.efs.model.TransitionToIARules
- toString() - Method in enum software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
- toString() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.UntagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Returns a string representation of this object.
- transitionToArchive() - Method in class software.amazon.awssdk.services.efs.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.
- transitionToArchive(String) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
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.
- transitionToArchive(TransitionToArchiveRules) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
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.
- transitionToArchiveAsString() - Method in class software.amazon.awssdk.services.efs.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.
- TransitionToArchiveRules - Enum in software.amazon.awssdk.services.efs.model
- transitionToIA() - Method in class software.amazon.awssdk.services.efs.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.
- transitionToIA(String) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
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.
- transitionToIA(TransitionToIARules) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
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.
- transitionToIAAsString() - Method in class software.amazon.awssdk.services.efs.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.
- TransitionToIARules - Enum in software.amazon.awssdk.services.efs.model
- transitionToPrimaryStorageClass() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
-
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
- transitionToPrimaryStorageClass(String) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
- transitionToPrimaryStorageClass(TransitionToPrimaryStorageClassRules) - Method in interface software.amazon.awssdk.services.efs.model.LifecyclePolicy.Builder
-
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
- transitionToPrimaryStorageClassAsString() - Method in class software.amazon.awssdk.services.efs.model.LifecyclePolicy
-
Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.
- TransitionToPrimaryStorageClassRules - Enum in software.amazon.awssdk.services.efs.model
- TREE - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- treeRule(List<Rule>) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Rule.Builder
- TreeRule - Class in software.amazon.awssdk.services.efs.endpoints.internal
- TreeRule(Rule.Builder, List<Rule>) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.TreeRule
- type(ParameterType) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- TYPE - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter
- TYPE - Static variable in class software.amazon.awssdk.services.efs.endpoints.internal.Rule
- types() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FatScope
U
- uid() - Method in class software.amazon.awssdk.services.efs.model.PosixUser
-
The POSIX user ID used for all file system operations using this access point.
- uid(Long) - Method in interface software.amazon.awssdk.services.efs.model.PosixUser.Builder
-
The POSIX user ID used for all file system operations using this access point.
- unescape(String) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.Template.Literal
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.LifeCycleState
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.PerformanceMode
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.ReplicationStatus
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.Resource
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.ResourceIdType
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.Status
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.ThroughputMode
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.TransitionToIARules
- UNKNOWN_TO_SDK_VERSION - software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
- UnsupportedAvailabilityZoneException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.
- UnsupportedAvailabilityZoneException.Builder - Interface in software.amazon.awssdk.services.efs.model
- untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Removes tags from an EFS resource.
- untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Removes tags from an EFS resource.
- untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Removes tags from an EFS resource.
- untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Removes tags from an EFS resource.
- UntagResourceRequest - Class in software.amazon.awssdk.services.efs.model
- UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
UntagResourceRequest
Marshaller - UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.UntagResourceRequestMarshaller
- UntagResourceResponse - Class in software.amazon.awssdk.services.efs.model
- UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- updateFileSystem(Consumer<UpdateFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
- updateFileSystem(Consumer<UpdateFileSystemRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
- updateFileSystem(UpdateFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
- updateFileSystem(UpdateFileSystemRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
- updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates protection on the file system.
- updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder>) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates protection on the file system.
- updateFileSystemProtection(UpdateFileSystemProtectionRequest) - Method in interface software.amazon.awssdk.services.efs.EfsAsyncClient
-
Updates protection on the file system.
- updateFileSystemProtection(UpdateFileSystemProtectionRequest) - Method in interface software.amazon.awssdk.services.efs.EfsClient
-
Updates protection on the file system.
- UpdateFileSystemProtectionRequest - Class in software.amazon.awssdk.services.efs.model
- UpdateFileSystemProtectionRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- UpdateFileSystemProtectionRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
UpdateFileSystemProtectionRequest
Marshaller - UpdateFileSystemProtectionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.UpdateFileSystemProtectionRequestMarshaller
- UpdateFileSystemProtectionResponse - Class in software.amazon.awssdk.services.efs.model
-
Describes the protection on a file system.
- UpdateFileSystemProtectionResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- UpdateFileSystemRequest - Class in software.amazon.awssdk.services.efs.model
- UpdateFileSystemRequest.Builder - Interface in software.amazon.awssdk.services.efs.model
- UpdateFileSystemRequestMarshaller - Class in software.amazon.awssdk.services.efs.transform
-
UpdateFileSystemRequest
Marshaller - UpdateFileSystemRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.efs.transform.UpdateFileSystemRequestMarshaller
- UpdateFileSystemResponse - Class in software.amazon.awssdk.services.efs.model
-
A description of the file system.
- UpdateFileSystemResponse.Builder - Interface in software.amazon.awssdk.services.efs.model
- UPDATING - software.amazon.awssdk.services.efs.model.LifeCycleState
- UriEncodeFn - Class in software.amazon.awssdk.services.efs.endpoints.internal
- UriEncodeFn(FnNode) - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.UriEncodeFn
- url(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Value.Endpoint.Builder
- url(Expr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointResult.Builder
- useDualStack() - Method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- useDualStack(Boolean) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams.Builder
- useFips() - Method in class software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams
- useFips(Boolean) - Method in interface software.amazon.awssdk.services.efs.endpoints.EfsEndpointParams.Builder
- useGlobalEndpointBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.efs.endpoints.internal.AwsEndpointProviderUtils
- UserAgentUtils - Class in software.amazon.awssdk.services.efs.internal
V
- validate() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.FnNode
- ValidationException - Exception in software.amazon.awssdk.services.efs.model
-
Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.
- ValidationException.Builder - Interface in software.amazon.awssdk.services.efs.model
- value() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
The latest known metered size (in bytes) of data stored in the file system.
- value() - Method in class software.amazon.awssdk.services.efs.model.Tag
-
The value of the tag key.
- value(Long) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
The latest known metered size (in bytes) of data stored in the file system.
- value(String) - Method in interface software.amazon.awssdk.services.efs.model.Tag.Builder
-
The value of the tag key.
- value(Value) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Parameter.Builder
- Value - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
Base class for the types of values computable by the
RuleEngine
. - Value() - Constructor for class software.amazon.awssdk.services.efs.endpoints.internal.Value
- Value.Array - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
An array value.
- Value.Bool - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
A boolean value.
- Value.Endpoint - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Value.Endpoint.Builder - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Value.Int - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
An integer value.
- Value.None - Class in software.amazon.awssdk.services.efs.endpoints.internal
- Value.Record - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
A record (map) value.
- Value.Str - Class in software.amazon.awssdk.services.efs.endpoints.internal
-
A string value.
- valueInArchive() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
The latest known metered size (in bytes) of data stored in the Archive storage class.
- valueInArchive(Long) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
The latest known metered size (in bytes) of data stored in the Archive storage class.
- valueInIA() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
- valueInIA(Long) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
- valueInStandard() - Method in class software.amazon.awssdk.services.efs.model.FileSystemSize
-
The latest known metered size (in bytes) of data stored in the Standard storage class.
- valueInStandard(Long) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
The latest known metered size (in bytes) of data stored in the Standard storage class.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.LifeCycleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.PerformanceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.Resource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.ResourceIdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.ThroughputMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToIARules
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.services.efs.endpoints.internal.ParameterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.LifeCycleState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.PerformanceMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.ReplicationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.Resource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.ResourceIdType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.ThroughputMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToIARules
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.efs.model.TransitionToPrimaryStorageClassRules
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions
- version(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- version(String) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.Partitions.Builder
- visitBool(boolean) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Literal.Visitor
- visitBoolEquals(BooleanEqualsFn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitBoolEquals(BooleanEqualsFn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitDynamicElement(Expr) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
Visit a dynamic element within a multipart template.
- visitEndpointRule(EndpointResult) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleValueVisitor
- visitErrorRule(Expr) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleValueVisitor
- visitFn(Fn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor.Default
- visitFn(Fn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor
- visitFn(Fn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitGetAttr(GetAttr) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitGetAttr(GetAttr) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitInt(int) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Literal.Visitor
- visitIsSet(IsSet) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitIsSet(IsSet) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitIsValidHostLabel(IsValidHostLabel) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitIsValidHostLabel(IsValidHostLabel) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor.Default
- visitLiteral(Literal) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitNot(Not) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitNot(Not) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitObject(Map<Identifier, Literal>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Literal.Visitor
- visitParseArn(ParseArn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitParseArn(ParseArn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitParseUrl(ParseUrl) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitParseUrl(ParseUrl) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitPartition(PartitionFn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitPartition(PartitionFn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitRef(Ref) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor.Default
- visitRef(Ref) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.ExprVisitor
- visitRef(Ref) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitSingleDynamicTemplate(Expr) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
The template contains a single dynamic element, eg.
- visitStaticElement(String) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
Visit a static element within a multipart template.
- visitStaticTemplate(String) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.TemplateVisitor
-
The template contains a single static string, eg.
- visitStr(Template) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Literal.Visitor
- visitStringEquals(StringEqualsFn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitStringEquals(StringEqualsFn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitSubstring(Substring) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitSubstring(Substring) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- visitTreeRule(List<Rule>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.RuleValueVisitor
- visitTuple(List<Literal>) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.Literal.Visitor
- visitUriEncode(UriEncodeFn) - Method in interface software.amazon.awssdk.services.efs.endpoints.internal.FnVisitor
- visitUriEncode(UriEncodeFn) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.RuleEvaluator
- vpcId() - Method in class software.amazon.awssdk.services.efs.model.CreateMountTargetResponse
-
The virtual private cloud (VPC) ID that the mount target is configured in.
- vpcId() - Method in class software.amazon.awssdk.services.efs.model.MountTargetDescription
-
The virtual private cloud (VPC) ID that the mount target is configured in.
- vpcId(String) - Method in interface software.amazon.awssdk.services.efs.model.CreateMountTargetResponse.Builder
-
The virtual private cloud (VPC) ID that the mount target is configured in.
- vpcId(String) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetDescription.Builder
-
The virtual private cloud (VPC) ID that the mount target is configured in.
W
- withDefaultVersion() - Method in class software.amazon.awssdk.services.efs.endpoints.internal.EndpointRuleset.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.services.efs.endpoints.internal.SourceException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointAlreadyExistsException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointLimitExceededException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.AccessPointNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.AvailabilityZonesMismatchException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.BadRequestException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ConflictException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.DependencyTimeoutException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.EfsException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.services.efs.model.EfsException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemAlreadyExistsException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemLimitExceededException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.FileSystemNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectFileSystemLifeCycleStateException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.IncorrectMountTargetStateException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.InsufficientThroughputCapacityException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.InternalServerErrorException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.InvalidPolicyException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.IpAddressInUseException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetConflictException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.MountTargetNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.NetworkInterfaceLimitExceededException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.NoFreeAddressesInSubnetException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.PolicyNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationAlreadyExistsException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ReplicationNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupLimitExceededException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.SubnetNotFoundException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ThrottlingException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ThroughputLimitExceededException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.TooManyRequestsException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.UnsupportedAvailabilityZoneException.Builder
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.efs.model.ValidationException.Builder
All Classes All Packages