| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetMetricResult> |
AbstractAWSIotAsync.updateFleetMetricAsync(UpdateFleetMetricRequest request,
AsyncHandler<UpdateFleetMetricRequest,UpdateFleetMetricResult> asyncHandler) |
Future<UpdateFleetMetricResult> |
AWSIotAsyncClient.updateFleetMetricAsync(UpdateFleetMetricRequest request,
AsyncHandler<UpdateFleetMetricRequest,UpdateFleetMetricResult> asyncHandler) |
Future<UpdateFleetMetricResult> |
AWSIotAsync.updateFleetMetricAsync(UpdateFleetMetricRequest updateFleetMetricRequest,
AsyncHandler<UpdateFleetMetricRequest,UpdateFleetMetricResult> asyncHandler)
Updates the data for a fleet metric.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.clone() |
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withAggregationField(String aggregationField)
The field to aggregate.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withAggregationType(AggregationType aggregationType)
The type of the aggregation query.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withDescription(String description)
The description of the fleet metric.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withExpectedVersion(Long expectedVersion)
The expected version of the fleet metric record in the registry.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withIndexName(String indexName)
The name of the index to search.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withMetricName(String metricName)
The name of the fleet metric to update.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withPeriod(Integer period)
The time in seconds between fleet metric emissions.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withQueryString(String queryString)
The search query string.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withQueryVersion(String queryVersion)
The version of the query.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withUnit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withUnit(String unit)
Used to support unit transformation such as milliseconds to seconds.
|
Copyright © 2025. All rights reserved.