S3Compatible Metadata List Api
    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
Functions
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.