Home
last modified time | relevance | path

Searched refs:GeoMatchLevel (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DGeoMatchLevel.cpp27 GeoMatchLevel GetGeoMatchLevelForName(const Aws::String& name) in GetGeoMatchLevelForName()
32 return GeoMatchLevel::Country; in GetGeoMatchLevelForName()
36 return GeoMatchLevel::AreaCode; in GetGeoMatchLevelForName()
42 return static_cast<GeoMatchLevel>(hashCode); in GetGeoMatchLevelForName()
45 return GeoMatchLevel::NOT_SET; in GetGeoMatchLevelForName()
48 Aws::String GetNameForGeoMatchLevel(GeoMatchLevel enumValue) in GetNameForGeoMatchLevel()
52 case GeoMatchLevel::Country: in GetNameForGeoMatchLevel()
54 case GeoMatchLevel::AreaCode: in GetNameForGeoMatchLevel()
H A DProxySession.cpp36 m_geoMatchLevel(GeoMatchLevel::NOT_SET), in ProxySession()
57 m_geoMatchLevel(GeoMatchLevel::NOT_SET), in ProxySession()
H A DCreateProxySessionRequest.cpp24 m_geoMatchLevel(GeoMatchLevel::NOT_SET), in CreateProxySessionRequest()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DGeoMatchLevel.h16 enum class GeoMatchLevel enum
25 AWS_CHIME_API GeoMatchLevel GetGeoMatchLevelForName(const Aws::String& name);
27 AWS_CHIME_API Aws::String GetNameForGeoMatchLevel(GeoMatchLevel value);
H A DCreateProxySessionRequest.h271 inline const GeoMatchLevel& GetGeoMatchLevel() const{ return m_geoMatchLevel; } in GetGeoMatchLevel()
283 …inline void SetGeoMatchLevel(const GeoMatchLevel& value) { m_geoMatchLevelHasBeenSet = true; m_geo… in SetGeoMatchLevel()
289 …inline void SetGeoMatchLevel(GeoMatchLevel&& value) { m_geoMatchLevelHasBeenSet = true; m_geoMatch… in SetGeoMatchLevel()
295 …inline CreateProxySessionRequest& WithGeoMatchLevel(const GeoMatchLevel& value) { SetGeoMatchLevel… in WithGeoMatchLevel()
301 …inline CreateProxySessionRequest& WithGeoMatchLevel(GeoMatchLevel&& value) { SetGeoMatchLevel(std:… in WithGeoMatchLevel()
354 GeoMatchLevel m_geoMatchLevel;
H A DProxySession.h440 inline const GeoMatchLevel& GetGeoMatchLevel() const{ return m_geoMatchLevel; } in GetGeoMatchLevel()
452 …inline void SetGeoMatchLevel(const GeoMatchLevel& value) { m_geoMatchLevelHasBeenSet = true; m_geo… in SetGeoMatchLevel()
458 …inline void SetGeoMatchLevel(GeoMatchLevel&& value) { m_geoMatchLevelHasBeenSet = true; m_geoMatch… in SetGeoMatchLevel()
464 …inline ProxySession& WithGeoMatchLevel(const GeoMatchLevel& value) { SetGeoMatchLevel(value); retu… in WithGeoMatchLevel()
470 …inline ProxySession& WithGeoMatchLevel(GeoMatchLevel&& value) { SetGeoMatchLevel(std::move(value))… in WithGeoMatchLevel()
538 GeoMatchLevel m_geoMatchLevel;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
H A Dtypes.go935 GeoMatchLevel GeoMatchLevel
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
H A Dtypes.go935 GeoMatchLevel GeoMatchLevel member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
H A Dtypes.go935 GeoMatchLevel GeoMatchLevel member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/chime/types/
H A Denums.go256 type GeoMatchLevel string type
260 GeoMatchLevelCountry GeoMatchLevel = "Country"
261 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
267 func (GeoMatchLevel) Values() []GeoMatchLevel {
268 return []GeoMatchLevel{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/chime/types/
H A Denums.go274 type GeoMatchLevel string type
278 GeoMatchLevelCountry GeoMatchLevel = "Country"
279 GeoMatchLevelAreaCode GeoMatchLevel = "AreaCode"
285 func (GeoMatchLevel) Values() []GeoMatchLevel {
286 return []GeoMatchLevel{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/chime/
H A Dapi_op_CreateProxySession.go53 GeoMatchLevel types.GeoMatchLevel member

123