public enum BucketAccelerateStatus extends Enum<BucketAccelerateStatus>
BucketAccelerateConfiguration
Modifier and Type | Method and Description |
---|---|
static BucketAccelerateStatus |
fromValue(String statusString) |
String |
toString() |
static BucketAccelerateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketAccelerateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketAccelerateStatus Enabled
public static final BucketAccelerateStatus Suspended
public static BucketAccelerateStatus[] values()
for (BucketAccelerateStatus c : BucketAccelerateStatus.values()) System.out.println(c);
public static BucketAccelerateStatus 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 static BucketAccelerateStatus fromValue(String statusString) throws IllegalArgumentException
IllegalArgumentException
public String toString()
toString
in class Enum<BucketAccelerateStatus>
Copyright © 2021. All rights reserved.