Class DetachVolumeRequest

    • Method Detail

      • volumeARN

        public final String volumeARN()

        The Amazon Resource Name (ARN) of the volume to detach from the gateway.

        Returns:
        The Amazon Resource Name (ARN) of the volume to detach from the gateway.
      • forceDetach

        public final Boolean forceDetach()

        Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume. The default is false. If this value is set to false, you must manually disconnect the iSCSI connection from the target volume.

        Valid Values: true | false

        Returns:
        Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume. The default is false. If this value is set to false, you must manually disconnect the iSCSI connection from the target volume.

        Valid Values: true | false

      • 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