Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Compression
-
Packages that use Compression Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of Compression in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return Compression Modifier and Type Method Description CompressionCreateCampaignRequest. compression()(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.CompressionGetCampaignResponse. compression()Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.static CompressionCompression. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionCompression. 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.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type Compression Modifier and Type Method Description static Set<Compression>Compression. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Compression Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. compression(Compression compression)(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.GetCampaignResponse.BuilderGetCampaignResponse.Builder. compression(Compression compression)Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
-