org.lastbamboo.common.amazon.stack
Class AwsUtils

java.lang.Object
  extended by org.lastbamboo.common.amazon.stack.AwsUtils

public class AwsUtils
extends Object

Utility methods for Amazon web services.


Method Summary
static String getAccessKey()
           
static String getAccessKeyId()
           
static String getSecureUrlBase()
           
static String getUrlBase()
           
static boolean hasPropsFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAccessKey

public static String getAccessKey()
                           throws IOException
Throws:
IOException

getAccessKeyId

public static String getAccessKeyId()
                             throws IOException
Throws:
IOException

getUrlBase

public static String getUrlBase()
                         throws IOException
Throws:
IOException

getSecureUrlBase

public static String getSecureUrlBase()
                               throws IOException
Throws:
IOException

hasPropsFile

public static boolean hasPropsFile()


Copyright © 2013 LittleShoot. All Rights Reserved.