Uses of Class
com.amazonaws.services.directconnect.model.AllocateConnectionOnInterconnectResult
-
Packages that use AllocateConnectionOnInterconnectResult Package Description com.amazonaws.services.directconnect com.amazonaws.services.directconnect.model -
-
Uses of AllocateConnectionOnInterconnectResult in com.amazonaws.services.directconnect
Methods in com.amazonaws.services.directconnect that return AllocateConnectionOnInterconnectResult Modifier and Type Method Description AllocateConnectionOnInterconnectResult
AbstractAmazonDirectConnect. allocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest request)
AllocateConnectionOnInterconnectResult
AmazonDirectConnect. allocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest)
Creates a hosted connection on an interconnect.AllocateConnectionOnInterconnectResult
AmazonDirectConnectClient. allocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest)
Creates a hosted connection on an interconnect. -
Uses of AllocateConnectionOnInterconnectResult in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return AllocateConnectionOnInterconnectResult Modifier and Type Method Description AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. clone()
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withBandwidth(String bandwidth)
Bandwidth of the connection.AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withConnectionId(String connectionId)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withConnectionName(String connectionName)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withConnectionState(ConnectionState connectionState)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withConnectionState(String connectionState)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withLocation(String location)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withRegion(String region)
AllocateConnectionOnInterconnectResult
AllocateConnectionOnInterconnectResult. withVlan(Integer vlan)
-