| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
ContentEncoding |
HttpEndpointRequestConfiguration.contentEncoding()
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to
the destination.
|
static ContentEncoding |
ContentEncoding.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContentEncoding |
ContentEncoding.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ContentEncoding> |
ContentEncoding.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointRequestConfiguration.Builder |
HttpEndpointRequestConfiguration.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.
|
Copyright © 2023. All rights reserved.