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 InterconnectStateInterconnectState. fromValue(String value)Use this in place of valueOf.static InterconnectStateInterconnectState. 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 voidCreateInterconnectResult. setInterconnectState(InterconnectState interconnectState)voidDeleteInterconnectResult. setInterconnectState(InterconnectState interconnectState)voidInterconnect. setInterconnectState(InterconnectState interconnectState)CreateInterconnectResultCreateInterconnectResult. withInterconnectState(InterconnectState interconnectState)DeleteInterconnectResultDeleteInterconnectResult. withInterconnectState(InterconnectState interconnectState)InterconnectInterconnect. withInterconnectState(InterconnectState interconnectState)
-