| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static WirelessGatewayServiceType |
WirelessGatewayServiceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WirelessGatewayServiceType |
GetServiceEndpointRequest.serviceType()
The service type for which to get endpoint information about.
|
WirelessGatewayServiceType |
GetServiceEndpointResponse.serviceType()
The endpoint's service type.
|
static WirelessGatewayServiceType |
WirelessGatewayServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WirelessGatewayServiceType[] |
WirelessGatewayServiceType.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<WirelessGatewayServiceType> |
WirelessGatewayServiceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceEndpointRequest.Builder |
GetServiceEndpointRequest.Builder.serviceType(WirelessGatewayServiceType serviceType)
The service type for which to get endpoint information about.
|
GetServiceEndpointResponse.Builder |
GetServiceEndpointResponse.Builder.serviceType(WirelessGatewayServiceType serviceType)
The endpoint's service type.
|
Copyright © 2022. All rights reserved.