Uses of Class
software.amazon.awssdk.services.directconnect.model.InterconnectState
-
Packages that use InterconnectState Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of InterconnectState in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return InterconnectState Modifier and Type Method Description static InterconnectStateInterconnectState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InterconnectStateCreateInterconnectResponse. interconnectState()The state of the interconnect.InterconnectStateDeleteInterconnectResponse. interconnectState()The state of the interconnect.InterconnectStateInterconnect. interconnectState()The state of the interconnect.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 software.amazon.awssdk.services.directconnect.model that return types with arguments of type InterconnectState Modifier and Type Method Description static Set<InterconnectState>InterconnectState. knownValues()Methods in software.amazon.awssdk.services.directconnect.model with parameters of type InterconnectState Modifier and Type Method Description CreateInterconnectResponse.BuilderCreateInterconnectResponse.Builder. interconnectState(InterconnectState interconnectState)The state of the interconnect.DeleteInterconnectResponse.BuilderDeleteInterconnectResponse.Builder. interconnectState(InterconnectState interconnectState)The state of the interconnect.Interconnect.BuilderInterconnect.Builder. interconnectState(InterconnectState interconnectState)The state of the interconnect.
-