Home
last modified time | relevance | path

Searched refs:GetObjectRequest (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DGetObjectRequest.h28 class AWS_S3CRT_API GetObjectRequest : public S3CrtRequest
31 GetObjectRequest();
182 inline GetObjectRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} in WithBucket()
228 inline GetObjectRequest& WithBucket(const char* value) { SetBucket(value); return *this;} in WithBucket()
277 inline GetObjectRequest& WithIfMatch(const char* value) { SetIfMatch(value); return *this;} in WithIfMatch()
431 inline GetObjectRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
436 inline GetObjectRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
441 inline GetObjectRequest& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
496 inline GetObjectRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;} in WithRange()
514 inline GetObjectRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DGetObjectRequest.h28 class AWS_S3_API GetObjectRequest : public S3Request
31 GetObjectRequest();
182 inline GetObjectRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} in WithBucket()
228 inline GetObjectRequest& WithBucket(const char* value) { SetBucket(value); return *this;} in WithBucket()
277 inline GetObjectRequest& WithIfMatch(const char* value) { SetIfMatch(value); return *this;} in WithIfMatch()
431 inline GetObjectRequest& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
436 inline GetObjectRequest& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
441 inline GetObjectRequest& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
496 inline GetObjectRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;} in WithRange()
514 inline GetObjectRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/model/
H A DGetObjectRequest.h21 class AWS_MEDIASTOREDATA_API GetObjectRequest : public MediaStoreDataRequest
24 GetObjectRequest();
173 inline GetObjectRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
196 … inline GetObjectRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
219 inline GetObjectRequest& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
274 inline GetObjectRequest& WithRange(const Aws::String& value) { SetRange(value); return *this;} in WithRange()
283 …inline GetObjectRequest& WithRange(Aws::String&& value) { SetRange(std::move(value)); return *this… in WithRange()
292 inline GetObjectRequest& WithRange(const char* value) { SetRange(value); return *this;} in WithRange()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-encryption/include/aws/s3-encryption/modules/
H A DCryptoModule.h31 …d::function <Aws::S3::Model::GetObjectOutcome(const Aws::S3::Model::GetObjectRequest&)> GetObjectF…
55 …3EncryptionGetObjectOutcome GetObjectSecurely(const Aws::S3::Model::GetObjectRequest& request, con…
72 …tionGetObjectOutcome UnwrapAndMakeRequestWithCipher(Aws::S3::Model::GetObjectRequest& request, con…
98 …Aws::S3::Model::GetObjectRequest& request, const std::function < Aws::S3::Model::GetObjectOutcome(…
108 …virtual std::pair<int64_t, int64_t> AdjustRange(Aws::S3::Model::GetObjectRequest& getObjectRequest…
148 …Aws::S3::Model::GetObjectRequest& request, const std::function < Aws::S3::Model::GetObjectOutcome(…
158 …std::pair<int64_t, int64_t> AdjustRange(Aws::S3::Model::GetObjectRequest& getObjectRequest, const …
192 …Aws::S3::Model::GetObjectRequest& request, const std::function < Aws::S3::Model::GetObjectOutcome(…
202 …std::pair<int64_t, int64_t> AdjustRange(Aws::S3::Model::GetObjectRequest& getObjectRequest, const …
236 …Aws::S3::Model::GetObjectRequest& request, const std::function < Aws::S3::Model::GetObjectOutcome(…
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/source/model/
H A DGetObjectRequest.cpp16 GetObjectRequest::GetObjectRequest() : in GetObjectRequest() function in GetObjectRequest
22 Aws::String GetObjectRequest::SerializePayload() const in SerializePayload()
27 Aws::Http::HeaderValueCollection GetObjectRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/libcmis/
H A D0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch21 + GetObjectRequest request( repoId, id );
34 +void GetObjectRequest::toXml( xmlTextWriterPtr writer )
48 +class GetObjectRequest : public SoapRequest
56 + GetObjectRequest( std::string repoId, std::string id ) :
63 + ~GetObjectRequest( ) { }
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/libcmis/
H A D0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch21 + GetObjectRequest request( repoId, id );
34 +void GetObjectRequest::toXml( xmlTextWriterPtr writer )
48 +class GetObjectRequest : public SoapRequest
56 + GetObjectRequest( std::string repoId, std::string id ) :
63 + ~GetObjectRequest( ) { }
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DGetObjectRequest.cpp19 GetObjectRequest::GetObjectRequest() : in GetObjectRequest() function in GetObjectRequest
46 Aws::String GetObjectRequest::SerializePayload() const in SerializePayload()
51 void GetObjectRequest::AddQueryStringParameters(URI& uri) const in AddQueryStringParameters()
129 Aws::Http::HeaderValueCollection GetObjectRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DGetObjectRequest.cpp19 GetObjectRequest::GetObjectRequest() : in GetObjectRequest() function in GetObjectRequest
46 Aws::String GetObjectRequest::SerializePayload() const in SerializePayload()
51 void GetObjectRequest::AddQueryStringParameters(URI& uri) const in AddQueryStringParameters()
129 Aws::Http::HeaderValueCollection GetObjectRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dget_object_request_response.go13 type GetObjectRequest struct { struct
47 func (request GetObjectRequest) String() string { argument
52 func (request GetObjectRequest) HTTPRequest(method, path string) (http.Request, error) { argument
57 func (request GetObjectRequest) RetryPolicy() *common.RetryPolicy { argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dget_object_request_response.go13 type GetObjectRequest struct { struct
47 func (request GetObjectRequest) String() string { argument
52 func (request GetObjectRequest) HTTPRequest(method, path string) (http.Request, error) { argument
57 func (request GetObjectRequest) RetryPolicy() *common.RetryPolicy { argument
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dget_object_request_response.go13 type GetObjectRequest struct { struct
47 func (request GetObjectRequest) String() string { argument
52 func (request GetObjectRequest) HTTPRequest(method, path string) (http.Request, error) { argument
57 func (request GetObjectRequest) RetryPolicy() *common.RetryPolicy { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dget_object_request_response.go13 type GetObjectRequest struct { struct
47 func (request GetObjectRequest) String() string { argument
52 func (request GetObjectRequest) HTTPRequest(method, path string) (http.Request, error) { argument
57 func (request GetObjectRequest) RetryPolicy() *common.RetryPolicy { argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-encryption/source/s3-encryption/modules/
H A DCryptoModule.cpp78 …onGetObjectOutcome CryptoModule::GetObjectSecurely(const Aws::S3::Model::GetObjectRequest& request, in GetObjectSecurely()
81 GetObjectRequest copyRequest(request); in GetObjectSecurely()
143 …utcome CryptoModule::UnwrapAndMakeRequestWithCipher(Aws::S3::Model::GetObjectRequest& request, con… in UnwrapAndMakeRequestWithCipher()
249 …nst Aws::S3::Model::GetObjectRequest&, const std::function < Aws::S3::Model::GetObjectOutcome(cons… in GetTag() argument
260 …:pair<int64_t, int64_t> CryptoModuleEO::AdjustRange(Aws::S3::Model::GetObjectRequest & request, co… in AdjustRange()
323 …Aws::S3::Model::GetObjectRequest& request, const std::function < Aws::S3::Model::GetObjectOutcome(… in GetTag()
327 GetObjectRequest getTag; in GetTag()
359 …:pair<int64_t, int64_t> CryptoModuleAE::AdjustRange(Aws::S3::Model::GetObjectRequest& getObjectReq… in AdjustRange()
436 …Aws::S3::Model::GetObjectRequest & request, const std::function < Aws::S3::Model::GetObjectOutcome… in GetTag()
438 GetObjectRequest getTag; in GetTag()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dget_object_request_response.go14 type GetObjectRequest struct { struct
65 func (request GetObjectRequest) String() string { argument
70 func (request GetObjectRequest) HTTPRequest(method, path string) (http.Request, error) { argument
75 func (request GetObjectRequest) RetryPolicy() *common.RetryPolicy { argument
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/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/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj… func
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/s3/s3crypto/
H A Ddecryption_client.go87 func (c *DecryptionClient) GetObjectRequest(input *s3.GetObjectInput) (*request.Request, *s3.GetObj…
88 req, out := c.S3Client.GetObjectRequest(input)
119 req, out := c.GetObjectRequest(input)
131 req, out := c.GetObjectRequest(input)

12345678910>>...28