Class ClientProperties

    • Method Detail

      • reconnectEnabled

        public final ReconnectEnum reconnectEnabled()

        Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

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

        Returns:
        Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
        See Also:
        ReconnectEnum
      • reconnectEnabledAsString

        public final String reconnectEnabledAsString()

        Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

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

        Returns:
        Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
        See Also:
        ReconnectEnum
      • logUploadEnabled

        public final LogUploadEnum logUploadEnabled()

        Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

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

        Returns:
        Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
        See Also:
        LogUploadEnum
      • logUploadEnabledAsString

        public final String logUploadEnabledAsString()

        Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

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

        Returns:
        Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
        See Also:
        LogUploadEnum
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)