| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDimensionResult |
AbstractAWSIot.updateDimension(UpdateDimensionRequest request) |
UpdateDimensionResult |
AWSIot.updateDimension(UpdateDimensionRequest updateDimensionRequest)
Updates the definition for a dimension.
|
UpdateDimensionResult |
AWSIotClient.updateDimension(UpdateDimensionRequest request)
Updates the definition for a dimension.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDimensionResult> |
AbstractAWSIotAsync.updateDimensionAsync(UpdateDimensionRequest request,
AsyncHandler<UpdateDimensionRequest,UpdateDimensionResult> asyncHandler) |
Future<UpdateDimensionResult> |
AWSIotAsync.updateDimensionAsync(UpdateDimensionRequest updateDimensionRequest,
AsyncHandler<UpdateDimensionRequest,UpdateDimensionResult> asyncHandler)
Updates the definition for a dimension.
|
Future<UpdateDimensionResult> |
AWSIotAsyncClient.updateDimensionAsync(UpdateDimensionRequest request,
AsyncHandler<UpdateDimensionRequest,UpdateDimensionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDimensionResult |
UpdateDimensionResult.clone() |
UpdateDimensionResult |
UpdateDimensionResult.withArn(String arn)
The Amazon Resource Name (ARN)of the created dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withCreationDate(Date creationDate)
The date and time, in milliseconds since epoch, when the dimension was initially created.
|
UpdateDimensionResult |
UpdateDimensionResult.withLastModifiedDate(Date lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
|
UpdateDimensionResult |
UpdateDimensionResult.withName(String name)
A unique identifier for the dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withStringValues(Collection<String> stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withStringValues(String... stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withType(DimensionType type)
The type of the dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withType(String type)
The type of the dimension.
|
Copyright © 2023. All rights reserved.