| Package | Description | 
|---|---|
| com.amazonaws | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
ClientConfiguration.getProtocol()
Returns the protocol (HTTP or HTTPS) to use when connecting to
 Amazon Web Services. 
 | 
static Protocol | 
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Protocol[] | 
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientConfiguration.setProtocol(Protocol protocol)
Sets the protocol (i.e. 
 | 
ClientConfiguration | 
ClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (i.e. 
 | 
Copyright © 2014. All rights reserved.