Home
last modified time | relevance | path

Searched refs:SetIdentityPoolName (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/model/
H A DCreateBackendAuthIdentityPoolConfig.h54 …inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolNameHasBeenSet = true; m… in SetIdentityPoolName() function
59 …inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolNameHasBeenSet = true; m_iden… in SetIdentityPoolName() function
64 …inline void SetIdentityPoolName(const char* value) { m_identityPoolNameHasBeenSet = true; m_identi… in SetIdentityPoolName() function
69 …entityPoolConfig& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
74 …uthIdentityPoolConfig& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
79 …dAuthIdentityPoolConfig& WithIdentityPoolName(const char* value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/model/
H A DIdentityPoolShortDescription.h94 …inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolNameHasBeenSet = true; m… in SetIdentityPoolName() function
99 …inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolNameHasBeenSet = true; m_iden… in SetIdentityPoolName() function
104 …inline void SetIdentityPoolName(const char* value) { m_identityPoolNameHasBeenSet = true; m_identi… in SetIdentityPoolName() function
109 …ShortDescription& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
114 …yPoolShortDescription& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
119 …ityPoolShortDescription& WithIdentityPoolName(const char* value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
H A DCreateIdentityPoolRequest.h56 …inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolNameHasBeenSet = true; m… in SetIdentityPoolName() function
61 …inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolNameHasBeenSet = true; m_iden… in SetIdentityPoolName() function
66 …inline void SetIdentityPoolName(const char* value) { m_identityPoolNameHasBeenSet = true; m_identi… in SetIdentityPoolName() function
71 …ntityPoolRequest& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
76 …teIdentityPoolRequest& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
81 …inline CreateIdentityPoolRequest& WithIdentityPoolName(const char* value) { SetIdentityPoolName(va… in WithIdentityPoolName()
H A DCreateIdentityPoolResult.h88 inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolName = value; } in SetIdentityPoolName() function
93 inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolName = std::move(value); } in SetIdentityPoolName() function
98 inline void SetIdentityPoolName(const char* value) { m_identityPoolName.assign(value); } in SetIdentityPoolName() function
103 …entityPoolResult& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
108 …ateIdentityPoolResult& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
113 …inline CreateIdentityPoolResult& WithIdentityPoolName(const char* value) { SetIdentityPoolName(val… in WithIdentityPoolName()
H A DUpdateIdentityPoolResult.h88 inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolName = value; } in SetIdentityPoolName() function
93 inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolName = std::move(value); } in SetIdentityPoolName() function
98 inline void SetIdentityPoolName(const char* value) { m_identityPoolName.assign(value); } in SetIdentityPoolName() function
103 …entityPoolResult& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
108 …ateIdentityPoolResult& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
113 …inline UpdateIdentityPoolResult& WithIdentityPoolName(const char* value) { SetIdentityPoolName(val… in WithIdentityPoolName()
H A DDescribeIdentityPoolResult.h88 inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolName = value; } in SetIdentityPoolName() function
93 inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolName = std::move(value); } in SetIdentityPoolName() function
98 inline void SetIdentityPoolName(const char* value) { m_identityPoolName.assign(value); } in SetIdentityPoolName() function
103 …entityPoolResult& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
108 …ibeIdentityPoolResult& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
113 …cribeIdentityPoolResult& WithIdentityPoolName(const char* value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
H A DUpdateIdentityPoolRequest.h98 …inline void SetIdentityPoolName(const Aws::String& value) { m_identityPoolNameHasBeenSet = true; m… in SetIdentityPoolName() function
103 …inline void SetIdentityPoolName(Aws::String&& value) { m_identityPoolNameHasBeenSet = true; m_iden… in SetIdentityPoolName() function
108 …inline void SetIdentityPoolName(const char* value) { m_identityPoolNameHasBeenSet = true; m_identi… in SetIdentityPoolName() function
113 …ntityPoolRequest& WithIdentityPoolName(const Aws::String& value) { SetIdentityPoolName(value); ret… in WithIdentityPoolName()
118 …teIdentityPoolRequest& WithIdentityPoolName(Aws::String&& value) { SetIdentityPoolName(std::move(v… in WithIdentityPoolName()
123 …inline UpdateIdentityPoolRequest& WithIdentityPoolName(const char* value) { SetIdentityPoolName(va… in WithIdentityPoolName()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go1943 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
2906 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
2958 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go1942 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
2886 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
2937 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go1943 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
2906 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
2958 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/cognitoidentity/
H A Dapi.go1942 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput {
2886 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool {
2937 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2265 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3230 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3287 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2276 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3255 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3312 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2265 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3230 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3287 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2276 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3255 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3312 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2265 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3230 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3287 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/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/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/cognitoidentity/
H A Dapi.go2333 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3428 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3485 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2577 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3792 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3849 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2577 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3792 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3849 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/
H A Dapi.go2577 func (s *CreateIdentityPoolInput) SetIdentityPoolName(v string) *CreateIdentityPoolInput { func
3792 func (s *IdentityPool) SetIdentityPoolName(v string) *IdentityPool { func
3849 func (s *IdentityPoolShortDescription) SetIdentityPoolName(v string) *IdentityPoolShortDescription { func

123