Interface ListVolumeInitiatorsResponse.Builder

    • Method Detail

      • initiators

        ListVolumeInitiatorsResponse.Builder initiators​(Collection<String> initiators)

        The host names and port numbers of all iSCSI initiators that are connected to the gateway.

        Parameters:
        initiators - The host names and port numbers of all iSCSI initiators that are connected to the gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiators

        ListVolumeInitiatorsResponse.Builder initiators​(String... initiators)

        The host names and port numbers of all iSCSI initiators that are connected to the gateway.

        Parameters:
        initiators - The host names and port numbers of all iSCSI initiators that are connected to the gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.