Home
last modified time | relevance | path

Searched refs:AppInstanceDataType (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DAppInstanceDataType.cpp27 AppInstanceDataType GetAppInstanceDataTypeForName(const Aws::String& name) in GetAppInstanceDataTypeForName()
32 return AppInstanceDataType::Channel; in GetAppInstanceDataTypeForName()
36 return AppInstanceDataType::ChannelMessage; in GetAppInstanceDataTypeForName()
42 return static_cast<AppInstanceDataType>(hashCode); in GetAppInstanceDataTypeForName()
45 return AppInstanceDataType::NOT_SET; in GetAppInstanceDataTypeForName()
48 Aws::String GetNameForAppInstanceDataType(AppInstanceDataType enumValue) in GetNameForAppInstanceDataType()
52 case AppInstanceDataType::Channel: in GetNameForAppInstanceDataType()
54 case AppInstanceDataType::ChannelMessage: in GetNameForAppInstanceDataType()
H A DAppInstanceStreamingConfiguration.cpp22 m_appInstanceDataType(AppInstanceDataType::NOT_SET), in AppInstanceStreamingConfiguration()
29 m_appInstanceDataType(AppInstanceDataType::NOT_SET), in AppInstanceStreamingConfiguration()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DAppInstanceStreamingConfiguration.h45 … inline const AppInstanceDataType& GetAppInstanceDataType() const{ return m_appInstanceDataType; } in GetAppInstanceDataType()
55 …inline void SetAppInstanceDataType(const AppInstanceDataType& value) { m_appInstanceDataTypeHasBee… in SetAppInstanceDataType()
60 …inline void SetAppInstanceDataType(AppInstanceDataType&& value) { m_appInstanceDataTypeHasBeenSet … in SetAppInstanceDataType()
65 …inline AppInstanceStreamingConfiguration& WithAppInstanceDataType(const AppInstanceDataType& value… in WithAppInstanceDataType()
70 …inline AppInstanceStreamingConfiguration& WithAppInstanceDataType(AppInstanceDataType&& value) { S… in WithAppInstanceDataType()
115 AppInstanceDataType m_appInstanceDataType;
H A DAppInstanceDataType.h16 enum class AppInstanceDataType enum
25 AWS_CHIME_API AppInstanceDataType GetAppInstanceDataTypeForName(const Aws::String& name);
27 AWS_CHIME_API Aws::String GetNameForAppInstanceDataType(AppInstanceDataType value);
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go127 AppInstanceDataType AppInstanceDataType
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go127 AppInstanceDataType AppInstanceDataType member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go127 AppInstanceDataType AppInstanceDataType member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go128 AppInstanceDataType AppInstanceDataType member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go128 AppInstanceDataType AppInstanceDataType member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go128 AppInstanceDataType AppInstanceDataType member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/chime/types/
H A Denums.go27 type AppInstanceDataType string type
31 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
32 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
38 func (AppInstanceDataType) Values() []AppInstanceDataType {
39 return []AppInstanceDataType{
H A Dtypes.go128 AppInstanceDataType AppInstanceDataType member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/chime/types/
H A Denums.go45 type AppInstanceDataType string type
49 AppInstanceDataTypeChannel AppInstanceDataType = "Channel"
50 AppInstanceDataTypeChannelMessage AppInstanceDataType = "ChannelMessage"
56 func (AppInstanceDataType) Values() []AppInstanceDataType {
57 return []AppInstanceDataType{
H A Dtypes.go146 AppInstanceDataType AppInstanceDataType member
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/chime/
H A Dapi.go20287 AppInstanceDataType *string `type:"string" required:"true" enum:"AppInstanceDataType"` member
20308 if s.AppInstanceDataType == nil {
20326 s.AppInstanceDataType = &v
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/chime/
H A Dapi.go20186 AppInstanceDataType *string `type:"string" required:"true" enum:"AppInstanceDataType"` member
20207 if s.AppInstanceDataType == nil {
20225 s.AppInstanceDataType = &v
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/chime/
H A Dapi.go20186 AppInstanceDataType *string `type:"string" required:"true" enum:"AppInstanceDataType"` member
20207 if s.AppInstanceDataType == nil {
20225 s.AppInstanceDataType = &v
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/chime/
H A Dapi.go19927 AppInstanceDataType *string `type:"string" required:"true" enum:"AppInstanceDataType"` member
19948 if s.AppInstanceDataType == nil {
19966 s.AppInstanceDataType = &v
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/chime/
H A Dapi.go19927 AppInstanceDataType *string `type:"string" required:"true" enum:"AppInstanceDataType"` member
19948 if s.AppInstanceDataType == nil {
19966 s.AppInstanceDataType = &v

123