Package | Description |
---|---|
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
PutObjectResponse.Builder |
PutObjectResponse.Builder.__httpStatusCode__(int __httpStatusCode__) |
static PutObjectResponse.Builder |
PutObjectResponse.builder()
Return a new builder for this response object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.copy(PutObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.eTag(String eTag)
The entity tag (ETag) for the object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.headers(Map<String,List<String>> headers) |
PutObjectResponse.Builder |
PutObjectResponse.Builder.lastModified(Date lastModified)
The time the object was modified, as described in RFC
2616.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcContentMd5(String opcContentMd5)
The base64-encoded MD5 hash of the request body as computed by the server.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.versionId(String versionId)
VersionId of the newly created object
|
Copyright © 2016–2024. All rights reserved.