Class DescribeSessionsRequest

    • Method Detail

      • stackName

        public final String stackName()

        The name of the stack. This value is case-sensitive.

        Returns:
        The name of the stack. This value is case-sensitive.
      • fleetName

        public final String fleetName()

        The name of the fleet. This value is case-sensitive.

        Returns:
        The name of the fleet. This value is case-sensitive.
      • userId

        public final String userId()

        The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

        Returns:
        The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
      • nextToken

        public final String nextToken()

        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

        Returns:
        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
      • limit

        public final Integer limit()

        The size of each page of results. The default value is 20 and the maximum value is 50.

        Returns:
        The size of each page of results. The default value is 20 and the maximum value is 50.
      • authenticationType

        public final AuthenticationType authenticationType()

        The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

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

        Returns:
        The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
        See Also:
        AuthenticationType
      • authenticationTypeAsString

        public final String authenticationTypeAsString()

        The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

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

        Returns:
        The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
        See Also:
        AuthenticationType
      • instanceId

        public final String instanceId()

        The identifier for the instance hosting the session.

        Returns:
        The identifier for the instance hosting the session.
      • 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