Class ListVolumesRequest

    • Method Detail

      • gatewayARN

        public final String gatewayARN()
        Returns the value of the GatewayARN property for this object.
        Returns:
        The value of the GatewayARN property for this object.
      • marker

        public final String marker()

        A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.

        Returns:
        A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
      • limit

        public final Integer limit()

        Specifies that the list of volumes returned be limited to the specified number of items.

        Returns:
        Specifies that the list of volumes returned be limited to the specified number of items.
      • 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