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 CreateConnectionResultAbstractAmazonDirectConnect. createConnection(CreateConnectionRequest request)CreateConnectionResultAmazonDirectConnect. createConnection(CreateConnectionRequest createConnectionRequest)Creates a new connection between the customer network and a specific AWS Direct Connect location.CreateConnectionResultAmazonDirectConnectClient. 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 CreateConnectionResultCreateConnectionResult. clone()CreateConnectionResultCreateConnectionResult. withBandwidth(String bandwidth)Bandwidth of the connection.CreateConnectionResultCreateConnectionResult. withConnectionId(String connectionId)CreateConnectionResultCreateConnectionResult. withConnectionName(String connectionName)CreateConnectionResultCreateConnectionResult. withConnectionState(ConnectionState connectionState)CreateConnectionResultCreateConnectionResult. withConnectionState(String connectionState)CreateConnectionResultCreateConnectionResult. withLocation(String location)CreateConnectionResultCreateConnectionResult. withOwnerAccount(String ownerAccount)The AWS account that will own the new connection.CreateConnectionResultCreateConnectionResult. withPartnerName(String partnerName)The name of the AWS Direct Connect service provider associated with the connection.CreateConnectionResultCreateConnectionResult. withRegion(String region)CreateConnectionResultCreateConnectionResult. withVlan(Integer vlan)
-