public static enum DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy extends Enum<DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy>
| Enum Constant and Description | 
|---|
| FORCE_SHUTDOWN | 
| NONE | 
| SHUTDOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| static DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy NONE
public static final DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy SHUTDOWN
public static final DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy FORCE_SHUTDOWN
public static DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy[] values()
for (DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy c : DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy.values()) System.out.println(c);
public static DisasterRecoveryRunbookExecuteRequest.ShutdownPolicy 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 nullCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.