public class GetObjectRetentionResult extends Object implements Serializable
AmazonS3.getObjectRetention(GetObjectRetentionRequest)
.Constructor and Description |
---|
GetObjectRetentionResult() |
Modifier and Type | Method and Description |
---|---|
ObjectLockRetention |
getRetention()
The container element for an object's retention settings.
|
void |
setRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
GetObjectRetentionResult |
withRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
public ObjectLockRetention getRetention()
public GetObjectRetentionResult withRetention(ObjectLockRetention retention)
public void setRetention(ObjectLockRetention retention)
Copyright © 2020. All rights reserved.