Home
last modified time | relevance | path

Searched refs:BackfillMode (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/source/model/
H A DBackfillMode.cpp27 BackfillMode GetBackfillModeForName(const Aws::String& name) in GetBackfillModeForName()
32 return BackfillMode::AUTOMATIC; in GetBackfillModeForName()
36 return BackfillMode::MANUAL; in GetBackfillModeForName()
42 return static_cast<BackfillMode>(hashCode); in GetBackfillModeForName()
45 return BackfillMode::NOT_SET; in GetBackfillModeForName()
48 Aws::String GetNameForBackfillMode(BackfillMode enumValue) in GetNameForBackfillMode()
52 case BackfillMode::AUTOMATIC: in GetNameForBackfillMode()
54 case BackfillMode::MANUAL: in GetNameForBackfillMode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/include/aws/gamelift/model/
H A DBackfillMode.h16 enum class BackfillMode enum
25 AWS_GAMELIFT_API BackfillMode GetBackfillModeForName(const Aws::String& name);
27 AWS_GAMELIFT_API Aws::String GetNameForBackfillMode(BackfillMode value);
H A DUpdateMatchmakingConfigurationRequest.h732 inline const BackfillMode& GetBackfillMode() const{ return m_backfillMode; } in GetBackfillMode()
758 …inline void SetBackfillMode(const BackfillMode& value) { m_backfillModeHasBeenSet = true; m_backfi… in SetBackfillMode()
771 …inline void SetBackfillMode(BackfillMode&& value) { m_backfillModeHasBeenSet = true; m_backfillMod… in SetBackfillMode()
784 …inline UpdateMatchmakingConfigurationRequest& WithBackfillMode(const BackfillMode& value) { SetBac… in WithBackfillMode()
797 …inline UpdateMatchmakingConfigurationRequest& WithBackfillMode(BackfillMode&& value) { SetBackfill… in WithBackfillMode()
910 BackfillMode m_backfillMode;
H A DCreateMatchmakingConfigurationRequest.h733 inline const BackfillMode& GetBackfillMode() const{ return m_backfillMode; } in GetBackfillMode()
759 …inline void SetBackfillMode(const BackfillMode& value) { m_backfillModeHasBeenSet = true; m_backfi… in SetBackfillMode()
772 …inline void SetBackfillMode(BackfillMode&& value) { m_backfillModeHasBeenSet = true; m_backfillMod… in SetBackfillMode()
785 …inline CreateMatchmakingConfigurationRequest& WithBackfillMode(const BackfillMode& value) { SetBac… in WithBackfillMode()
798 …inline CreateMatchmakingConfigurationRequest& WithBackfillMode(BackfillMode&& value) { SetBackfill… in WithBackfillMode()
1024 BackfillMode m_backfillMode;
H A DMatchmakingConfiguration.h923 inline const BackfillMode& GetBackfillMode() const{ return m_backfillMode; } in GetBackfillMode()
947 …inline void SetBackfillMode(const BackfillMode& value) { m_backfillModeHasBeenSet = true; m_backfi… in SetBackfillMode()
959 …inline void SetBackfillMode(BackfillMode&& value) { m_backfillModeHasBeenSet = true; m_backfillMod… in SetBackfillMode()
971 …inline MatchmakingConfiguration& WithBackfillMode(const BackfillMode& value) { SetBackfillMode(val… in WithBackfillMode()
983 …inline MatchmakingConfiguration& WithBackfillMode(BackfillMode&& value) { SetBackfillMode(std::mov… in WithBackfillMode()
1105 BackfillMode m_backfillMode;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/gamelift/types/
H A Denums.go23 type BackfillMode string
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/gamelift/types/
H A Denums.go23 type BackfillMode string type
27 BackfillModeAutomatic BackfillMode = "AUTOMATIC"
28 BackfillModeManual BackfillMode = "MANUAL"
34 func (BackfillMode) Values() []BackfillMode {
35 return []BackfillMode{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/gamelift/
H A Dapi_op_CreateMatchmakingConfiguration.go107 BackfillMode types.BackfillMode member
H A Dapi_op_UpdateMatchmakingConfiguration.go74 BackfillMode types.BackfillMode member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/gamelift/
H A Dapi_op_CreateMatchmakingConfiguration.go107 BackfillMode types.BackfillMode member
H A Dapi_op_UpdateMatchmakingConfiguration.go74 BackfillMode types.BackfillMode member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/gamelift/
H A Dapi_op_UpdateMatchmakingConfiguration.go91 BackfillMode types.BackfillMode member
H A Dapi_op_CreateMatchmakingConfiguration.go126 BackfillMode types.BackfillMode member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/gamelift/
H A Dapi_op_UpdateMatchmakingConfiguration.go91 BackfillMode types.BackfillMode member
H A Dapi_op_CreateMatchmakingConfiguration.go126 BackfillMode types.BackfillMode member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/gamelift/
H A Dapi_op_CreateMatchmakingConfiguration.go107 BackfillMode types.BackfillMode member
H A Dapi_op_UpdateMatchmakingConfiguration.go74 BackfillMode types.BackfillMode member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/gamelift/
H A Dapi_op_UpdateMatchmakingConfiguration.go91 BackfillMode types.BackfillMode member
H A Dapi_op_CreateMatchmakingConfiguration.go126 BackfillMode types.BackfillMode member

1234