Uses of Class
com.amazonaws.services.directconnect.model.CreateConnectionResult
-
Packages that use CreateConnectionResult Package Description com.amazonaws.services.directconnect com.amazonaws.services.directconnect.model -
-
Uses of CreateConnectionResult in com.amazonaws.services.directconnect
Methods in com.amazonaws.services.directconnect that return CreateConnectionResult Modifier and Type Method Description CreateConnectionResult
AbstractAmazonDirectConnect. createConnection(CreateConnectionRequest request)
CreateConnectionResult
AmazonDirectConnect. createConnection(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific AWS Direct Connect location.CreateConnectionResult
AmazonDirectConnectClient. createConnection(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific AWS Direct Connect location.Method parameters in com.amazonaws.services.directconnect with type arguments of type CreateConnectionResult Modifier and Type Method Description Future<CreateConnectionResult>
AbstractAmazonDirectConnectAsync. createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Future<CreateConnectionResult>
AmazonDirectConnectAsync. createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a new connection between the customer network and a specific AWS Direct Connect location.Future<CreateConnectionResult>
AmazonDirectConnectAsyncClient. createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
-
Uses of CreateConnectionResult in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return CreateConnectionResult Modifier and Type Method Description CreateConnectionResult
CreateConnectionResult. clone()
CreateConnectionResult
CreateConnectionResult. withBandwidth(String bandwidth)
Bandwidth of the connection.CreateConnectionResult
CreateConnectionResult. withConnectionId(String connectionId)
CreateConnectionResult
CreateConnectionResult. withConnectionName(String connectionName)
CreateConnectionResult
CreateConnectionResult. withConnectionState(ConnectionState connectionState)
CreateConnectionResult
CreateConnectionResult. withConnectionState(String connectionState)
CreateConnectionResult
CreateConnectionResult. withLocation(String location)
CreateConnectionResult
CreateConnectionResult. withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.CreateConnectionResult
CreateConnectionResult. withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.CreateConnectionResult
CreateConnectionResult. withRegion(String region)
CreateConnectionResult
CreateConnectionResult. withVlan(Integer vlan)
-