Home
last modified time | relevance | path

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

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lambda/source/model/
H A DAccountUsage.cpp21 AccountUsage::AccountUsage() : in AccountUsage() function in Aws::Lambda::Model::AccountUsage
29 AccountUsage::AccountUsage(JsonView jsonValue) : in AccountUsage() function in Aws::Lambda::Model::AccountUsage
38 AccountUsage& AccountUsage::operator =(JsonView jsonValue) in operator =()
57 JsonValue AccountUsage::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lambda/include/aws/lambda/model/
H A DAccountUsage.h30 class AWS_LAMBDA_API AccountUsage
33 AccountUsage();
34 AccountUsage(Aws::Utils::Json::JsonView jsonValue);
35 AccountUsage& operator=(Aws::Utils::Json::JsonView jsonValue);
61 … inline AccountUsage& WithTotalCodeSize(long long value) { SetTotalCodeSize(value); return *this;} in WithTotalCodeSize()
82 … inline AccountUsage& WithFunctionCount(long long value) { SetFunctionCount(value); return *this;} in WithFunctionCount()
H A DGetAccountSettingsResult.h65 inline const AccountUsage& GetAccountUsage() const{ return m_accountUsage; } in GetAccountUsage()
70 inline void SetAccountUsage(const AccountUsage& value) { m_accountUsage = value; } in SetAccountUsage()
75 inline void SetAccountUsage(AccountUsage&& value) { m_accountUsage = std::move(value); } in SetAccountUsage()
80 …inline GetAccountSettingsResult& WithAccountUsage(const AccountUsage& value) { SetAccountUsage(val… in WithAccountUsage()
85 …inline GetAccountSettingsResult& WithAccountUsage(AccountUsage&& value) { SetAccountUsage(std::mov… in WithAccountUsage()
91 AccountUsage m_accountUsage;
/dports/net/rclone/rclone-1.57.0/vendor/github.com/ncw/go-acd/
H A Daccount.go108 type AccountUsage struct { struct
129 func (s *AccountService) GetUsage() (*AccountUsage, *http.Response, error) {
135 accountUsage := &AccountUsage{}
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/lambda/
H A Dapi_op_GetAccountSettings.go41 AccountUsage *types.AccountUsage member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lambda/
H A Dapi_op_GetAccountSettings.go42 AccountUsage *types.AccountUsage member
/dports/devel/awscli/awscli-1.20.61/awscli/examples/lambda/
H A Dget-account-settings.rst17 "AccountUsage": {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/lambda/types/
H A Dtypes.go34 type AccountUsage struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lambda/types/
H A Dtypes.go37 type AccountUsage struct { struct
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/lambda/
H A Dapi.go3064 type AccountUsage struct { struct
3075 func (s AccountUsage) String() string { argument
3080 func (s AccountUsage) GoString() string { argument
3085 func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage { argument
3091 func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage { argument
4551 AccountUsage *AccountUsage `type:"structure"` member
4571 func (s *GetAccountSettingsOutput) SetAccountUsage(v *AccountUsage) *GetAccountSettingsOutput {
4572 s.AccountUsage = v
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/lambda/
H A Dapi.go3245 type AccountUsage struct { struct
3256 func (s AccountUsage) String() string { argument
3261 func (s AccountUsage) GoString() string { argument
3266 func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage { argument
3272 func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage { argument
4851 AccountUsage *AccountUsage `type:"structure"` member
4871 func (s *GetAccountSettingsOutput) SetAccountUsage(v *AccountUsage) *GetAccountSettingsOutput {
4872 s.AccountUsage = v
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/lambda/
H A Dapi.go3441 type AccountUsage struct { struct
3452 func (s AccountUsage) String() string { argument
3457 func (s AccountUsage) GoString() string { argument
3462 func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage { argument
3468 func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage { argument
5033 AccountUsage *AccountUsage `type:"structure"` member
5053 func (s *GetAccountSettingsOutput) SetAccountUsage(v *AccountUsage) *GetAccountSettingsOutput {
5054 s.AccountUsage = v
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/lambda/
H A Dapi.go3257 type AccountUsage struct {
3268 func (s AccountUsage) String() string {
3273 func (s AccountUsage) GoString() string {
3278 func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage {
3284 func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage {
4860 AccountUsage *AccountUsage `type:"structure"`
4880 func (s *GetAccountSettingsOutput) SetAccountUsage(v *AccountUsage) *GetAccountSettingsOutput {
4881 s.AccountUsage = v

123