Interface ListDevicesResponse.Builder

    • Method Detail

      • devices

        ListDevicesResponse.Builder devices​(Collection<DeviceSummary> devices)

        A list of device structures that contain information about the device.

        Parameters:
        devices - A list of device structures that contain information about the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devices

        ListDevicesResponse.Builder devices​(DeviceSummary... devices)

        A list of device structures that contain information about the device.

        Parameters:
        devices - A list of device structures that contain information about the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDevicesResponse.Builder nextToken​(String nextToken)

        A pagination token to continue to the next page of devices.

        Parameters:
        nextToken - A pagination token to continue to the next page of devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.