| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Compression |
GetCampaignResponse.compression()
Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
Compression |
CreateCampaignRequest.compression()
(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
static Compression |
Compression.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.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<Compression> |
Compression.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.compression(Compression compression)
Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.compression(Compression compression)
(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
Copyright © 2022. All rights reserved.