Uses of Class
software.amazon.awssdk.services.transfer.model.DirectoryListingOptimization
-
Packages that use DirectoryListingOptimization Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DirectoryListingOptimization in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DirectoryListingOptimization Modifier and Type Method Description DirectoryListingOptimizationS3StorageOptions. directoryListingOptimization()Specifies whether or not performance for your Amazon S3 directories is optimized.static DirectoryListingOptimizationDirectoryListingOptimization. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DirectoryListingOptimizationDirectoryListingOptimization. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryListingOptimization[]DirectoryListingOptimization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DirectoryListingOptimization Modifier and Type Method Description static Set<DirectoryListingOptimization>DirectoryListingOptimization. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type DirectoryListingOptimization Modifier and Type Method Description S3StorageOptions.BuilderS3StorageOptions.Builder. directoryListingOptimization(DirectoryListingOptimization directoryListingOptimization)Specifies whether or not performance for your Amazon S3 directories is optimized.
-