Uses of Class
com.amazonaws.Protocol

Packages that use Protocol
com.amazonaws   
 

Uses of Protocol in com.amazonaws
 

Methods in com.amazonaws that return Protocol
 Protocol ClientConfiguration.getProtocol()
          Returns the protocol (i.e.
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.
 

Methods in com.amazonaws with parameters of type Protocol
 void ClientConfiguration.setProtocol(Protocol protocol)
          Sets the protocol (i.e.
 ClientConfiguration ClientConfiguration.withProtocol(Protocol protocol)
          Sets the protocol (i.e.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.