count

abstract fun count(): Int

Fetches the number of tags currently attached to this tag container.

Return

The number of tags currently attached to this tag container. This value will be 10 at most.

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 count(action: TagCountParams.() -> Unit): Int

Fetches the number of tags currently attached to this tag container.

Return

The number of tags currently attached to this tag container. This value will be 10 at most.

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 count(params: TagCountParams): Int

Fetches the number of tags currently attached to this tag container.

Return

The number of tags currently attached to this tag container. This value will be 10 at most.

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.