Uses of Enum
com.amazonaws.services.directconnect.model.InterconnectState
Packages that use InterconnectState
-
Uses of InterconnectState in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return InterconnectStateModifier and TypeMethodDescriptionstatic InterconnectState
Use this in place of valueOf.static InterconnectState
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 InterconnectStateModifier and TypeMethodDescriptionvoid
CreateInterconnectResult.setInterconnectState
(InterconnectState interconnectState) void
DeleteInterconnectResult.setInterconnectState
(InterconnectState interconnectState) void
Interconnect.setInterconnectState
(InterconnectState interconnectState) CreateInterconnectResult.withInterconnectState
(InterconnectState interconnectState) DeleteInterconnectResult.withInterconnectState
(InterconnectState interconnectState) Interconnect.withInterconnectState
(InterconnectState interconnectState)