Uses of Class
software.amazon.awssdk.services.iotwireless.model.WirelessGatewayTaskDefinitionType
-
Packages that use WirelessGatewayTaskDefinitionType Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of WirelessGatewayTaskDefinitionType in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return WirelessGatewayTaskDefinitionType Modifier and Type Method Description static WirelessGatewayTaskDefinitionTypeWirelessGatewayTaskDefinitionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WirelessGatewayTaskDefinitionTypeListWirelessGatewayTaskDefinitionsRequest. taskDefinitionType()A filter to list only the wireless gateway task definitions that use this task definition type.static WirelessGatewayTaskDefinitionTypeWirelessGatewayTaskDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WirelessGatewayTaskDefinitionType[]WirelessGatewayTaskDefinitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type WirelessGatewayTaskDefinitionType Modifier and Type Method Description static Set<WirelessGatewayTaskDefinitionType>WirelessGatewayTaskDefinitionType. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type WirelessGatewayTaskDefinitionType Modifier and Type Method Description ListWirelessGatewayTaskDefinitionsRequest.BuilderListWirelessGatewayTaskDefinitionsRequest.Builder. taskDefinitionType(WirelessGatewayTaskDefinitionType taskDefinitionType)A filter to list only the wireless gateway task definitions that use this task definition type.
-