org.kuali.common.deploy.aws.model
Class SesContext

java.lang.Object
  extended by org.kuali.common.deploy.aws.model.SesContext

public final class SesContext
extends Object


Nested Class Summary
static class SesContext.Builder
           
 
Method Summary
 SesCredentials getCredentials()
           
 String getHost()
           
 int getPort()
           
 boolean isAuth()
           
 boolean isDebug()
           
 boolean isSslEnable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHost

public String getHost()

getCredentials

public SesCredentials getCredentials()

isDebug

public boolean isDebug()

getPort

public int getPort()

isSslEnable

public boolean isSslEnable()

isAuth

public boolean isAuth()


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.