Uses of Class
com.amazonaws.services.directconnect.model.ConnectionState
-
Packages that use ConnectionState Package Description com.amazonaws.services.directconnect.model -
-
Uses of ConnectionState in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return ConnectionState Modifier and Type Method Description 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 Modifier and Type Method Description void
AllocateConnectionOnInterconnectResult. setConnectionState(ConnectionState connectionState)
void
ConfirmConnectionResult. setConnectionState(ConnectionState connectionState)
void
Connection. setConnectionState(ConnectionState connectionState)
void
CreateConnectionResult. setConnectionState(ConnectionState connectionState)
void
DeleteConnectionResult. setConnectionState(ConnectionState connectionState)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withConnectionState(ConnectionState connectionState)
ConfirmConnectionResult
ConfirmConnectionResult. withConnectionState(ConnectionState connectionState)
Connection
Connection. withConnectionState(ConnectionState connectionState)
CreateConnectionResult
CreateConnectionResult. withConnectionState(ConnectionState connectionState)
DeleteConnectionResult
DeleteConnectionResult. withConnectionState(ConnectionState connectionState)
-