| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static SpoolingMode |
SpoolingMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SpoolingMode |
GetCampaignResponse.spoolingMode()
Whether to store collected data after a vehicle lost a connection with the cloud.
|
SpoolingMode |
CreateCampaignRequest.spoolingMode()
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.
|
static SpoolingMode |
SpoolingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpoolingMode[] |
SpoolingMode.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<SpoolingMode> |
SpoolingMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.spoolingMode(SpoolingMode spoolingMode)
Whether to store collected data after a vehicle lost a connection with the cloud.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.spoolingMode(SpoolingMode spoolingMode)
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.
|
Copyright © 2022. All rights reserved.