Home
last modified time | relevance | path

Searched refs:MetricTransformation (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-logs/include/aws/logs/model/
H A DMetricTransformation.h34 class AWS_CLOUDWATCHLOGS_API MetricTransformation
37 MetricTransformation();
38 MetricTransformation(Aws::Utils::Json::JsonView jsonValue);
39 MetricTransformation& operator=(Aws::Utils::Json::JsonView jsonValue);
71 …inline MetricTransformation& WithMetricName(const Aws::String& value) { SetMetricName(value); retu… in WithMetricName()
81 …inline MetricTransformation& WithMetricName(const char* value) { SetMetricName(value); return *thi… in WithMetricName()
175 …inline MetricTransformation& WithMetricValue(const Aws::String& value) { SetMetricValue(value); re… in WithMetricValue()
187 …inline MetricTransformation& WithMetricValue(const char* value) { SetMetricValue(value); return *t… in WithMetricValue()
212 …inline MetricTransformation& WithDefaultValue(double value) { SetDefaultValue(value); return *this… in WithDefaultValue()
478 … inline MetricTransformation& WithUnit(const StandardUnit& value) { SetUnit(value); return *this;} in WithUnit()
[all …]
H A DPutMetricFilterRequest.h165 …inline const Aws::Vector<MetricTransformation>& GetMetricTransformations() const{ return m_metricT… in GetMetricTransformations()
175 …inline void SetMetricTransformations(const Aws::Vector<MetricTransformation>& value) { m_metricTra… in SetMetricTransformations()
180 …inline void SetMetricTransformations(Aws::Vector<MetricTransformation>&& value) { m_metricTransfor… in SetMetricTransformations()
185 …inline PutMetricFilterRequest& WithMetricTransformations(const Aws::Vector<MetricTransformation>& … in WithMetricTransformations()
190 …inline PutMetricFilterRequest& WithMetricTransformations(Aws::Vector<MetricTransformation>&& value… in WithMetricTransformations()
195 …inline PutMetricFilterRequest& AddMetricTransformations(const MetricTransformation& value) { m_met… in AddMetricTransformations()
200 …inline PutMetricFilterRequest& AddMetricTransformations(MetricTransformation&& value) { m_metricTr… in AddMetricTransformations()
213 Aws::Vector<MetricTransformation> m_metricTransformations;
H A DMetricFilter.h113 …inline const Aws::Vector<MetricTransformation>& GetMetricTransformations() const{ return m_metricT… in GetMetricTransformations()
123 …inline void SetMetricTransformations(const Aws::Vector<MetricTransformation>& value) { m_metricTra… in SetMetricTransformations()
128 …inline void SetMetricTransformations(Aws::Vector<MetricTransformation>&& value) { m_metricTransfor… in SetMetricTransformations()
133 …inline MetricFilter& WithMetricTransformations(const Aws::Vector<MetricTransformation>& value) { S… in WithMetricTransformations()
138 …inline MetricFilter& WithMetricTransformations(Aws::Vector<MetricTransformation>&& value) { SetMet… in WithMetricTransformations()
143 …inline MetricFilter& AddMetricTransformations(const MetricTransformation& value) { m_metricTransfo… in AddMetricTransformations()
148 …inline MetricFilter& AddMetricTransformations(MetricTransformation&& value) { m_metricTransformati… in AddMetricTransformations()
224 Aws::Vector<MetricTransformation> m_metricTransformations;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-logs/source/model/
H A DMetricTransformation.cpp21 MetricTransformation::MetricTransformation() : in MetricTransformation() function in Aws::CloudWatchLogs::Model::MetricTransformation
33 MetricTransformation::MetricTransformation(JsonView jsonValue) : in MetricTransformation() function in Aws::CloudWatchLogs::Model::MetricTransformation
46 MetricTransformation& MetricTransformation::operator =(JsonView jsonValue) in operator =()
96 JsonValue MetricTransformation::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatchlogs/types/
H A Dtypes.go227 MetricTransformations []MetricTransformation
245 type MetricTransformation struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatchlogs/types/
H A Dtypes.go250 MetricTransformations []MetricTransformation
272 type MetricTransformation struct { struct
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CloudWatchLogs/
H A DMetricTransformation.pm1 package Paws::CloudWatchLogs::MetricTransformation {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go66 MetricTransformations []types.MetricTransformation
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatchlogs/
H A Dapi_op_PutMetricFilter.go55 MetricTransformations []types.MetricTransformation
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/
H A Dapi.go6129 …MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"…
6167 func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter {
6218 type MetricTransformation struct { struct
6243 func (s MetricTransformation) String() string { argument
6248 func (s MetricTransformation) GoString() string { argument
6253 func (s *MetricTransformation) Validate() error { argument
6272 func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation { argument
6278 func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation { argument
6284 func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation { argument
6290 func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation { argument
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/
H A Dapi.go6074 …MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"…
6112 func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter {
6161 type MetricTransformation struct { struct
6186 func (s MetricTransformation) String() string { argument
6191 func (s MetricTransformation) GoString() string { argument
6196 func (s *MetricTransformation) Validate() error { argument
6215 func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation { argument
6221 func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation { argument
6227 func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation { argument
6233 func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/
H A Dapi.go6129 …MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"…
6167 func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter {
6218 type MetricTransformation struct { struct
6243 func (s MetricTransformation) String() string { argument
6248 func (s MetricTransformation) GoString() string { argument
6253 func (s *MetricTransformation) Validate() error { argument
6272 func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation { argument
6278 func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation { argument
6284 func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation { argument
6290 func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/
H A Dapi.go6129 …MetricTransformations []*MetricTransformation `locationName:"metricTransformations" min:"1" type:"…
6167 func (s *MetricFilter) SetMetricTransformations(v []*MetricTransformation) *MetricFilter {
6218 type MetricTransformation struct { struct
6243 func (s MetricTransformation) String() string { argument
6248 func (s MetricTransformation) GoString() string { argument
6253 func (s *MetricTransformation) Validate() error { argument
6272 func (s *MetricTransformation) SetDefaultValue(v float64) *MetricTransformation { argument
6278 func (s *MetricTransformation) SetMetricName(v string) *MetricTransformation { argument
6284 func (s *MetricTransformation) SetMetricNamespace(v string) *MetricTransformation { argument
6290 func (s *MetricTransformation) SetMetricValue(v string) *MetricTransformation { argument
[all …]

1234