Home
last modified time | relevance | path

Searched refs:GetRootDeviceTypeForName (Results 1 – 7 of 7) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/include/aws/opsworks/model/
H A DRootDeviceType.h25 AWS_OPSWORKS_API RootDeviceType GetRootDeviceTypeForName(const Aws::String& name);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DRootDeviceType.h25 AWS_EC2_API RootDeviceType GetRootDeviceTypeForName(const Aws::String& name);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/source/model/
H A DRootDeviceType.cpp27 RootDeviceType GetRootDeviceTypeForName(const Aws::String& name) in GetRootDeviceTypeForName() function
H A DStack.cpp227 …m_defaultRootDeviceType = RootDeviceTypeMapper::GetRootDeviceTypeForName(jsonValue.GetString("Defa… in operator =()
H A DInstance.cpp344 …m_rootDeviceType = RootDeviceTypeMapper::GetRootDeviceTypeForName(jsonValue.GetString("RootDeviceT… in operator =()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DRootDeviceType.cpp27 RootDeviceType GetRootDeviceTypeForName(const Aws::String& name) in GetRootDeviceTypeForName() function
H A DInstanceTypeInfo.cpp142 …m_supportedRootDeviceTypes.push_back(RootDeviceTypeMapper::GetRootDeviceTypeForName(StringUtils::T… in operator =()