Home
last modified time | relevance | path

Searched refs:ThresholdComparator (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-managedblockchain/source/model/
H A DThresholdComparator.cpp27 ThresholdComparator GetThresholdComparatorForName(const Aws::String& name) in GetThresholdComparatorForName()
32 return ThresholdComparator::GREATER_THAN; in GetThresholdComparatorForName()
36 return ThresholdComparator::GREATER_THAN_OR_EQUAL_TO; in GetThresholdComparatorForName()
42 return static_cast<ThresholdComparator>(hashCode); in GetThresholdComparatorForName()
45 return ThresholdComparator::NOT_SET; in GetThresholdComparatorForName()
48 Aws::String GetNameForThresholdComparator(ThresholdComparator enumValue) in GetNameForThresholdComparator()
52 case ThresholdComparator::GREATER_THAN: in GetNameForThresholdComparator()
54 case ThresholdComparator::GREATER_THAN_OR_EQUAL_TO: in GetNameForThresholdComparator()
H A DApprovalThresholdPolicy.cpp26 m_thresholdComparator(ThresholdComparator::NOT_SET), in ApprovalThresholdPolicy()
36 m_thresholdComparator(ThresholdComparator::NOT_SET), in ApprovalThresholdPolicy()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/model/
H A DApprovalThresholdPolicy.h136 … inline const ThresholdComparator& GetThresholdComparator() const{ return m_thresholdComparator; } in GetThresholdComparator()
150 …inline void SetThresholdComparator(const ThresholdComparator& value) { m_thresholdComparatorHasBee… in SetThresholdComparator()
157 …inline void SetThresholdComparator(ThresholdComparator&& value) { m_thresholdComparatorHasBeenSet … in SetThresholdComparator()
164 …inline ApprovalThresholdPolicy& WithThresholdComparator(const ThresholdComparator& value) { SetThr… in WithThresholdComparator()
171 …inline ApprovalThresholdPolicy& WithThresholdComparator(ThresholdComparator&& value) { SetThreshol… in WithThresholdComparator()
181 ThresholdComparator m_thresholdComparator;
H A DThresholdComparator.h16 enum class ThresholdComparator enum
25 AWS_MANAGEDBLOCKCHAIN_API ThresholdComparator GetThresholdComparatorForName(const Aws::String& name…
27 AWS_MANAGEDBLOCKCHAIN_API Aws::String GetNameForThresholdComparator(ThresholdComparator value);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/managedblockchain/types/
H A Denums.go191 type ThresholdComparator string type
195 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
196 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
202 func (ThresholdComparator) Values() []ThresholdComparator {
203 return []ThresholdComparator{
H A Dtypes.go26 ThresholdComparator ThresholdComparator member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/managedblockchain/types/
H A Denums.go187 type ThresholdComparator string type
191 ThresholdComparatorGreaterThan ThresholdComparator = "GREATER_THAN"
192 ThresholdComparatorGreaterThanOrEqualTo ThresholdComparator = "GREATER_THAN_OR_EQUAL_TO"
198 func (ThresholdComparator) Values() []ThresholdComparator {
199 return []ThresholdComparator{
H A Dtypes.go25 ThresholdComparator ThresholdComparator member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/managedblockchain/
H A Dserializers.go1681 if len(v.ThresholdComparator) > 0 {
1683 ok.String(string(v.ThresholdComparator))
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/managedblockchain/
H A Dserializers.go1681 if len(v.ThresholdComparator) > 0 {
1683 ok.String(string(v.ThresholdComparator))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/managedblockchain/
H A Dserializers.go1681 if len(v.ThresholdComparator) > 0 {
1683 ok.String(string(v.ThresholdComparator))
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/managedblockchain/
H A Dserializers.go1807 if len(v.ThresholdComparator) > 0 {
1809 ok.String(string(v.ThresholdComparator))
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/managedblockchain/
H A Dserializers.go1807 if len(v.ThresholdComparator) > 0 {
1809 ok.String(string(v.ThresholdComparator))

123