Home
last modified time | relevance | path

Searched refs:AuthorizerDescription (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DAuthorizerDescription.h34 class AWS_IOT_API AuthorizerDescription
37 AuthorizerDescription();
38 AuthorizerDescription(Aws::Utils::Json::JsonView jsonValue);
39 AuthorizerDescription& operator=(Aws::Utils::Json::JsonView jsonValue);
81 …inline AuthorizerDescription& WithAuthorizerName(const char* value) { SetAuthorizerName(value); re… in WithAuthorizerName()
112 …inline AuthorizerDescription& WithAuthorizerArn(const Aws::String& value) { SetAuthorizerArn(value… in WithAuthorizerArn()
122 …inline AuthorizerDescription& WithAuthorizerArn(const char* value) { SetAuthorizerArn(value); retu… in WithAuthorizerArn()
194 …inline AuthorizerDescription& WithTokenKeyName(const Aws::String& value) { SetTokenKeyName(value);… in WithTokenKeyName()
204 …inline AuthorizerDescription& WithTokenKeyName(const char* value) { SetTokenKeyName(value); return… in WithTokenKeyName()
309 …inline AuthorizerDescription& WithStatus(const AuthorizerStatus& value) { SetStatus(value); return… in WithStatus()
[all …]
H A DDescribeAuthorizerResult.h38 …inline const AuthorizerDescription& GetAuthorizerDescription() const{ return m_authorizerDescripti… in GetAuthorizerDescription()
43 …inline void SetAuthorizerDescription(const AuthorizerDescription& value) { m_authorizerDescription… in SetAuthorizerDescription()
48 …inline void SetAuthorizerDescription(AuthorizerDescription&& value) { m_authorizerDescription = st… in SetAuthorizerDescription()
53 …inline DescribeAuthorizerResult& WithAuthorizerDescription(const AuthorizerDescription& value) { S… in WithAuthorizerDescription()
58 …inline DescribeAuthorizerResult& WithAuthorizerDescription(AuthorizerDescription&& value) { SetAut… in WithAuthorizerDescription()
62 AuthorizerDescription m_authorizerDescription;
H A DDescribeDefaultAuthorizerResult.h38 …inline const AuthorizerDescription& GetAuthorizerDescription() const{ return m_authorizerDescripti… in GetAuthorizerDescription()
43 …inline void SetAuthorizerDescription(const AuthorizerDescription& value) { m_authorizerDescription… in SetAuthorizerDescription()
48 …inline void SetAuthorizerDescription(AuthorizerDescription&& value) { m_authorizerDescription = st… in SetAuthorizerDescription()
53 …inline DescribeDefaultAuthorizerResult& WithAuthorizerDescription(const AuthorizerDescription& val… in WithAuthorizerDescription()
58 …inline DescribeDefaultAuthorizerResult& WithAuthorizerDescription(AuthorizerDescription&& value) {… in WithAuthorizerDescription()
62 AuthorizerDescription m_authorizerDescription;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/source/model/
H A DAuthorizerDescription.cpp21 AuthorizerDescription::AuthorizerDescription() : in AuthorizerDescription() function in Aws::IoT::Model::AuthorizerDescription
36 AuthorizerDescription::AuthorizerDescription(JsonView jsonValue) : in AuthorizerDescription() function in Aws::IoT::Model::AuthorizerDescription
52 AuthorizerDescription& AuthorizerDescription::operator =(JsonView jsonValue) in operator =()
123 JsonValue AuthorizerDescription::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go40 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go45 AuthorizerDescription *types.AuthorizerDescription member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/iot/
H A Dapi_op_DescribeDefaultAuthorizer.go36 AuthorizerDescription *types.AuthorizerDescription member
H A Dapi_op_DescribeAuthorizer.go41 AuthorizerDescription *types.AuthorizerDescription member
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go12090 type AuthorizerDescription struct { struct
12130 func (s *AuthorizerDescription) SetAuthorizerArn(v string) *AuthorizerDescription { argument
12136 func (s *AuthorizerDescription) SetAuthorizerFunctionArn(v string) *AuthorizerDescription { argument
12142 func (s *AuthorizerDescription) SetAuthorizerName(v string) *AuthorizerDescription { argument
12148 func (s *AuthorizerDescription) SetCreationDate(v time.Time) *AuthorizerDescription { argument
12154 func (s *AuthorizerDescription) SetLastModifiedDate(v time.Time) *AuthorizerDescription { argument
12160 func (s *AuthorizerDescription) SetStatus(v string) *AuthorizerDescription { argument
12166 func (s *AuthorizerDescription) SetTokenKeyName(v string) *AuthorizerDescription { argument
15596AuthorizerDescription *AuthorizerDescription `locationName:"authorizerDescription" type:"structure… member
15611 s.AuthorizerDescription = v
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/iot/
H A Dapi.go12093 type AuthorizerDescription struct { struct
12133 func (s *AuthorizerDescription) SetAuthorizerArn(v string) *AuthorizerDescription { argument
12139 func (s *AuthorizerDescription) SetAuthorizerFunctionArn(v string) *AuthorizerDescription { argument
12145 func (s *AuthorizerDescription) SetAuthorizerName(v string) *AuthorizerDescription { argument
12151 func (s *AuthorizerDescription) SetCreationDate(v time.Time) *AuthorizerDescription { argument
12157 func (s *AuthorizerDescription) SetLastModifiedDate(v time.Time) *AuthorizerDescription { argument
12163 func (s *AuthorizerDescription) SetStatus(v string) *AuthorizerDescription { argument
12169 func (s *AuthorizerDescription) SetTokenKeyName(v string) *AuthorizerDescription { argument
15639AuthorizerDescription *AuthorizerDescription `locationName:"authorizerDescription" type:"structure… member
15654 s.AuthorizerDescription = v
[all …]
/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.go15048 type AuthorizerDescription struct {
15088 func (s *AuthorizerDescription) SetAuthorizerArn(v string) *AuthorizerDescription {
15094 func (s *AuthorizerDescription) SetAuthorizerFunctionArn(v string) *AuthorizerDescription {
15100 func (s *AuthorizerDescription) SetAuthorizerName(v string) *AuthorizerDescription {
15106 func (s *AuthorizerDescription) SetCreationDate(v time.Time) *AuthorizerDescription {
15112 func (s *AuthorizerDescription) SetLastModifiedDate(v time.Time) *AuthorizerDescription {
15118 func (s *AuthorizerDescription) SetStatus(v string) *AuthorizerDescription {
15124 func (s *AuthorizerDescription) SetTokenKeyName(v string) *AuthorizerDescription {
19692AuthorizerDescription *AuthorizerDescription `locationName:"authorizerDescription" type:"structure…
19707 s.AuthorizerDescription = v
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/iot/types/
H A Dtypes.go487 type AuthorizerDescription 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.go487 type AuthorizerDescription struct { struct

123