Class DeleteVolumeRequest

    • Method Detail

      • clientRequestToken

        public final String clientRequestToken()
        Returns the value of the ClientRequestToken property for this object.
        Returns:
        The value of the ClientRequestToken property for this object.
      • volumeId

        public final String volumeId()

        The ID of the volume that you are deleting.

        Returns:
        The ID of the volume that you are deleting.
      • ontapConfiguration

        public final DeleteVolumeOntapConfiguration ontapConfiguration()

        For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.

        Returns:
        For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.
      • openZFSConfiguration

        public final DeleteVolumeOpenZFSConfiguration openZFSConfiguration()

        For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.

        Returns:
        For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
      • 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