Uses of Class
com.amazonaws.services.directconnect.model.ConnectionState

Packages that use ConnectionState
com.amazonaws.services.directconnect.model Classes modeling the various types represented by AmazonDirectConnect. 
 

Uses of ConnectionState in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return ConnectionState
static ConnectionState ConnectionState.fromValue(String value)
          Use this in place of valueOf.
static ConnectionState ConnectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionState[] ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.directconnect.model with parameters of type ConnectionState
 void DeleteConnectionResult.setConnectionState(ConnectionState connectionState)
          State of the connection.
 void CreateConnectionResult.setConnectionState(ConnectionState connectionState)
          State of the connection.
 void Connection.setConnectionState(ConnectionState connectionState)
          State of the connection.
 void ConfirmConnectionResult.setConnectionState(ConnectionState connectionState)
          State of the connection.
 void AllocateConnectionOnInterconnectResult.setConnectionState(ConnectionState connectionState)
          State of the connection.
 DeleteConnectionResult DeleteConnectionResult.withConnectionState(ConnectionState connectionState)
          State of the connection.
 CreateConnectionResult CreateConnectionResult.withConnectionState(ConnectionState connectionState)
          State of the connection.
 Connection Connection.withConnectionState(ConnectionState connectionState)
          State of the connection.
 ConfirmConnectionResult ConfirmConnectionResult.withConnectionState(ConnectionState connectionState)
          State of the connection.
 AllocateConnectionOnInterconnectResult AllocateConnectionOnInterconnectResult.withConnectionState(ConnectionState connectionState)
          State of the connection.
 



Copyright © 2016. All rights reserved.