Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static DeleteObjectResponse.Builder |
DeleteObjectResponse.builder() |
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.deleteMarker(Boolean deleteMarker)
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete
marker.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
DeleteObjectResponse.Builder |
DeleteObjectResponse.toBuilder() |
DeleteObjectResponse.Builder |
DeleteObjectResponse.Builder.versionId(String versionId)
Returns the version ID of the delete marker created as a result of the DELETE operation.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends DeleteObjectResponse.Builder> |
DeleteObjectResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.