Home
last modified time | relevance | path

Searched refs:EnvironmentResponse (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lambda/include/aws/lambda/model/
H A DEnvironmentResponse.h36 class AWS_LAMBDA_API EnvironmentResponse
39 EnvironmentResponse();
40 EnvironmentResponse(Aws::Utils::Json::JsonView jsonValue);
41 EnvironmentResponse& operator=(Aws::Utils::Json::JsonView jsonValue);
68 …inline EnvironmentResponse& WithVariables(const Aws::Map<Aws::String, Aws::String>& value) { SetVa… in WithVariables()
73 …inline EnvironmentResponse& WithVariables(Aws::Map<Aws::String, Aws::String>&& value) { SetVariabl… in WithVariables()
78 …inline EnvironmentResponse& AddVariables(const Aws::String& key, const Aws::String& value) { m_var… in AddVariables()
98 …inline EnvironmentResponse& AddVariables(const char* key, Aws::String&& value) { m_variablesHasBee… in AddVariables()
108 …inline EnvironmentResponse& AddVariables(const char* key, const char* value) { m_variablesHasBeenS… in AddVariables()
134 …inline EnvironmentResponse& WithError(const EnvironmentError& value) { SetError(value); return *th… in WithError()
[all …]
H A DUpdateFunctionConfigurationResult.h491 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
498 inline void SetEnvironment(const EnvironmentResponse& value) { m_environment = value; } in SetEnvironment()
505 inline void SetEnvironment(EnvironmentResponse&& value) { m_environment = std::move(value); } in SetEnvironment()
512 …inline UpdateFunctionConfigurationResult& WithEnvironment(const EnvironmentResponse& value) { SetE… in WithEnvironment()
519 …inline UpdateFunctionConfigurationResult& WithEnvironment(EnvironmentResponse&& value) { SetEnviro… in WithEnvironment()
1162 EnvironmentResponse m_environment;
H A DCreateFunctionResult.h491 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
498 inline void SetEnvironment(const EnvironmentResponse& value) { m_environment = value; } in SetEnvironment()
505 inline void SetEnvironment(EnvironmentResponse&& value) { m_environment = std::move(value); } in SetEnvironment()
512 …inline CreateFunctionResult& WithEnvironment(const EnvironmentResponse& value) { SetEnvironment(va… in WithEnvironment()
519 …inline CreateFunctionResult& WithEnvironment(EnvironmentResponse&& value) { SetEnvironment(std::mo… in WithEnvironment()
1162 EnvironmentResponse m_environment;
H A DPublishVersionResult.h491 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
498 inline void SetEnvironment(const EnvironmentResponse& value) { m_environment = value; } in SetEnvironment()
505 inline void SetEnvironment(EnvironmentResponse&& value) { m_environment = std::move(value); } in SetEnvironment()
512 …inline PublishVersionResult& WithEnvironment(const EnvironmentResponse& value) { SetEnvironment(va… in WithEnvironment()
519 …inline PublishVersionResult& WithEnvironment(EnvironmentResponse&& value) { SetEnvironment(std::mo… in WithEnvironment()
1162 EnvironmentResponse m_environment;
H A DGetFunctionConfigurationResult.h491 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
498 inline void SetEnvironment(const EnvironmentResponse& value) { m_environment = value; } in SetEnvironment()
505 inline void SetEnvironment(EnvironmentResponse&& value) { m_environment = std::move(value); } in SetEnvironment()
512 …inline GetFunctionConfigurationResult& WithEnvironment(const EnvironmentResponse& value) { SetEnvi… in WithEnvironment()
519 …inline GetFunctionConfigurationResult& WithEnvironment(EnvironmentResponse&& value) { SetEnvironme… in WithEnvironment()
1162 EnvironmentResponse m_environment;
H A DUpdateFunctionCodeResult.h491 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
498 inline void SetEnvironment(const EnvironmentResponse& value) { m_environment = value; } in SetEnvironment()
505 inline void SetEnvironment(EnvironmentResponse&& value) { m_environment = std::move(value); } in SetEnvironment()
512 …inline UpdateFunctionCodeResult& WithEnvironment(const EnvironmentResponse& value) { SetEnvironmen… in WithEnvironment()
519 …inline UpdateFunctionCodeResult& WithEnvironment(EnvironmentResponse&& value) { SetEnvironment(std… in WithEnvironment()
1162 EnvironmentResponse m_environment;
H A DFunctionConfiguration.h564 inline const EnvironmentResponse& GetEnvironment() const{ return m_environment; } in GetEnvironment()
578 …inline void SetEnvironment(const EnvironmentResponse& value) { m_environmentHasBeenSet = true; m_e… in SetEnvironment()
585 …inline void SetEnvironment(EnvironmentResponse&& value) { m_environmentHasBeenSet = true; m_enviro… in SetEnvironment()
592 …inline FunctionConfiguration& WithEnvironment(const EnvironmentResponse& value) { SetEnvironment(v… in WithEnvironment()
599 …inline FunctionConfiguration& WithEnvironment(EnvironmentResponse&& value) { SetEnvironment(std::m… in WithEnvironment()
1352 EnvironmentResponse m_environment;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lambda/source/model/
H A DEnvironmentResponse.cpp21 EnvironmentResponse::EnvironmentResponse() : in EnvironmentResponse() function in Aws::Lambda::Model::EnvironmentResponse
27 EnvironmentResponse::EnvironmentResponse(JsonView jsonValue) : in EnvironmentResponse() function in Aws::Lambda::Model::EnvironmentResponse
34 EnvironmentResponse& EnvironmentResponse::operator =(JsonView jsonValue) in operator =()
56 JsonValue EnvironmentResponse::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/lambda/types/
H A Dtypes.go181 type EnvironmentResponse struct { struct
347 Environment *EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lambda/types/
H A Dtypes.go213 type EnvironmentResponse struct { struct
395 Environment *EnvironmentResponse
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/lambda/
H A Dapi_op_PublishVersion.go88 Environment *types.EnvironmentResponse
H A Dapi_op_UpdateFunctionCode.go104 Environment *types.EnvironmentResponse
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/
H A Dapi_op_UpdateFunctionCode.go104 Environment *types.EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/lambda/
H A Dapi_op_PublishVersion.go88 Environment *types.EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/lambda/
H A Dapi_op_UpdateFunctionCode.go104 Environment *types.EnvironmentResponse
H A Dapi_op_PublishVersion.go88 Environment *types.EnvironmentResponse
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/lambda/
H A Dapi_op_UpdateFunctionCode.go104 Environment *types.EnvironmentResponse
H A Dapi_op_PublishVersion.go88 Environment *types.EnvironmentResponse
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lambda/
H A Dapi_op_PublishVersion.go91 Environment *types.EnvironmentResponse

1234