Class DeleteFileShareRequest

    • Method Detail

      • fileShareARN

        public final String fileShareARN()

        The Amazon Resource Name (ARN) of the file share to be deleted.

        Returns:
        The Amazon Resource Name (ARN) of the file share to be deleted.
      • forceDelete

        public final Boolean forceDelete()

        If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.

        Valid Values: true | false

        Returns:
        If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.

        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