S3CompatibleMetadataListApi

enum S3CompatibleMetadataListApi : Enum<S3CompatibleMetadataListApi> , ConvertibleToJava<S3CompatibleMetadataListApi>

The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.

Entries

Link copied to clipboard

ListApi is not specified.

Link copied to clipboard

Perform listing using ListObjectsV2 API.

Link copied to clipboard

Legacy ListObjects API.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: S3CompatibleMetadataListApi
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): S3CompatibleMetadataListApi
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.