Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.NetworkSecurityType
-
Packages that use NetworkSecurityType Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of NetworkSecurityType in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return NetworkSecurityType Modifier and Type Method Description static NetworkSecurityTypeNetworkSecurityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkSecurityTypeCreateNetworkProfileRequest. securityType()The security type of the Wi-Fi network.NetworkSecurityTypeNetworkProfile. securityType()The security type of the Wi-Fi network.NetworkSecurityTypeNetworkProfileData. securityType()The security type of the Wi-Fi network.static NetworkSecurityTypeNetworkSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkSecurityType[]NetworkSecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type NetworkSecurityType Modifier and Type Method Description static Set<NetworkSecurityType>NetworkSecurityType. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type NetworkSecurityType Modifier and Type Method Description CreateNetworkProfileRequest.BuilderCreateNetworkProfileRequest.Builder. securityType(NetworkSecurityType securityType)The security type of the Wi-Fi network.NetworkProfile.BuilderNetworkProfile.Builder. securityType(NetworkSecurityType securityType)The security type of the Wi-Fi network.NetworkProfileData.BuilderNetworkProfileData.Builder. securityType(NetworkSecurityType securityType)The security type of the Wi-Fi network.
-