deleteAll

abstract fun deleteAll()

Deletes all tags currently attached to this bucket.

Throws

If this S3Bucket does not exist.

If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.


abstract fun deleteAll(action: DeleteAllTagsParams.() -> Unit)

Deletes all tags currently attached to this bucket.

Parameters

action

Action used to configure this operation.

Throws

If this S3Bucket does not exist.

If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.


abstract fun deleteAll(params: DeleteAllTagsParams)

Deletes all tags currently attached to this bucket.

Parameters

params

Parameters used to configure this operation.

Throws

If this S3Bucket does not exist.

If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.