Interface ListRemoteAccessSessionsResponse.Builder

    • Method Detail

      • remoteAccessSessions

        ListRemoteAccessSessionsResponse.Builder remoteAccessSessions​(Collection<RemoteAccessSession> remoteAccessSessions)

        A container that represents the metadata from the service about each remote access session you are requesting.

        Parameters:
        remoteAccessSessions - A container that represents the metadata from the service about each remote access session you are requesting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteAccessSessions

        ListRemoteAccessSessionsResponse.Builder remoteAccessSessions​(RemoteAccessSession... remoteAccessSessions)

        A container that represents the metadata from the service about each remote access session you are requesting.

        Parameters:
        remoteAccessSessions - A container that represents the metadata from the service about each remote access session you are requesting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRemoteAccessSessionsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.