public class HeadBucketResult extends Object implements Serializable
Constructor and Description |
---|
HeadBucketResult() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketRegion()
Returns the Amazon Web Services region where the bucket is located.
|
String |
getIBMSSEKPCrk()
Returns the CRK header of the HEAD request
|
boolean |
getIBMSSEKPEnabled()
Returns if KP has been enabled
|
void |
setBucketRegion(String bucketRegion) |
void |
setIBMSSEKPCrk(String iBMSSEKPCrk)
Sets the CRK value
|
void |
setIBMSSEKPEnabled(boolean iBMSSEKPEnabled)
Sets if KP is enabled
|
HeadBucketResult |
withBucketRegion(String bucketRegion) |
public boolean getIBMSSEKPEnabled()
public void setIBMSSEKPEnabled(boolean iBMSSEKPEnabled)
iBMSSEKPEnabled
- public String getIBMSSEKPCrk()
public void setIBMSSEKPCrk(String iBMSSEKPCrk)
iBMSSEKPCrkName
- public String getBucketRegion()
public void setBucketRegion(String bucketRegion)
public HeadBucketResult withBucketRegion(String bucketRegion)
Copyright © 2024. All rights reserved.