Home
last modified time | relevance | path

Searched refs:S3Path (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kendra/include/aws/kendra/model/
H A DS3Path.h32 class AWS_KENDRA_API S3Path
35 S3Path();
36 S3Path(Aws::Utils::Json::JsonView jsonValue);
37 S3Path& operator=(Aws::Utils::Json::JsonView jsonValue);
69 inline S3Path& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} in WithBucket()
74 inline S3Path& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;} in WithBucket()
79 inline S3Path& WithBucket(const char* value) { SetBucket(value); return *this;} in WithBucket()
110 inline S3Path& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
115 inline S3Path& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
120 inline S3Path& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
H A DOneDriveUsers.h129 inline const S3Path& GetOneDriveUserS3Path() const{ return m_oneDriveUserS3Path; } in GetOneDriveUserS3Path()
141 …inline void SetOneDriveUserS3Path(const S3Path& value) { m_oneDriveUserS3PathHasBeenSet = true; m_… in SetOneDriveUserS3Path()
147 …inline void SetOneDriveUserS3Path(S3Path&& value) { m_oneDriveUserS3PathHasBeenSet = true; m_oneDr… in SetOneDriveUserS3Path()
153 …inline OneDriveUsers& WithOneDriveUserS3Path(const S3Path& value) { SetOneDriveUserS3Path(value); … in WithOneDriveUserS3Path()
159 …inline OneDriveUsers& WithOneDriveUserS3Path(S3Path&& value) { SetOneDriveUserS3Path(std::move(val… in WithOneDriveUserS3Path()
166 S3Path m_oneDriveUserS3Path;
H A DGroupMembers.h163 inline const S3Path& GetS3PathforGroupMembers() const{ return m_s3PathforGroupMembers; } in GetS3PathforGroupMembers()
191 …inline void SetS3PathforGroupMembers(const S3Path& value) { m_s3PathforGroupMembersHasBeenSet = tr… in SetS3PathforGroupMembers()
205 …inline void SetS3PathforGroupMembers(S3Path&& value) { m_s3PathforGroupMembersHasBeenSet = true; m… in SetS3PathforGroupMembers()
219 …inline GroupMembers& WithS3PathforGroupMembers(const S3Path& value) { SetS3PathforGroupMembers(val… in WithS3PathforGroupMembers()
233 …inline GroupMembers& WithS3PathforGroupMembers(S3Path&& value) { SetS3PathforGroupMembers(std::mov… in WithS3PathforGroupMembers()
243 S3Path m_s3PathforGroupMembers;
H A DUpdateQuerySuggestionsBlockListRequest.h212 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
236 …inline void SetSourceS3Path(const S3Path& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path… in SetSourceS3Path()
248 …inline void SetSourceS3Path(S3Path&& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path = st… in SetSourceS3Path()
260 …inline UpdateQuerySuggestionsBlockListRequest& WithSourceS3Path(const S3Path& value) { SetSourceS3… in WithSourceS3Path()
272 …inline UpdateQuerySuggestionsBlockListRequest& WithSourceS3Path(S3Path&& value) { SetSourceS3Path(… in WithSourceS3Path()
337 S3Path m_sourceS3Path;
H A DUpdateThesaurusRequest.h244 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
250 …inline void SetSourceS3Path(const S3Path& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path… in SetSourceS3Path()
253 …inline void SetSourceS3Path(S3Path&& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path = st… in SetSourceS3Path()
256 …inline UpdateThesaurusRequest& WithSourceS3Path(const S3Path& value) { SetSourceS3Path(value); ret… in WithSourceS3Path()
259 …inline UpdateThesaurusRequest& WithSourceS3Path(S3Path&& value) { SetSourceS3Path(std::move(value)… in WithSourceS3Path()
278 S3Path m_sourceS3Path;
H A DCreateQuerySuggestionsBlockListRequest.h211 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
229 …inline void SetSourceS3Path(const S3Path& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path… in SetSourceS3Path()
238 …inline void SetSourceS3Path(S3Path&& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path = st… in SetSourceS3Path()
247 …inline CreateQuerySuggestionsBlockListRequest& WithSourceS3Path(const S3Path& value) { SetSourceS3… in WithSourceS3Path()
256 …inline CreateQuerySuggestionsBlockListRequest& WithSourceS3Path(S3Path&& value) { SetSourceS3Path(… in WithSourceS3Path()
440 S3Path m_sourceS3Path;
H A DCreateThesaurusRequest.h273 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
283 …inline void SetSourceS3Path(const S3Path& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path… in SetSourceS3Path()
288 …inline void SetSourceS3Path(S3Path&& value) { m_sourceS3PathHasBeenSet = true; m_sourceS3Path = st… in SetSourceS3Path()
293 …inline CreateThesaurusRequest& WithSourceS3Path(const S3Path& value) { SetSourceS3Path(value); ret… in WithSourceS3Path()
298 …inline CreateThesaurusRequest& WithSourceS3Path(S3Path&& value) { SetSourceS3Path(std::move(value)… in WithSourceS3Path()
374 S3Path m_sourceS3Path;
H A DDocument.h185 inline const S3Path& GetS3Path() const{ return m_s3Path; } in GetS3Path()
191 inline void SetS3Path(const S3Path& value) { m_s3PathHasBeenSet = true; m_s3Path = value; } in SetS3Path()
194 … inline void SetS3Path(S3Path&& value) { m_s3PathHasBeenSet = true; m_s3Path = std::move(value); } in SetS3Path()
197 inline Document& WithS3Path(const S3Path& value) { SetS3Path(value); return *this;} in WithS3Path()
200 inline Document& WithS3Path(S3Path&& value) { SetS3Path(std::move(value)); return *this;} in WithS3Path()
415 S3Path m_s3Path;
H A DCreateFaqRequest.h168 inline const S3Path& GetS3Path() const{ return m_s3Path; } in GetS3Path()
178 inline void SetS3Path(const S3Path& value) { m_s3PathHasBeenSet = true; m_s3Path = value; } in SetS3Path()
183 … inline void SetS3Path(S3Path&& value) { m_s3PathHasBeenSet = true; m_s3Path = std::move(value); } in SetS3Path()
188 inline CreateFaqRequest& WithS3Path(const S3Path& value) { SetS3Path(value); return *this;} in WithS3Path()
193 … inline CreateFaqRequest& WithS3Path(S3Path&& value) { SetS3Path(std::move(value)); return *this;} in WithS3Path()
517 S3Path m_s3Path;
H A DDescribeQuerySuggestionsBlockListResult.h315 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
324 inline void SetSourceS3Path(const S3Path& value) { m_sourceS3Path = value; } in SetSourceS3Path()
333 inline void SetSourceS3Path(S3Path&& value) { m_sourceS3Path = std::move(value); } in SetSourceS3Path()
342 …inline DescribeQuerySuggestionsBlockListResult& WithSourceS3Path(const S3Path& value) { SetSourceS… in WithSourceS3Path()
351 …inline DescribeQuerySuggestionsBlockListResult& WithSourceS3Path(S3Path&& value) { SetSourceS3Path… in WithSourceS3Path()
463 S3Path m_sourceS3Path;
H A DDescribeFaqResult.h236 inline const S3Path& GetS3Path() const{ return m_s3Path; } in GetS3Path()
239 inline void SetS3Path(const S3Path& value) { m_s3Path = value; } in SetS3Path()
242 inline void SetS3Path(S3Path&& value) { m_s3Path = std::move(value); } in SetS3Path()
245 inline DescribeFaqResult& WithS3Path(const S3Path& value) { SetS3Path(value); return *this;} in WithS3Path()
248 … inline DescribeFaqResult& WithS3Path(S3Path&& value) { SetS3Path(std::move(value)); return *this;} in WithS3Path()
471 S3Path m_s3Path;
H A DDescribeThesaurusResult.h379 inline const S3Path& GetSourceS3Path() const{ return m_sourceS3Path; } in GetSourceS3Path()
382 inline void SetSourceS3Path(const S3Path& value) { m_sourceS3Path = value; } in SetSourceS3Path()
385 inline void SetSourceS3Path(S3Path&& value) { m_sourceS3Path = std::move(value); } in SetSourceS3Path()
388 …inline DescribeThesaurusResult& WithSourceS3Path(const S3Path& value) { SetSourceS3Path(value); re… in WithSourceS3Path()
391 …inline DescribeThesaurusResult& WithSourceS3Path(S3Path&& value) { SetSourceS3Path(std::move(value… in WithSourceS3Path()
464 S3Path m_sourceS3Path;
H A DSharePointConfiguration.h638 inline const S3Path& GetSslCertificateS3Path() const{ return m_sslCertificateS3Path; } in GetSslCertificateS3Path()
644 …inline void SetSslCertificateS3Path(const S3Path& value) { m_sslCertificateS3PathHasBeenSet = true… in SetSslCertificateS3Path()
647 …inline void SetSslCertificateS3Path(S3Path&& value) { m_sslCertificateS3PathHasBeenSet = true; m_s… in SetSslCertificateS3Path()
650 …inline SharePointConfiguration& WithSslCertificateS3Path(const S3Path& value) { SetSslCertificateS… in WithSslCertificateS3Path()
653 …inline SharePointConfiguration& WithSslCertificateS3Path(S3Path&& value) { SetSslCertificateS3Path… in WithSslCertificateS3Path()
690 S3Path m_sslCertificateS3Path;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kendra/source/model/
H A DS3Path.cpp21 S3Path::S3Path() : in S3Path() function in Aws::kendra::Model::S3Path
27 S3Path::S3Path(JsonView jsonValue) : in S3Path() function in Aws::kendra::Model::S3Path
34 S3Path& S3Path::operator =(JsonView jsonValue) in operator =()
53 JsonValue S3Path::Jsonize() const in Jsonize()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Ds3fs.cc275 struct S3Path { struct
518 S3Path path_;
801 S3Path path_;
1245 S3Path path; in GetFileInfo()
1338 S3Path path; in CreateDir()
1380 S3Path path; in DeleteDir()
1403 S3Path path; in DeleteDirContents()
1415 S3Path path; in DeleteFile()
1476 S3Path path; in OpenInputStream()
1487 S3Path path; in OpenInputFile()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Ds3fs.cc333 struct S3Path { struct
348 S3Path path; in FromString()
357 static Status Validate(const S3Path* path) { in Validate() argument
377 S3Path parent() const { in parent() argument
396 Status PathNotFound(const S3Path& path) { in PathNotFound()
404 Status NotAFile(const S3Path& path) { in NotAFile()
408 Status ValidateFilePath(const S3Path& path) { in ValidateFilePath()
763 S3Path path_;
1051 S3Path path_;
1297 Status CopyObject(const S3Path& src_path, const S3Path& dest_path) { in CopyObject()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Ds3fs.cc394 struct S3Path { struct
409 S3Path path; in FromString()
418 static Status Validate(const S3Path* path) { in Validate() argument
446 S3Path parent() const { in parent() argument
465 Status PathNotFound(const S3Path& path) { in PathNotFound()
473 Status NotAFile(const S3Path& path) { in NotAFile()
477 Status ValidateFilePath(const S3Path& path) { in ValidateFilePath()
1103 S3Path path_;
1417 const S3Path path_;
1695 Status CopyObject(const S3Path& src_path, const S3Path& dest_path) { in CopyObject()
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/kendra/types/
H A Dtypes.go814 S3Path *S3Path member
1124 S3PathforGroupMembers *S3Path
1385 OneDriveUserS3Path *S3Path
1644 type S3Path struct { struct
2125 SslCertificateS3Path *S3Path
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/kendra/types/
H A Dtypes.go654 S3Path *S3Path member
1027 OneDriveUserS3Path *S3Path
1194 type S3Path struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/kendra/types/
H A Dtypes.go654 S3Path *S3Path member
1027 OneDriveUserS3Path *S3Path
1194 type S3Path struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/kendra/types/
H A Dtypes.go650 S3Path *S3Path member
1023 OneDriveUserS3Path *S3Path
1190 type S3Path struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/kendra/types/
H A Dtypes.go650 S3Path *S3Path member
1023 OneDriveUserS3Path *S3Path
1190 type S3Path struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/kendra/types/
H A Dtypes.go650 S3Path *S3Path member
1023 OneDriveUserS3Path *S3Path
1190 type S3Path struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/kendra/types/
H A Dtypes.go654 S3Path *S3Path member
1044 OneDriveUserS3Path *S3Path
1211 type S3Path struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/kendra/types/
H A Dtypes.go654 S3Path *S3Path member
1027 OneDriveUserS3Path *S3Path
1194 type S3Path struct { struct

1234567