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

Packages that use CreateConnectionRequest
com.amazonaws.services.directconnect Synchronous and asynchronous client classes for accessing AmazonDirectConnect. 
com.amazonaws.services.directconnect.model Classes modeling the various types represented by AmazonDirectConnect. 
 

Uses of CreateConnectionRequest in com.amazonaws.services.directconnect
 

Methods in com.amazonaws.services.directconnect with parameters of type CreateConnectionRequest
 CreateConnectionResult AmazonDirectConnectClient.createConnection(CreateConnectionRequest createConnectionRequest)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 CreateConnectionResult AmazonDirectConnect.createConnection(CreateConnectionRequest createConnectionRequest)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 Future<CreateConnectionResult> AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 Future<CreateConnectionResult> AmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 Future<CreateConnectionResult> AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 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.
 

Method parameters in com.amazonaws.services.directconnect with type arguments of type CreateConnectionRequest
 Future<CreateConnectionResult> AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
           Creates a new connection between the customer network and a specific AWS Direct Connect location.
 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.
 

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

Methods in com.amazonaws.services.directconnect.model that return CreateConnectionRequest
 CreateConnectionRequest CreateConnectionRequest.withBandwidth(String bandwidth)
          Bandwidth of the connection.
 CreateConnectionRequest CreateConnectionRequest.withConnectionName(String connectionName)
          The name of the connection.
 CreateConnectionRequest CreateConnectionRequest.withLocation(String location)
          Where the connection is located.
 



Copyright © 2016. All rights reserved.