Home
last modified time | relevance | path

Searched refs:ObjectLockRule (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DObjectLockRule.cpp23 ObjectLockRule::ObjectLockRule() : in ObjectLockRule() function in Aws::S3::Model::ObjectLockRule
28 ObjectLockRule::ObjectLockRule(const XmlNode& xmlNode) : in ObjectLockRule() function in Aws::S3::Model::ObjectLockRule
34 ObjectLockRule& ObjectLockRule::operator =(const XmlNode& xmlNode) in operator =()
51 void ObjectLockRule::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DObjectLockRule.cpp23 ObjectLockRule::ObjectLockRule() : in ObjectLockRule() function in Aws::S3Crt::Model::ObjectLockRule
28 ObjectLockRule::ObjectLockRule(const XmlNode& xmlNode) : in ObjectLockRule() function in Aws::S3Crt::Model::ObjectLockRule
34 ObjectLockRule& ObjectLockRule::operator =(const XmlNode& xmlNode) in operator =()
51 void ObjectLockRule::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DObjectLockRule.h30 class AWS_S3CRT_API ObjectLockRule
33 ObjectLockRule();
34 ObjectLockRule(const Aws::Utils::Xml::XmlNode& xmlNode);
35 ObjectLockRule& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
83 …inline ObjectLockRule& WithDefaultRetention(const DefaultRetention& value) { SetDefaultRetention(v… in WithDefaultRetention()
92 …inline ObjectLockRule& WithDefaultRetention(DefaultRetention&& value) { SetDefaultRetention(std::m… in WithDefaultRetention()
H A DObjectLockConfiguration.h92 inline const ObjectLockRule& GetRule() const{ return m_rule; } in GetRule()
110 inline void SetRule(const ObjectLockRule& value) { m_ruleHasBeenSet = true; m_rule = value; } in SetRule()
119 …inline void SetRule(ObjectLockRule&& value) { m_ruleHasBeenSet = true; m_rule = std::move(value); } in SetRule()
128 …inline ObjectLockConfiguration& WithRule(const ObjectLockRule& value) { SetRule(value); return *th… in WithRule()
137 …inline ObjectLockConfiguration& WithRule(ObjectLockRule&& value) { SetRule(std::move(value)); retu… in WithRule()
144 ObjectLockRule m_rule;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DObjectLockRule.h30 class AWS_S3_API ObjectLockRule
33 ObjectLockRule();
34 ObjectLockRule(const Aws::Utils::Xml::XmlNode& xmlNode);
35 ObjectLockRule& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
83 …inline ObjectLockRule& WithDefaultRetention(const DefaultRetention& value) { SetDefaultRetention(v… in WithDefaultRetention()
92 …inline ObjectLockRule& WithDefaultRetention(DefaultRetention&& value) { SetDefaultRetention(std::m… in WithDefaultRetention()
H A DObjectLockConfiguration.h92 inline const ObjectLockRule& GetRule() const{ return m_rule; } in GetRule()
110 inline void SetRule(const ObjectLockRule& value) { m_ruleHasBeenSet = true; m_rule = value; } in SetRule()
119 …inline void SetRule(ObjectLockRule&& value) { m_ruleHasBeenSet = true; m_rule = std::move(value); } in SetRule()
128 …inline ObjectLockConfiguration& WithRule(const ObjectLockRule& value) { SetRule(value); return *th… in WithRule()
137 …inline ObjectLockConfiguration& WithRule(ObjectLockRule&& value) { SetRule(std::move(value)); retu… in WithRule()
144 ObjectLockRule m_rule;
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/
H A Dtypes.go2282 Rule *ObjectLockRule
2303 type ObjectLockRule struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/s3/types/
H A Dtypes.go2282 Rule *ObjectLockRule
2303 type ObjectLockRule struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/s3/types/
H A Dtypes.go2242 Rule *ObjectLockRule
2263 type ObjectLockRule struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/
H A Dtypes.go2242 Rule *ObjectLockRule
2263 type ObjectLockRule struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/s3/types/
H A Dtypes.go2242 Rule *ObjectLockRule
2263 type ObjectLockRule struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/s3/types/
H A Dtypes.go2282 Rule *ObjectLockRule
2303 type ObjectLockRule struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/s3/types/
H A Dtypes.go2282 Rule *ObjectLockRule
2303 type ObjectLockRule struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3/types/
H A Dtypes.go2452 Rule *ObjectLockRule
2479 type ObjectLockRule struct { struct
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go18083 Rule *ObjectLockRule `type:"structure"`
18103 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18166 type ObjectLockRule struct { struct
18175 func (s ObjectLockRule) String() string { argument
18180 func (s ObjectLockRule) GoString() string { argument
18185 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go21967 Rule *ObjectLockRule `type:"structure"`
21987 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
22050 type ObjectLockRule struct { struct
22059 func (s ObjectLockRule) String() string { argument
22064 func (s ObjectLockRule) GoString() string { argument
22069 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go18083 Rule *ObjectLockRule `type:"structure"`
18103 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18166 type ObjectLockRule struct { struct
18175 func (s ObjectLockRule) String() string { argument
18180 func (s ObjectLockRule) GoString() string { argument
18185 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go21967 Rule *ObjectLockRule `type:"structure"`
21987 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
22050 type ObjectLockRule struct { struct
22059 func (s ObjectLockRule) String() string { argument
22064 func (s ObjectLockRule) GoString() string { argument
22069 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go18083 Rule *ObjectLockRule `type:"structure"`
18103 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18166 type ObjectLockRule struct { struct
18175 func (s ObjectLockRule) String() string { argument
18180 func (s ObjectLockRule) GoString() string { argument
18185 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/aws/aws-sdk-go/service/s3/
H A Dapi.go17956 Rule *ObjectLockRule `type:"structure"`
17976 func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfiguration {
18039 type ObjectLockRule struct { struct
18048 func (s ObjectLockRule) String() string { argument
18053 func (s ObjectLockRule) GoString() string { argument
18058 func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { argument

1234