Class DescribeLocationEfsResponse

    • Method Detail

      • locationArn

        public final String locationArn()

        The ARN of the Amazon EFS file system location.

        Returns:
        The ARN of the Amazon EFS file system location.
      • locationUri

        public final String locationUri()

        The URL of the Amazon EFS file system location.

        Returns:
        The URL of the Amazon EFS file system location.
      • ec2Config

        public final Ec2Config ec2Config()
        Returns the value of the Ec2Config property for this object.
        Returns:
        The value of the Ec2Config property for this object.
      • creationTime

        public final Instant creationTime()

        The time that the location was created.

        Returns:
        The time that the location was created.
      • accessPointArn

        public final String accessPointArn()

        The ARN of the access point that DataSync uses to access the Amazon EFS file system.

        Returns:
        The ARN of the access point that DataSync uses to access the Amazon EFS file system.
      • fileSystemAccessRoleArn

        public final String fileSystemAccessRoleArn()

        The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

        Returns:
        The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
      • inTransitEncryption

        public final EfsInTransitEncryption inTransitEncryption()

        Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

        If the service returns an enum value that is not available in the current SDK version, inTransitEncryption will return EfsInTransitEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from inTransitEncryptionAsString().

        Returns:
        Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
        See Also:
        EfsInTransitEncryption
      • inTransitEncryptionAsString

        public final String inTransitEncryptionAsString()

        Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

        If the service returns an enum value that is not available in the current SDK version, inTransitEncryption will return EfsInTransitEncryption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from inTransitEncryptionAsString().

        Returns:
        Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
        See Also:
        EfsInTransitEncryption
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object