public class ShowLaunchConfig extends Object implements org.kuali.common.util.execute.Executable
| Constructor and Description | 
|---|
ShowLaunchConfig(EC2ServiceContext serviceContext,
                                LaunchInstanceContext instanceContext)  | 
ShowLaunchConfig(EC2ServiceContext serviceContext,
                                LaunchInstanceContext instanceContext,
                                boolean skip)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute()  | 
protected String | 
getAvailabilityZone(LaunchInstanceContext context)  | 
LaunchInstanceContext | 
getInstanceContext()  | 
protected String | 
getRegionLocation(EC2ServiceContext context)  | 
protected String | 
getRegionName(EC2ServiceContext context)  | 
protected List<String> | 
getSecurityGroups(LaunchInstanceContext context)  | 
EC2ServiceContext | 
getServiceContext()  | 
boolean | 
isSkip()  | 
public ShowLaunchConfig(EC2ServiceContext serviceContext, LaunchInstanceContext instanceContext)
public ShowLaunchConfig(EC2ServiceContext serviceContext, LaunchInstanceContext instanceContext, boolean skip)
public void execute()
execute in interface org.kuali.common.util.execute.Executableprotected List<String> getSecurityGroups(LaunchInstanceContext context)
protected String getAvailabilityZone(LaunchInstanceContext context)
protected String getRegionLocation(EC2ServiceContext context)
protected String getRegionName(EC2ServiceContext context)
public EC2ServiceContext getServiceContext()
public LaunchInstanceContext getInstanceContext()
public boolean isSkip()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.