| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionResourceType |
PositionResourceType.fromValue(String value)
Use this in place of valueOf.
|
static PositionResourceType |
PositionResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionResourceType[] |
PositionResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PositionConfigurationItem |
PositionConfigurationItem.withResourceType(PositionResourceType resourceType)
Resource type of the resource for the position configuration.
|
UpdateResourcePositionRequest |
UpdateResourcePositionRequest.withResourceType(PositionResourceType resourceType)
The type of resource for which position information is updated, which can be a wireless device or a wireless
gateway.
|
UpdatePositionRequest |
UpdatePositionRequest.withResourceType(PositionResourceType resourceType)
Resource type of the resource for which position is updated.
|
PutPositionConfigurationRequest |
PutPositionConfigurationRequest.withResourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
|
ListPositionConfigurationsRequest |
ListPositionConfigurationsRequest.withResourceType(PositionResourceType resourceType)
Resource type for which position configurations are listed.
|
GetResourcePositionRequest |
GetResourcePositionRequest.withResourceType(PositionResourceType resourceType)
The type of resource for which position information is retrieved, which can be a wireless device or a wireless
gateway.
|
GetPositionConfigurationRequest |
GetPositionConfigurationRequest.withResourceType(PositionResourceType resourceType)
Resource type of the resource for which position configuration is retrieved.
|
GetPositionRequest |
GetPositionRequest.withResourceType(PositionResourceType resourceType)
Resource type of the resource for which position information is retrieved.
|
Copyright © 2023. All rights reserved.