Uses of Enum
software.amazon.awssdk.services.s3.model.AnalyticsS3ExportFileFormat
Packages that use AnalyticsS3ExportFileFormat
-
Uses of AnalyticsS3ExportFileFormat in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsS3ExportFileFormatModifier and TypeMethodDescriptionAnalyticsS3BucketDestination.format()Specifies the file format used when exporting data to Amazon S3.static AnalyticsS3ExportFileFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AnalyticsS3ExportFileFormatReturns the enum constant of this type with the specified name.static AnalyticsS3ExportFileFormat[]AnalyticsS3ExportFileFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnalyticsS3ExportFileFormatModifier and TypeMethodDescriptionstatic Set<AnalyticsS3ExportFileFormat>AnalyticsS3ExportFileFormat.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type AnalyticsS3ExportFileFormatModifier and TypeMethodDescriptionAnalyticsS3BucketDestination.Builder.format(AnalyticsS3ExportFileFormat format) Specifies the file format used when exporting data to Amazon S3.