Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.NetworkEapMethod
-
Packages that use NetworkEapMethod Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of NetworkEapMethod in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return NetworkEapMethod Modifier and Type Method Description NetworkEapMethodCreateNetworkProfileRequest. eapMethod()The authentication standard that is used in the EAP framework.NetworkEapMethodNetworkProfile. eapMethod()The authentication standard that is used in the EAP framework.NetworkEapMethodNetworkProfileData. eapMethod()The authentication standard that is used in the EAP framework.static NetworkEapMethodNetworkEapMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NetworkEapMethodNetworkEapMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkEapMethod[]NetworkEapMethod. 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 NetworkEapMethod Modifier and Type Method Description static Set<NetworkEapMethod>NetworkEapMethod. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type NetworkEapMethod Modifier and Type Method Description CreateNetworkProfileRequest.BuilderCreateNetworkProfileRequest.Builder. eapMethod(NetworkEapMethod eapMethod)The authentication standard that is used in the EAP framework.NetworkProfile.BuilderNetworkProfile.Builder. eapMethod(NetworkEapMethod eapMethod)The authentication standard that is used in the EAP framework.NetworkProfileData.BuilderNetworkProfileData.Builder. eapMethod(NetworkEapMethod eapMethod)The authentication standard that is used in the EAP framework.
-