@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class GetObjectRequest extends BmcRequest<Void>
Example: Click here to see how to use GetObjectRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetObjectRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetObjectRequest.Builder |
builder() |
String |
getBucketName()
The name of the bucket.
|
String |
getHttpResponseCacheControl()
Specify this query parameter to override the Cache-Control response header in the GetObject response.
|
String |
getHttpResponseContentDisposition()
Specify this query parameter to override the value of the Content-Disposition response header in the GetObject response.
|
String |
getHttpResponseContentEncoding()
Specify this query parameter to override the Content-Encoding response header in the GetObject response.
|
String |
getHttpResponseContentLanguage()
Specify this query parameter to override the Content-Language response header in the GetObject response.
|
String |
getHttpResponseContentType()
Specify this query parameter to override the Content-Type response header in the GetObject response.
|
String |
getHttpResponseExpires()
Specify this query parameter to override the Expires response header in the GetObject response.
|
String |
getIfMatch()
The entity tag (ETag) to match with the ETag of an existing resource.
|
String |
getIfNoneMatch()
The entity tag (ETag) to avoid matching.
|
String |
getNamespaceName()
The Object Storage namespace used for the request.
|
String |
getObjectName()
The name of the object.
|
String |
getOpcClientRequestId()
The client request ID for tracing.
|
String |
getOpcSseCustomerAlgorithm()
The optional header that specifies "AES256" as the encryption algorithm.
|
String |
getOpcSseCustomerKey()
The optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or
decrypt the data.
|
String |
getOpcSseCustomerKeySha256()
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
Range |
getRange()
Optional byte range to fetch, as described in RFC 7233.
|
String |
getVersionId()
VersionId used to identify a particular version of the object
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetObjectRequest.Builder builder()
public String getNamespaceName()
The Object Storage namespace used for the request.
public String getBucketName()
The name of the bucket. Avoid entering confidential information.
Example: my-new-bucket1
public String getObjectName()
The name of the object. Avoid entering confidential information.
Example: test/object1.log
public String getVersionId()
VersionId used to identify a particular version of the object
public String getIfMatch()
The entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload the resource.
public String getIfNoneMatch()
The entity tag (ETag) to avoid matching. The only valid value is ‘*’, which indicates that the request should fail if the resource already exists.
public String getOpcClientRequestId()
The client request ID for tracing.
public Range getRange()
Optional byte range to fetch, as described in RFC 7233. Note that only a single range of bytes is supported.
public String getOpcSseCustomerAlgorithm()
The optional header that specifies "AES256" as the encryption algorithm. For more information, see Using Your Own Keys for Server-Side Encryption.
public String getOpcSseCustomerKey()
The optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the data. For more information, see Using Your Own Keys for Server-Side Encryption.
public String getOpcSseCustomerKeySha256()
The optional header that specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption.
public String getHttpResponseContentDisposition()
Specify this query parameter to override the value of the Content-Disposition response header in the GetObject response.
public String getHttpResponseCacheControl()
Specify this query parameter to override the Cache-Control response header in the GetObject response.
public String getHttpResponseContentType()
Specify this query parameter to override the Content-Type response header in the GetObject response.
public String getHttpResponseContentLanguage()
Specify this query parameter to override the Content-Language response header in the GetObject response.
public String getHttpResponseContentEncoding()
Specify this query parameter to override the Content-Encoding response header in the GetObject response.
public String getHttpResponseExpires()
Specify this query parameter to override the Expires response header in the GetObject response.
Copyright © 2016–2021. All rights reserved.