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 InterconnectStateUse this in place of valueOf.static InterconnectStateReturns 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 TypeMethodDescriptionvoidCreateInterconnectResult.setInterconnectState(InterconnectState interconnectState) voidDeleteInterconnectResult.setInterconnectState(InterconnectState interconnectState) voidInterconnect.setInterconnectState(InterconnectState interconnectState) CreateInterconnectResult.withInterconnectState(InterconnectState interconnectState) DeleteInterconnectResult.withInterconnectState(InterconnectState interconnectState) Interconnect.withInterconnectState(InterconnectState interconnectState)