| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionResourceType |
PositionResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PositionResourceType |
ListPositionConfigurationsRequest.resourceType()
Resource type for which position configurations are listed.
|
PositionResourceType |
UpdatePositionRequest.resourceType()
Resource type of the resource for which position is updated.
|
PositionResourceType |
PutPositionConfigurationRequest.resourceType()
Resource type of the resource for which you want to update the position configuration.
|
PositionResourceType |
PositionConfigurationItem.resourceType()
Resource type of the resource for the position configuration.
|
PositionResourceType |
UpdateResourcePositionRequest.resourceType()
The type of resource for which position information is updated, which can be a wireless device or a wireless
gateway.
|
PositionResourceType |
GetPositionRequest.resourceType()
Resource type of the resource for which position information is retrieved.
|
PositionResourceType |
GetPositionConfigurationRequest.resourceType()
Resource type of the resource for which position configuration is retrieved.
|
PositionResourceType |
GetResourcePositionRequest.resourceType()
The type of resource for which position information is retrieved, which can be a wireless device or a wireless
gateway.
|
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 |
|---|---|
static Set<PositionResourceType> |
PositionResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPositionConfigurationsRequest.Builder |
ListPositionConfigurationsRequest.Builder.resourceType(PositionResourceType resourceType)
Resource type for which position configurations are listed.
|
UpdatePositionRequest.Builder |
UpdatePositionRequest.Builder.resourceType(PositionResourceType resourceType)
Resource type of the resource for which position is updated.
|
PutPositionConfigurationRequest.Builder |
PutPositionConfigurationRequest.Builder.resourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
|
PositionConfigurationItem.Builder |
PositionConfigurationItem.Builder.resourceType(PositionResourceType resourceType)
Resource type of the resource for the position configuration.
|
UpdateResourcePositionRequest.Builder |
UpdateResourcePositionRequest.Builder.resourceType(PositionResourceType resourceType)
The type of resource for which position information is updated, which can be a wireless device or a wireless
gateway.
|
GetPositionRequest.Builder |
GetPositionRequest.Builder.resourceType(PositionResourceType resourceType)
Resource type of the resource for which position information is retrieved.
|
GetPositionConfigurationRequest.Builder |
GetPositionConfigurationRequest.Builder.resourceType(PositionResourceType resourceType)
Resource type of the resource for which position configuration is retrieved.
|
GetResourcePositionRequest.Builder |
GetResourcePositionRequest.Builder.resourceType(PositionResourceType resourceType)
The type of resource for which position information is retrieved, which can be a wireless device or a
wireless gateway.
|
Copyright © 2023. All rights reserved.