Home
last modified time | relevance | path

Searched refs:ExplicitDeny (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DExplicitDeny.h32 class AWS_IOT_API ExplicitDeny
35 ExplicitDeny();
36 ExplicitDeny(Aws::Utils::Json::JsonView jsonValue);
37 ExplicitDeny& operator=(Aws::Utils::Json::JsonView jsonValue);
64 …inline ExplicitDeny& WithPolicies(const Aws::Vector<Policy>& value) { SetPolicies(value); return *… in WithPolicies()
69 …inline ExplicitDeny& WithPolicies(Aws::Vector<Policy>&& value) { SetPolicies(std::move(value)); re… in WithPolicies()
74 …inline ExplicitDeny& AddPolicies(const Policy& value) { m_policiesHasBeenSet = true; m_policies.pu… in AddPolicies()
79 …inline ExplicitDeny& AddPolicies(Policy&& value) { m_policiesHasBeenSet = true; m_policies.push_ba… in AddPolicies()
H A DDenied.h87 inline const ExplicitDeny& GetExplicitDeny() const{ return m_explicitDeny; } in GetExplicitDeny()
97 …inline void SetExplicitDeny(const ExplicitDeny& value) { m_explicitDenyHasBeenSet = true; m_explic… in SetExplicitDeny()
102 …inline void SetExplicitDeny(ExplicitDeny&& value) { m_explicitDenyHasBeenSet = true; m_explicitDen… in SetExplicitDeny()
107 …inline Denied& WithExplicitDeny(const ExplicitDeny& value) { SetExplicitDeny(value); return *this;} in WithExplicitDeny()
112 …inline Denied& WithExplicitDeny(ExplicitDeny&& value) { SetExplicitDeny(std::move(value)); return … in WithExplicitDeny()
119 ExplicitDeny m_explicitDeny;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/source/model/
H A DExplicitDeny.cpp21 ExplicitDeny::ExplicitDeny() : in ExplicitDeny() function in Aws::IoT::Model::ExplicitDeny
26 ExplicitDeny::ExplicitDeny(JsonView jsonValue) : in ExplicitDeny() function in Aws::IoT::Model::ExplicitDeny
32 ExplicitDeny& ExplicitDeny::operator =(JsonView jsonValue) in operator =()
47 JsonValue ExplicitDeny::Jsonize() const in Jsonize()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iot/types/
H A Dtypes.go987 ExplicitDeny *ExplicitDeny member
1166 type ExplicitDeny struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/iot/types/
H A Dtypes.go987 ExplicitDeny *ExplicitDeny member
1166 type ExplicitDeny struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/iot/types/
H A Dtypes.go987 ExplicitDeny *ExplicitDeny member
1166 type ExplicitDeny struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iot/types/
H A Dtypes.go1035 ExplicitDeny *ExplicitDeny member
1305 type ExplicitDeny struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/iot/types/
H A Dtypes.go1035 ExplicitDeny *ExplicitDeny member
1305 type ExplicitDeny struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/iot/types/
H A Dtypes.go1035 ExplicitDeny *ExplicitDeny member
1305 type ExplicitDeny struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/iot/types/
H A Dtypes.go1035 ExplicitDeny *ExplicitDeny member
1305 type ExplicitDeny struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/iot/types/
H A Dtypes.go1185 ExplicitDeny *ExplicitDeny member
1482 type ExplicitDeny struct { struct
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go15454 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
15473 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
15474 s.ExplicitDeny = v
17482 type ExplicitDeny struct { struct
17490 func (s ExplicitDeny) String() string { argument
17495 func (s ExplicitDeny) GoString() string { argument
17500 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go15497 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
15516 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
15517 s.ExplicitDeny = v
17525 type ExplicitDeny struct { struct
17533 func (s ExplicitDeny) String() string { argument
17538 func (s ExplicitDeny) GoString() string { argument
17543 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/iot/
H A Dapi.go19380 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"`
19399 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
19400 s.ExplicitDeny = v
21894 type ExplicitDeny struct {
21902 func (s ExplicitDeny) String() string {
21907 func (s ExplicitDeny) GoString() string {
21912 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go21770 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
21789 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
21790 s.ExplicitDeny = v
24517 type ExplicitDeny struct { struct
24525 func (s ExplicitDeny) String() string { argument
24530 func (s ExplicitDeny) GoString() string { argument
24535 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go23211 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
23230 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
23231 s.ExplicitDeny = v
26329 type ExplicitDeny struct { struct
26337 func (s ExplicitDeny) String() string { argument
26342 func (s ExplicitDeny) GoString() string { argument
26347 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go23211 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
23230 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
23231 s.ExplicitDeny = v
26329 type ExplicitDeny struct { struct
26337 func (s ExplicitDeny) String() string { argument
26342 func (s ExplicitDeny) GoString() string { argument
26347 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go26447 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
26466 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
26467 s.ExplicitDeny = v
29988 type ExplicitDeny struct { struct
29996 func (s ExplicitDeny) String() string { argument
30001 func (s ExplicitDeny) GoString() string { argument
30006 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go26497 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
26516 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
26517 s.ExplicitDeny = v
30038 type ExplicitDeny struct { struct
30046 func (s ExplicitDeny) String() string { argument
30051 func (s ExplicitDeny) GoString() string { argument
30056 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go28236 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
28255 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
28256 s.ExplicitDeny = v
31923 type ExplicitDeny struct { struct
31931 func (s ExplicitDeny) String() string { argument
31936 func (s ExplicitDeny) GoString() string { argument
31941 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/iot/
H A Dapi.go26852 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
26871 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
26872 s.ExplicitDeny = v
30397 type ExplicitDeny struct { struct
30405 func (s ExplicitDeny) String() string { argument
30410 func (s ExplicitDeny) GoString() string { argument
30415 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go26785 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
26804 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
26805 s.ExplicitDeny = v
30326 type ExplicitDeny struct { struct
30334 func (s ExplicitDeny) String() string { argument
30339 func (s ExplicitDeny) GoString() string { argument
30344 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go27883 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
27902 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
27903 s.ExplicitDeny = v
31570 type ExplicitDeny struct { struct
31578 func (s ExplicitDeny) String() string { argument
31583 func (s ExplicitDeny) GoString() string { argument
31588 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/iot/
H A Dapi.go28236 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
28255 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
28256 s.ExplicitDeny = v
31923 type ExplicitDeny struct { struct
31931 func (s ExplicitDeny) String() string { argument
31936 func (s ExplicitDeny) GoString() string { argument
31941 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go31776 ExplicitDeny *ExplicitDeny `locationName:"explicitDeny" type:"structure"` member
31795 func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied {
31796 s.ExplicitDeny = v
35592 type ExplicitDeny struct { struct
35600 func (s ExplicitDeny) String() string { argument
35605 func (s ExplicitDeny) GoString() string { argument
35610 func (s *ExplicitDeny) SetPolicies(v []*Policy) *ExplicitDeny { argument

12