Home
last modified time | relevance | path

Searched refs:WithEapMethod (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/
H A DNetworkProfileData.h271 …inline NetworkProfileData& WithEapMethod(const NetworkEapMethod& value) { SetEapMethod(value); ret… in WithEapMethod() function
277 …inline NetworkProfileData& WithEapMethod(NetworkEapMethod&& value) { SetEapMethod(std::move(value)… in WithEapMethod() function
H A DNetworkProfile.h272 …inline NetworkProfile& WithEapMethod(const NetworkEapMethod& value) { SetEapMethod(value); return … in WithEapMethod() function
278 …inline NetworkProfile& WithEapMethod(NetworkEapMethod&& value) { SetEapMethod(std::move(value)); r… in WithEapMethod() function
H A DCreateNetworkProfileRequest.h230 …inline CreateNetworkProfileRequest& WithEapMethod(const NetworkEapMethod& value) { SetEapMethod(va… in WithEapMethod() function
236 …inline CreateNetworkProfileRequest& WithEapMethod(NetworkEapMethod&& value) { SetEapMethod(std::mo… in WithEapMethod() function