Uses of Class
com.amazonaws.services.directconnect.model.InterconnectState
-
Packages that use InterconnectState Package Description com.amazonaws.services.directconnect.model -
-
Uses of InterconnectState in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return InterconnectState Modifier and Type Method Description static InterconnectState
InterconnectState. fromValue(String value)
Use this in place of valueOf.static InterconnectState
InterconnectState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterconnectState[]
InterconnectState. 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 InterconnectState Modifier and Type Method Description void
CreateInterconnectResult. setInterconnectState(InterconnectState interconnectState)
void
DeleteInterconnectResult. setInterconnectState(InterconnectState interconnectState)
void
Interconnect. setInterconnectState(InterconnectState interconnectState)
CreateInterconnectResult
CreateInterconnectResult. withInterconnectState(InterconnectState interconnectState)
DeleteInterconnectResult
DeleteInterconnectResult. withInterconnectState(InterconnectState interconnectState)
Interconnect
Interconnect. withInterconnectState(InterconnectState interconnectState)
-