@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class CopyObjectRequest extends BmcRequest<CopyObjectDetails>
Example: Click here to see how to use CopyObjectRequest.
Modifier and Type | Class and Description |
---|---|
static class |
CopyObjectRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CopyObjectRequest.Builder |
builder() |
CopyObjectDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getBucketName()
The name of the bucket.
|
CopyObjectDetails |
getCopyObjectDetails()
The source and destination of the object to be copied.
|
String |
getNamespaceName()
The Object Storage namespace used for the request.
|
String |
getOpcClientRequestId()
The client request ID for tracing.
|
String |
getOpcSourceSseCustomerAlgorithm()
The optional header that specifies "AES256" as the encryption algorithm to use to decrypt the source
object.
|
String |
getOpcSourceSseCustomerKey()
The optional header that specifies the base64-encoded 256-bit encryption key to use to decrypt
the source object.
|
String |
getOpcSourceSseCustomerKeySha256()
The optional header that specifies the base64-encoded SHA256 hash of the encryption key used to
decrypt the source object.
|
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.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public CopyObjectDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<CopyObjectDetails>
public static CopyObjectRequest.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 CopyObjectDetails getCopyObjectDetails()
The source and destination of the object to be copied.
public String getOpcClientRequestId()
The client request ID for tracing.
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 getOpcSourceSseCustomerAlgorithm()
The optional header that specifies "AES256" as the encryption algorithm to use to decrypt the source object. For more information, see Using Your Own Keys for Server-Side Encryption.
public String getOpcSourceSseCustomerKey()
The optional header that specifies the base64-encoded 256-bit encryption key to use to decrypt the source object. For more information, see Using Your Own Keys for Server-Side Encryption.
public String getOpcSourceSseCustomerKeySha256()
The optional header that specifies the base64-encoded SHA256 hash of the encryption key used to decrypt the source object. This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption.
Copyright © 2016–2021. All rights reserved.