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

Packages that use CreateConnectionResult
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 CreateConnectionResult in com.amazonaws.services.directconnect
 

Methods in com.amazonaws.services.directconnect that return CreateConnectionResult
 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.
 

Methods in com.amazonaws.services.directconnect that return types with arguments of type CreateConnectionResult
 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 CreateConnectionResult
 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 CreateConnectionResult in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return CreateConnectionResult
 CreateConnectionResult CreateConnectionResult.withBandwidth(String bandwidth)
          Bandwidth of the connection.
 CreateConnectionResult CreateConnectionResult.withConnectionId(String connectionId)
          ID of the connection.
 CreateConnectionResult CreateConnectionResult.withConnectionName(String connectionName)
          The name of the connection.
 CreateConnectionResult CreateConnectionResult.withConnectionState(ConnectionState connectionState)
          State of the connection.
 CreateConnectionResult CreateConnectionResult.withConnectionState(String connectionState)
          State of the connection.
 CreateConnectionResult CreateConnectionResult.withLocation(String location)
          Where the connection is located.
 CreateConnectionResult CreateConnectionResult.withOwnerAccount(String ownerAccount)
          Sets the value of the OwnerAccount property for this object.
 CreateConnectionResult CreateConnectionResult.withPartnerName(String partnerName)
          Sets the value of the PartnerName property for this object.
 CreateConnectionResult CreateConnectionResult.withRegion(String region)
          The AWS region where the connection is located.
 CreateConnectionResult CreateConnectionResult.withVlan(Integer vlan)
          The VLAN ID.
 



Copyright © 2016. All rights reserved.