public enum BucketProperties extends Enum<BucketProperties>
| Enum Constant and Description | 
|---|
BUCKET  | 
S3_BUCKET  | 
S3_BUCKET_NO_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBucketNameProperty()  | 
String | 
getObjectKeyProperty()  | 
String | 
getVersionProperty()  | 
static BucketProperties | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BucketProperties[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BucketProperties BUCKET
public static final BucketProperties S3_BUCKET
public static final BucketProperties S3_BUCKET_NO_VERSION
public static BucketProperties[] values()
for (BucketProperties c : BucketProperties.values()) System.out.println(c);
public static BucketProperties valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getBucketNameProperty()
public String getObjectKeyProperty()
public String getVersionProperty()
Copyright © 2016–2024 Trek10, Inc.. All rights reserved.