Uses of Class
com.amazonaws.services.directconnect.model.InterconnectState

Packages that use InterconnectState
com.amazonaws.services.directconnect.model Classes modeling the various types represented by AmazonDirectConnect. 
 

Uses of InterconnectState in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return InterconnectState
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
 void Interconnect.setInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 void DeleteInterconnectResult.setInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 void CreateInterconnectResult.setInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 Interconnect Interconnect.withInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 DeleteInterconnectResult DeleteInterconnectResult.withInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 CreateInterconnectResult CreateInterconnectResult.withInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 



Copyright © 2016. All rights reserved.