Uses of Class
software.amazon.awssdk.services.iotwireless.model.WirelessGatewayServiceType
-
Packages that use WirelessGatewayServiceType Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of WirelessGatewayServiceType in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return WirelessGatewayServiceType Modifier and Type Method Description static WirelessGatewayServiceTypeWirelessGatewayServiceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WirelessGatewayServiceTypeGetServiceEndpointRequest. serviceType()The service type for which to get endpoint information about.WirelessGatewayServiceTypeGetServiceEndpointResponse. serviceType()The endpoint's service type.static WirelessGatewayServiceTypeWirelessGatewayServiceType. 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.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type WirelessGatewayServiceType Modifier and Type Method Description static Set<WirelessGatewayServiceType>WirelessGatewayServiceType. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type WirelessGatewayServiceType Modifier and Type Method Description GetServiceEndpointRequest.BuilderGetServiceEndpointRequest.Builder. serviceType(WirelessGatewayServiceType serviceType)The service type for which to get endpoint information about.GetServiceEndpointResponse.BuilderGetServiceEndpointResponse.Builder. serviceType(WirelessGatewayServiceType serviceType)The endpoint's service type.
-