Uses of Class
software.amazon.awssdk.services.firehose.model.ContentEncoding
-
Packages that use ContentEncoding Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ContentEncoding in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ContentEncoding Modifier and Type Method Description ContentEncodingHttpEndpointRequestConfiguration. contentEncoding()Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination.static ContentEncodingContentEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentEncodingContentEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentEncoding[]ContentEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type ContentEncoding Modifier and Type Method Description static Set<ContentEncoding>ContentEncoding. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ContentEncoding Modifier and Type Method Description HttpEndpointRequestConfiguration.BuilderHttpEndpointRequestConfiguration.Builder. contentEncoding(ContentEncoding contentEncoding)Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination.
-