Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.CompressionOption
-
Packages that use CompressionOption Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of CompressionOption in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return CompressionOption Modifier and Type Method Description CompressionOptionS3OutputConfigurations. compression()The compression type for the data export.static CompressionOptionCompressionOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionOptionCompressionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionOption[]CompressionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type CompressionOption Modifier and Type Method Description static Set<CompressionOption>CompressionOption. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type CompressionOption Modifier and Type Method Description S3OutputConfigurations.BuilderS3OutputConfigurations.Builder. compression(CompressionOption compression)The compression type for the data export.
-