Builder

class Builder

Properties

Link copied to clipboard

The list of buckets owned by the requester.

Link copied to clipboard

ContinuationToken is included in the response when there are more buckets that can be listed with pagination. The next ListBuckets request to Amazon S3 can be continued with this ContinuationToken. ContinuationToken is obfuscated and is not a real bucket.

Link copied to clipboard
var owner: Owner?

The owner of the buckets listed.

Link copied to clipboard

If Prefix was sent with the request, it is included in the response.

Functions

Link copied to clipboard
fun owner(block: Owner.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Owner inside the given block