Class PutAccountPreferencesRequest

    • Method Detail

      • resourceIdType

        public final ResourceIdType resourceIdType()

        Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).

        Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID . Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.

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

        Returns:
        Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).

        Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.

        See Also:
        ResourceIdType
      • resourceIdTypeAsString

        public final String resourceIdTypeAsString()

        Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).

        Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID . Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.

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

        Returns:
        Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).

        Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.

        See Also:
        ResourceIdType
      • 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