Uses of Class
com.amazonaws.services.directconnect.model.DescribeConnectionsResult
Packages that use DescribeConnectionsResult
-
Uses of DescribeConnectionsResult in com.amazonaws.services.directconnect
Methods in com.amazonaws.services.directconnect that return DescribeConnectionsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnect.describeConnections()
AbstractAmazonDirectConnect.describeConnections
(DescribeConnectionsRequest request) AmazonDirectConnect.describeConnections()
Simplified method form for invoking the DescribeConnections operation.AmazonDirectConnect.describeConnections
(DescribeConnectionsRequest describeConnectionsRequest) Displays all connections in this region.AmazonDirectConnectClient.describeConnections()
AmazonDirectConnectClient.describeConnections
(DescribeConnectionsRequest describeConnectionsRequest) Displays all connections in this region.Methods in com.amazonaws.services.directconnect that return types with arguments of type DescribeConnectionsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnectAsync.describeConnectionsAsync()
Simplified method form for invoking the DescribeConnections operation.AbstractAmazonDirectConnectAsync.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AbstractAmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest request) AbstractAmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest request, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) AmazonDirectConnectAsync.describeConnectionsAsync()
Simplified method form for invoking the DescribeConnections operation.AmazonDirectConnectAsync.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest describeConnectionsRequest) Displays all connections in this region.AmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest describeConnectionsRequest, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Displays all connections in this region.AmazonDirectConnectAsyncClient.describeConnectionsAsync()
Simplified method form for invoking the DescribeConnections operation.AmazonDirectConnectAsyncClient.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AmazonDirectConnectAsyncClient.describeConnectionsAsync
(DescribeConnectionsRequest request) AmazonDirectConnectAsyncClient.describeConnectionsAsync
(DescribeConnectionsRequest request, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Method parameters in com.amazonaws.services.directconnect with type arguments of type DescribeConnectionsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnectAsync.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AbstractAmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest request, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) AmazonDirectConnectAsync.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AmazonDirectConnectAsync.describeConnectionsAsync
(DescribeConnectionsRequest describeConnectionsRequest, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Displays all connections in this region.AmazonDirectConnectAsyncClient.describeConnectionsAsync
(AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) Simplified method form for invoking the DescribeConnections operation with an AsyncHandler.AmazonDirectConnectAsyncClient.describeConnectionsAsync
(DescribeConnectionsRequest request, AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) -
Uses of DescribeConnectionsResult in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return DescribeConnectionsResultModifier and TypeMethodDescriptionDescribeConnectionsResult.clone()
DescribeConnectionsResult.withConnections
(Connection... connections) A list of connections.DescribeConnectionsResult.withConnections
(Collection<Connection> connections) A list of connections.