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 ConnectionStateConnectionState. fromValue(String value)Use this in place of valueOf.static ConnectionStateConnectionState. 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 voidAllocateConnectionOnInterconnectResult. setConnectionState(ConnectionState connectionState)voidConfirmConnectionResult. setConnectionState(ConnectionState connectionState)voidConnection. setConnectionState(ConnectionState connectionState)voidCreateConnectionResult. setConnectionState(ConnectionState connectionState)voidDeleteConnectionResult. setConnectionState(ConnectionState connectionState)AllocateConnectionOnInterconnectResultAllocateConnectionOnInterconnectResult. withConnectionState(ConnectionState connectionState)ConfirmConnectionResultConfirmConnectionResult. withConnectionState(ConnectionState connectionState)ConnectionConnection. withConnectionState(ConnectionState connectionState)CreateConnectionResultCreateConnectionResult. withConnectionState(ConnectionState connectionState)DeleteConnectionResultDeleteConnectionResult. withConnectionState(ConnectionState connectionState)
-