Package | Description |
---|---|
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.__httpStatusCode__(int __httpStatusCode__) |
static DeleteObjectResponse.Builder |
DeleteObjectResponse.builder()
Return a new builder for this response object.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.headers(Map<String,List<String>> headers) |
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.isDeleteMarker(Boolean isDeleteMarker)
This is
true if the deleted object is a delete marker, otherwise false |
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.lastModified(Date lastModified)
The time the object was deleted, as described in RFC
2616.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.versionId(String versionId)
The
versionId of the delete marker created as a result of the DELETE Object. |
Copyright © 2016–2024. All rights reserved.